Init Container
An init container is a container in a Kubernetes pod that runs to completion before the pod's main application containers start, typically used for setup tasks like fetching configuration or waiting on a dependency.
3 resources across 1 library
Glossary Terms(3)
Sidecar Container
A sidecar container is a secondary container deployed alongside a main application container within the same pod, providing supporting functionality such as lo…
Init Container
An init container is a container in a Kubernetes pod that runs to completion before the pod's main application containers start, typically used for setup tasks…
Pod Disruption Budget
A Pod Disruption Budget (PDB) is a Kubernetes resource that limits how many pods of a replicated application can be voluntarily taken down at the same time, pr…