1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
apiVersion: v1 kind: ReplicationController metadata: name: busybox spec: replicas: 2 template: metadata: labels: app: busybox spec: containers: - name: busybox image: busybox:1.27.2 command: - sleep - "36000"