Easy
You have a Kubernetes job that deploys a container that failed to run properly. How to retrieve the detailed errors that happened inside the container . Which of the following command ?
Author: RaymondStatus: PublishedQuestion passed 209 times
Edit
0
Community Evaluations
Raymond
10/02/2024
Ludovic, il n'y a pas de `kubectl get pod` mais `kubectl get pods`. C'est vrai que c'est frustant d'hésiter sur une ligne de commande à une lettre prÚs.
John
15/02/2024
C'est pas la 4 eme option qui est vague c'est toute la question, il faut parler de LOGS et pas d'error, si l'application ne log pas ce qui arrive, le demarche sera bien de commencer par un kpg (pour voir le state du POD), puis kd [pod], et enfin un klf [-c container POD], d'autant qu'un POD peut contenir plusieurs containers. En gros seul la 3 ne va pas puisque c'est une erreur de syntax et finaleme nt le 2 nom plus ne pas dans la question il y a "container" donc il faut un "-c" dans la commande
Similar QuestionsMore questions about Kubernetes
3
What are the Kubernetes managed services ?3
How to configure storage for stateful applications in Kubernetes?2
Where does `kubectl` command store its **configuration file** ?2
Kubernetes hierarchy : what is inside what ?1
Complete the missing key words [keyword1] and [keyword2] in the following .yaml file