Difference between revisions of "Spec.containers"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
* {{containers:}} | * {{containers:}} | ||
* {{spec}} | * {{spec}} | ||
− | + | * {{kind: Pod}} | |
[[Category:Docker]] | [[Category:Docker]] |
Revision as of 18:02, 27 October 2024
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container
spec.containers: image
Sidecar containers
apiVersion: v1 kind: Pod metadata: name: my-pod spec: containers: - name: main-container image: busybox command: ["sh", "-c", "echo 'Main process running'; sleep 30"] - name: sidecar-container image: busybox command: ["sh", "-c", "while true; do sleep 3600; done"]
Related
See also
Advertising: