Explore the new Kubernetes cluster
-
Fetch the kubeconfig file with the command:
dkp get kubeconfig -c ${CLUSTER_NAME} > ${CLUSTER_NAME}.conf -
List the Nodes with the command:
kubectl --kubeconfig=${CLUSTER_NAME}.conf get nodesNote that (it may take a couple of minutes for the Status to move to
Readywhilecalico-nodepods are being deployed. -
List the Pods with the command:
kubectl --kubeconfig=${CLUSTER_NAME}.conf get pods -A
Konvoy Documentation