Access Your Cluster (kubeconfig)

Connect using a generated kubeconfig.

Insert screenshot of Cluster β†’ Access / Download kubeconfig here

Use kubeconfig

# Save file as ~/.kube/config or use --kubeconfig
export KUBECONFIG=~/Downloads/neon-kubeconfig

kubectl cluster-info
kubectl get nodes -o wide
kubectl get pods -A

Rotate kubeconfig on team changes. Prefer short-lived tokens where available.

Last updated

Was this helpful?