Connect kubectl
The primary way to get kubeconfig is through the Noplane Console. The CLI can also fetch kubeconfig, but it is beta.
Console (primary)
Open Managed Clusters and select your cluster.
Choose Kubeconfig.
Copy or download the kubeconfig file.
Point
kubectlto the file and verify access:
export KUBECONFIG=./my-cluster-kubeconfig.yaml
kubectl get nodes
CLI (beta)
Fetch kubeconfig with the CLI and export it as KUBECONFIG. Refer to the CLI
reference for the latest command syntax.