Explore New AWS Air-gapped Cluster
Explore the new Kubernetes cluster using the commands below.
Follow these steps:
Fetch the kubeconfig file with the command:
CODEdkp get kubeconfig -c ${CLUSTER_NAME} > ${CLUSTER_NAME}.confList the Nodes with the command:
CODEkubectl --kubeconfig=${CLUSTER_NAME}.conf get nodesNote: wait for the Status to move to
Readywhilecalico-nodepods are being deployed.List the Pods with the command:
CODEkubectl --kubeconfig=${CLUSTER_NAME}.conf get pods -A
When you’re ready, delete your cluster and clean up your environment.