DigitalOcean

Introduction

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

To link your Digital Ocean account to Bunnyshell you need to provide a Digital Ocean access key id, a secret access key, and a personal access token.

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

1. Download the Config File from the Digital Ocean cluster.

Click the Download Config File button located in the Overview tab.

2. Go to the Bunnyshell interface and click Integrations on the left-side menu.

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

4. Click Connect cluster.

5. Select DigitalOcean.

6. 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:

  • Cluster name: Choose what name your cluster will have in Bunnyshell.

  • DigitalOcean cluster name: You can find it in the Config File at clusters -> cluster -> name.

  • Cluster URL: Specified at clusters -> cluster -> server.

  • Token: You can find it at users -> user -> token.

  • Certificate: Copy and paste the text from clusters -> cluster -> certificate-authority-data.

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

Last updated

Was this helpful?