'How to add minikube in my kubeconfig file?

My kubeconfig file only includes docker-desktop, how to add cluster and user definitions of minikube to kubeconfig file to interact with kubectl command so with Monokle itself?



Solution 1:[1]

Add cluster generally means referring to an existing cluster, which is done through Docker context

Then, as explained here, switch to that context (and cluster) with docker context use <context name>.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 VonC