Kubernetes Profiles
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,helmandk9s, 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 havebrewinstalled first.For Windows:
scoop install kubectl. Assume you havescoopinstalled first.
Last updated