apiVersion: v1 kind: ReplicationController metadata: name: test spec: replicas: 1 selector: app: test template: metadata: name: test labels: app: test spec: containers: - name: test image: busybox command: ["tail"] args: ["-f", "/dev/null"]