Documentation.bunnyshell.com

Health checks for Docker Compose

WEBkompose.service.healthcheck.readiness.test: 'CMD /readiness-check.sh'. Parameters: To ensure your application is up and running at all times, you can configure health checks …

Actived: 4 days ago

URL: https://documentation.bunnyshell.com/docs/health-checks-for-docker-compose

How Bunnyshell works

WEBBunnyshell connects to your Kubernetes cluster via its API. This is why the clusters need to either be publicly exposed, or have Bunnyshell IPs whitelisted. Parameters needed for …

Category:  Health Go Health

QUICKSTART GUIDE

WEBIntroduction. One of the best ways to start discovering Bunnyshell is by following a step-by-step guide created for you to onboard in the fastest time possible. It will walk you …

Category:  Health Go Health

Volumes for Docker Compose

WEBAt the Environment level, volumes are created for the Docker-compose Components (Application, Database, Service) to use. name: the name of the volume.This field is …

Category:  Health Go Health

Docker-compose Overview

WEBRunning Locally. Fork & clone the repository. Run docker-compose up in the root of the project. Add 1 line in the /etc/hosts file (see README.md) Running in Bunnyshell. Fork …

Category:  Health Go Health

Best practices for docker-compose

WEBUsing Docker-compose for local development is common practice. That's why we chose to implement the Environment creation based on it. Furthermore, your flow should not be …

Category:  Health Go Health

Understand how Bunnyshell works

WEBIn this section, we're going to present a few concepts that you need to grasp in order to understand what Bunnyshell does, so we're going to recap them and ga a bit …

Category:  Health Go Health

CronJobs for Docker Compose

WEBCronJobs are defined in Bunnyshell by configuring a cronJobs attribute for any Docker Compose component.. The best way to demonstrate how CronJobs can be configured, …

Category:  Health Go Health

Creating and Deploying your first Ephemeral Environment

WEBEphemeral environments are environments meant to be used for a limited amount of time, and then discarded. The use of ephemeral environments can help companies cut down …

Category:  Health Go Health

Azure Docker-compose volumes

WEBThe main focus of the next steps is preparing your cluster to support Disk Volumes. Create a file named csi_rwo.yaml. Copy and paste the content below into the csi_rwo.yaml file: …

Category:  Health Go Health

Change the branch for an app

WEBThe Git branch of an environment component can be changed in two ways: From the UI; From the bunnyshell.yaml file

Category:  Health Go Health

CLI, API & SDK

WEBCLI. Bunnyshell's CLI tool helps you achieve your most common tasks and makes it simple to integrate our platform in your existing flows, such as pipelines, deployment scripts, …

Category:  Health Go Health

Debugging remotely with VS Code

WEBWhen working exclusively with remote files, you need to configure your IDE to connect to the container via SSH. This documentation section will walk you through how you can …

Category:  Health Go Health

Ephemeral Environments

WEBWith Bunnyshell, ephemeral environments are automatically created very simply, either when creating a Pull Request or via API from your current CI/CD pipeline. Select your …

Category:  Health Go Health

Create an Azure Kubernetes Cluster

WEBAccess the Kubernetes Services menu in the Azure portal.. Click +Create.. After the cluster is created, click on Connect.. Open Cloud Shell or the Azure CLI.. 📘. For Azure CLI, first …

Category:  Health Go Health

Create & Destroy an Ephemeral Environment

WEBThe Bunnyshell Ephemeral Environment will now be automatically created. Open the frontend Application from the Github Pull Request comment added by Bunnyshell. Open …

Category:  Health Go Health