Contexts

Kubernetic uses ~/.kube/config file to find existing cluster contexts and handle authentication. This means that as soon as you have a kubectl client configured to your machine Kubernetic will be able to login to your configured clusters.

TIP

At the moment Kubernetic only reads configuration so you first need to configure your authentication using kubectl commands. Follow the guide hereopen in new window for more details on how to configure ~/.kube/config file.

Contexts: Switch between Kubernetes contexts

Once you manage to login to your cluster continue to the next section.