Kubernetes Configuration
Download kubeconfig
Click the button below to download your kubeconfig file.
Download kubeconfigUsage Instructions
After downloading the kubeconfig file, follow the steps below.
- Save it to a secure location
- Use it with kubectl by setting the KUBECONFIG environment variable:
export KUBECONFIG=/path/to/kubeconfig.yaml
- Or use it directly with kubectl commands:
kubectl --kubeconfig=/path/to/kubeconfig.yaml get pods