Kubernetes Syncing
Last updated
Last updated
Add Kubeconfig via New Kubeconfig Dialog
Click Connect. You'll see your PC or Mac's local terminal. However, Tempest has automaticlly setup your kubeconfig ENV, and you can directly run kubectl
, helm
and k9s
, etc just like usual.
Tip: You can use different Kubernetes environment in different tabs
If you don't have these tools installed, you'll have to install them first.
For macOS: brew install kubectl
. Assume you have brew
installed first.
For Windows: scoop install kubectl
. Assume you have scoop
installed first.