Question : There is a pod named webserver, the container under it named as httpd-container and it is using image httpd:latest
There is a sidecar container as well named sidecar-container which is using ubuntu:latest image.
Look into the issue and fix it, make sure pod is in running state before clicking the Finish button.
Note: The kubectl utility on jump_host has been configured to work with the kubernetes cluster.
Please Note :- Perform the below commands based on your question server, user name & other details might differ . So please read task carefully before executing. All the Best 👍
1. At first kubectl utility configure and working from jump server, run below commands
kubectl get pods
kubectl describe pod webserver
3. To resolve the images issue edit the pod and do the changes
( Refer Below Video for more clarity )
kubectl edit pod webserver
kubectl get pods
5. Click on Finish & Confirm to complete the task successful
Happy Learning!!!!
0 Comments