Retrieve Deployed Containers#

In certain scenarios, you may need to restore or retrieve the deployed container.

To retrieve the deployed cluster containers, do the following:

  1. Start the Edge Orchestrator installation with this command:

    ./start-orchestrator-installation
    
  2. Enter the same information as used during the initial setup.

  3. Start the tunnel with this command:

    ./start-tunnel.sh
    
  4. Update the Kubernetes configuration using the following command:

    aws eks --region us-west-2 update-kubeconfig --name "demo1"
    
  5. Export the Kubernetes configuration file using the following command:

    export KUBECONFIG=/root/.kube/config
    
  6. Retrieve deployed container details using the following command:

    kubectl get pods -A