githubEdit

How do I get a JIT token for my Kubernetes cluster?

Context When working with Kubernetes clusters in DuploCloud, you may need to obtain authentication credentials to connect to your cluster from external tools or command-line interfaces. This typically involves getting a kubeconfig file or accessing the cluster shell directly. Answer There are two main ways to access your Kubernetes cluster: Option 1: Download kubeconfig file Navigate to your Kubernetes cluster management screen in DuploCloud Look for the dropdown menu labeled "KubeCtl" in the top right corner Click on the dropdown and select the option to download the kubeconfig file Use this kubeconfig file to connect to your cluster from your local environment Option 2: Direct container shell access Navigate to your container list in the DuploCloud interface Find the container you want to access Click on the three dots (…) menu next to the container Select "Open container shell" to connect directly to the Kubernetes shell Both methods provide secure access to your Kubernetes cluster without requiring separate JIT token generation.

Last updated

Was this helpful?