Kubernetes Scale Up/Down Replica set
Kubernetes Scale Up/Down Replica set Creat Replicaset Create replicates with below manifest yml file cat myrs.yml apiVersion: apps/v1 kind: ReplicaSet metadata: name: frontend labels: app: guestbook tier: frontend spec: # modify replicas according to...