apiVersion: apps/v1 kind: ReplicaSet metadata: name: frontend namespace: nginx labels: app: guestbook tier: frontend spec: # modify replicas according to your case replicas: 3 selector: matchLabels: tier: frontend template: metadata: labels: tier: frontend spec: containers: - name: nginx image: nginx