Deploy the Environment

Now that everything is set up and your environment components defined, all that is left to do is deploy the Environment.

1. In the Actions menu, click Deploy. The Select cluster window is displayed.

2. Select the Bunnyshell Managed Kubernetes cluster and click Deploy Environment.

3. Now all you have to do this wait for Bunnyshell to finish the process:

  • The Environment will become Queued initially, waiting for a Bunnyshell worker to free up. As soon as one becomes available, the Build process will begin.

circle-info

The build process might take a few minutes to complete.

  • After the build is complete, the actual Kubernetes deployment will begin. Once the Kubernetes Deployment is completed, the Environment becomes Deployed.

  • All that is left is the automatic setup of the DNS records for your freshly-generated URLs. After this is completed, the Environment will become Running.

You can access services with existing endpoints by clicking on the icons located next to their names.

For example, accessing the frontend will open a page similar to the one below:

Congratulations!

You have performed your first Kubernetes deployment using Bunnyshell and only a docker-compose.yaml file.

circle-info

Each Environment is deployed into its own Kubernetes namespace, isolated from other environments.

circle-exclamation

Last updated

Was this helpful?