DigitalOcean Kubernetes Cluster

Introduction

Bunnyshell makes it easy to connect a DigitalOcean Kubernetes cluster to your Organization, deploy your application on it, and manage environments.

📘

If you don't already have a cluster, go ahead and create a Digital Ocean Kubernetes cluster. You can do this by following the instructions from the Digital Ocean website.

 

Connect a DigitalOcean Kubernetes cluster to Bunnyshell

Bunnyshell makes it easy to connect a DigitalOcean cluster to your Organization, deploy your applications on it, and manage environments.

Prerequisites for connecting the cluster

  • You have a Bunnyshell account
  • You have created an Organization
  • You have a functioning DigitalOcean Kubernetes cluster

 

How to connect the cluster

  1. Download the Config File from the Digital Ocean UI, from the cluster's page.
2614
  1. Go to the Bunnyshell platform and click Integrations on the left-side menu.

  2. Click Kubernetes clusters on the left side of the main interface.

  3. Click Connect cluster.

1361
  1. Select DigitalOcean.
1361
  1. A new window should pop-up now. It's time to use the info from the Config File downloaded earlier. There are five fields displayed in the new window:
3580
  • Cluster name: Choose what name your cluster will have in Bunnyshell.
  • DigitalOcean cluster name: You can find it in the kubeconfig file, in clusters.[...].cluster.name.
  • Cluster URL: You can find it in the kubeconfig file, in clusters.[...].cluster.server.
  • Certificate: You can find it in the kubeconfig file, in clusters.[...].cluster.certificate-authority-data.
  • Token: You can find it in the kubeconfig file, in users.[...].user.token, for the user corresponding to the cluster.

Below is an example Config File with the info corresponding to each field indicated.

1117