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:
Start the Edge Orchestrator installation with this command:
./start-orchestrator-installation
Enter the same information as used during the initial setup.
Start the tunnel with this command:
./start-tunnel.sh
Update the Kubernetes configuration using the following command:
aws eks --region us-west-2 update-kubeconfig --name "demo1"
Export the Kubernetes configuration file using the following command:
export KUBECONFIG=/root/.kube/config
Retrieve deployed container details using the following command:
kubectl get pods -A