Task one

Anonymous
plain_text
10/21/2021 9:54 AM
280 B
25
Indexable
apiVersion: v1
kind: Pod
metadata:
  name: two-containers
spec:
  containers:
  - name: ubuntu-container
    image: ubuntu
    command: ["/bin/sh"]
    args: ["-c", "while true; do echo Hello; sleep 1; done;"]
Editor is loading...