Private Kubernetes Clusters
Introduction
With Bunnyshell you can easily connect a private Kubernetes cluster to your Organization. Make sure you meet the prerequisites, then follow the steps described in this guide.
You have a Bunnyshell account
You have created an Organization.
You have a private Kubernetes Cluster already configured.
Before connecting the cluster to Bunnyshell, make sure you have access to the .kube/config file.
Connecting a Private Kubernetes Cluster
1. Go to the Bunnyshell interface and select Integrations from the left-side menu.
2. Select Kubernetes clusters, then click Connect cluster.
3. For a Private Cluster, you can choose one of two options:
A new window should pop-up now. It's time to use the info from the Config File downloaded earlier. The fields listed below are displayed in the new window:
Name: Choose what name your cluster will have in Bunnyshell.
Cluster name: You can find it in the Config File at clusters -> cluster -> name.
Cluster URL: Specified at clusters -> cluster -> server.
User Certificate: Copy and paste the text from users -> user -> client-certificate-data.
User Certificate Private Key: You can find this at users -> user -> client-key-data.
CA Certificate: Copy and paste the text from clusters -> cluster -> certificate-authority-data.
Last updated
Was this helpful?