Kubernetes Pod Manifest: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 24: | Line 24: | ||
==hostname== | ==hostname== | ||
Optional. | Optional. If not specified, the hostname exposed to the processes running inside the pod will be the name of the pod. | ||
==restartPolicy== | ==restartPolicy== | ||
Optional. | Optional. |
Revision as of 01:24, 7 September 2019
External
Internal
Overview
apiVersion: v1 kind: Pod metadata: name: loop labels: color: blue spec: containers: - name: loop-container image: docker.io/ovidiufeodorov/loop:latest
.spec Elements
hostname
Optional. If not specified, the hostname exposed to the processes running inside the pod will be the name of the pod.
restartPolicy
Optional.