Page cover

Running 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.

  1. Windows operating system, click this link.

  2. Linux operating system, click this link.

Run the terminal/command prompt according to the operating system on your computer. If the terminal/command prompt page opens, enter this syntax.

  1. Windows operating system.

set KUBECONFIG=C:\[path filename yaml kube config]
  1. Linux operating system.

export KUBECONFIG= [filename yaml kube config]

Last updated