Deploy Replica Set in Kubernetes Cluster
Tasks
Create a ReplicaSet using the nginx image with the latest tag (specify as nginx:latest) and name it nginx-replicaset.
Apply labels: app as nginx_app, type as front-end.
Name the container nginx-container. Ensure the replica count is 4.
Ste...
abisec.hashnode.dev1 min read