App Container

Glossary Page

Application containers are the containers in a pod that start after any init containers have finished running. Init containers allow separation of initialization details that don't need to keep running after the application container has started. If there are no init containers configured, all containers in the pod are app containers.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles