OpenShift Init Container: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=


* https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
* https://docs.openshift.com/container-platform/latest/architecture/core_concepts/containers_and_images.html#init-containers
* https://docs.openshift.com/container-platform/latest/architecture/core_concepts/containers_and_images.html#init-containers


Line 7: Line 6:


* [[OpenShift_Pod_Concepts#Init_Container|OpenShift Pod Concepts]]
* [[OpenShift_Pod_Concepts#Init_Container|OpenShift Pod Concepts]]
* [[Kubernetes Init Containers]]


=Overview=
=Overview=


An ''init container'' is a specialized container that runs before the application containers, and can contain utilities or setup scripts not present in the application image.
{{Internal|Kubernetes Init Containers|Kubernetes Init Containers}}

Latest revision as of 02:04, 19 September 2019