Images | Kubernetes
kubernetes.io › docs › conceptsSep 15, 2021 · A container image represents binary data that encapsulates an application and all its software dependencies. Container images are executable software bundles that can run standalone and that make very well defined assumptions about their runtime environment. You typically create a container image of your application and push it to a registry before referring to it in a Pod This page provides ...
Images | Kubernetes
https://kubernetes.io/docs/concepts/containers/images15.09.2021 · Kubernetes Documentation Concepts Containers Images Images A container image represents binary data that encapsulates an application and all its software dependencies. Container images are executable software bundles that can run standalone and that make very well defined assumptions about their runtime environment.