Running Kube Config
set KUBECONFIG=C:\[path filename yaml kube config]export KUBECONFIG= [filename yaml kube config]
Please note that to run kube configuration on your computer, make sure your computer has kubectl installed. Kubectl is used to run various commands used to manage and operate a cluster including running applications, cluster resources, and viewing logs. You can install kubectl according to the operating system used.
Run the terminal/command prompt according to the operating system on your computer. If the terminal/command prompt page opens, enter this syntax.
Windows operating system.
set KUBECONFIG=C:\[path filename yaml kube config]Linux operating system.
export KUBECONFIG= [filename yaml kube config]