Skip to main content
Skip table of contents

Explore the New AWS Non-air-gapped Cluster

This guide explains how to use the command line to interact with your newly deployed Kubernetes cluster.

Follow these steps:

  1. Fetch the kubeconfig file with the command:

    CODE
    dkp get kubeconfig -c ${CLUSTER_NAME} > ${CLUSTER_NAME}.conf
  2. Verify the API server is up by listing the nodes:

    CODE
    kubectl --kubeconfig=${CLUSTER_NAME}.conf get nodes

Wait for the Status to move to Ready while calico-node pods are being deployed.

  1. List the Pods with the command:

    CODE
    kubectl --kubeconfig=${CLUSTER_NAME}.conf get pods -A

Next Step

AWS Install Kommander Non-air-gapped

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.