Kubernetes Syncing
How to use Tempest managed Kubernetes profiles
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
andk9s
, etc just like usual.
Tip: You can use different Kubernetes environment in different tabs
Install Kube Command-line Tools
If you don't have these tools installed, you'll have to install them first.
For macOS:
brew install kubectl
. Assume you havebrew
installed first.For Windows:
scoop install kubectl
. Assume you havescoop
installed first.
Last updated