Solved

Playing with Karbon

  • 21 August 2019
  • 2 replies
  • 1927 views

Hello All

I am new to Nutanix and new to Kubernetes so my apologises for the newbie questions?

I've played with docker and kubernetes on my Windows machine but having a brain freeze transitioning to the karbon cluster.

How do I get kubectl to use my configure file I downloaded from Karbon?

Currently kubectl is only talking to my docker VM's?

Many thanks in advance
J
icon

Best answer by michaelhaigh 4 September 2019, 15:14

View original

This topic has been closed for comments

2 replies

Userlevel 2
Badge +2
Would this help at all:

https://next.nutanix.com/karbon-kubernetes-service-30/kubernetes-dashboard-on-nutanix-karbon-31210
Badge
Hi Thewanandonly,

Please see this Kubernetes documentation for more information:
https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/

In summary, you have 3 options:
  1. Place the kubeconfig file in ~/.kube/config
  2. Set it as an environment variable ($ export KUBECONFIG=karbon-kubectl.cfg)
  3. Specify it each time you run a kubectl command ($ kubectl --kubeconfig karbon-kubectl.cfg get pods)