Kubernetes Pod Manifest
Jump to navigation
Jump to search
External
Internal
Overview
Example
apiVersion: v1 kind: Pod metadata: name: loop labels: color: blue spec: containers: - name: loop-container image: docker.io/ovidiufeodorov/loop:latest imagePullPolicy: Always
.spec Elements
hostname
Optional field. If not specified, the hostname exposed to the processes running inside the pod will be the name of the pod.
restartPolicy
Optional field.
containers
name
image
imagePullPolicy
The value is one of "Always", "Never", "IfNotPresent". Defaults to "Always" if ":latest" tag is specified, or "IfNotPresent" otherwise.
TODO: https://kubernetes.io/docs/concepts/containers/images#updating-images