TROUBLESHOOTING
ATTACH TO RUNNING CONTAINER
-
Log in to the worker node where the application pod is deployed
-
Execute the below command to procure the runtime hash of the application container and sidecar container
docker ps | grep <deployment_name>
-
Execute the below command to attach to the running container
docker exec -it <runtime_hash> /bin/bash