This blog post is about a very small, but useful change in the IBM Cloud CLI for Kubernetes clusters.
You no longer need to export and set the KUBECONFIG
environment variable to access your Kubernetes cluster on IBM Cloud in a terminal session. ( IBM Cloud documentation ).
You just can execute following IBM Cloud CLI command,
ibmcloud ks cluster config --cluster YOURCLUSTER
and verify the config settings.
kubectl config current-context
Before | Now |
---|---|
![]() |
![]() |
That’s all.
I hope this was useful for you and let’s see what’s next?
Greetings,
Thomas
PS: You can try out Cloud Foundry Apps or Kubernetes on IBM Cloud. By the way, you can use the IBM Cloud for free, if you simply create an IBM Lite account. Here you only need an e-mail address.
#IBMCloud, #Kubernetes
Leave a Reply