Accessing the EKS Cluster

Steps to access the EKS cluster.

Connect to the cloud service using the steps in this section.

  1. Run the following command to connect your Linux instance to the Kubernetes cluster.

    aws eks update-kubeconfig --name <Name of Kubernetes cluster> --region <Region in which the cluster is created>
    
  2. Run the following command to verify that the nodes are deployed.

    kubectl get nodes
    

    Note: You can also verify that the nodes are deployed in AWS from the EKS Kubernetes Cluster dashboard.


Last modified : November 12, 2025