Tempest SSH Knowledge Base
Download
  • Guidelines
    • Tempest Knowledge Base
    • Resetting Password
    • Split Screens
  • Technologies
    • Kubernetes Profiles
    • Tempest Monitoring
    • Connect to Telnet servers
    • How Tempest protect your privacy
  • Release Notes
    • Release Notes
Powered by GitBook
On this page
  • How to use Tempest managed Kubernetes profiles
  • Install Kube Command-line Tools
  1. Technologies

Kubernetes Profiles

PreviousSplit ScreensNextTempest Monitoring

Last updated 1 year ago

How to use Tempest managed Kubernetes profiles

  1. Add Kubeconfig via New Kubeconfig Dialog

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

Install Kube Command-line Tools

If you don't have these tools installed, you'll have to install them first.

  1. For macOS: brew install kubectl. Assume you have brew installed first.

  2. For Windows: scoop install kubectl. Assume you have scoop installed first.

For Ubuntu:

https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/