Kubernetes Configuration

Download kubeconfig

Click the button below to download your kubeconfig file.

Download kubeconfig

Usage Instructions

After downloading the kubeconfig file, follow the steps below.

  1. Save it to a secure location
  2. Use it with kubectl by setting the KUBECONFIG environment variable:
    export KUBECONFIG=/path/to/kubeconfig.yaml
  3. Or use it directly with kubectl commands:
    kubectl --kubeconfig=/path/to/kubeconfig.yaml get pods