Container Error

what is the menaing of contianer error ?

If you run kubectl describe pods mysql-deployment.....-z4nn you may find some extra information about the error in the Events section.

Hey, @Sameera_Wijerathna
Cause of container error, could be anything, as a best solution @rael mentioned. Run the command kubectl describe pod <pod-name>
and check the last section called Events. It will give you enough information.
Normally it’s happening due to syntax error.

1 Like