Learn how to connect to your DKS cluster using kubectl.
~/.kube/config or specify with --kubeconfigdcp dks get-kubeconfig --cluster my-cluster > ~/.kube/config
Test your connection:
kubectl get nodes
kubectl get pods --all-namespaces
If you encounter connection issues: