<< PREVIOUS      NEXT >>

 

TROUBLESHOOTING


 ATTACH TO RUNNING CONTAINER

  1. Log in to the worker node where the application pod is deployed

  2. Execute the below command to procure the runtime hash of the application container and sidecar container

    docker ps | grep <deployment_name>

     

     

  3. Execute the below command to attach to the running container

    docker exec -it <runtime_hash> /bin/bash