Difference between revisions of "Sidecar-container"
Jump to navigation
Jump to search
(Created page with " apiVersion: v1 kind: Pod metadata: name: my-pod spec: containers: - name: main-container image: busybox command: ["sh", "-c", "echo 'Main process runnin...") |
|||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
apiVersion: v1 | apiVersion: v1 | ||
− | kind: Pod | + | [[kind: Pod]] |
metadata: | metadata: | ||
name: my-pod | name: my-pod | ||
Line 11: | Line 12: | ||
image: [[busybox]] | image: [[busybox]] | ||
command: ["[[sh]]", "[[-c]]", "[[while true]]; do sleep 3600; done"] | command: ["[[sh]]", "[[-c]]", "[[while true]]; do sleep 3600; done"] | ||
+ | |||
+ | |||
+ | {{Sidecar}} |
Revision as of 09:29, 22 October 2024
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"]
Sidecar, Kubernetes Sidecar Containers, Sidecar (Kubernetes), Sidecar container
Advertising: