Define ReplicaSets with atleast 2 example

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Replica sets is to ensure defined no. of identical pods are always available, even if some of the pods gets corrupted and becomes unavailable, it is restarted by replica sets again. Example – In case of node failure where 1 node fails, replica-set ensure, pods of that node is started in another node. In

Read more

Defined Kubernetes in Praful words!!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes:Kubernetes is born in google and later purchased by cncf and has a wide community support.Its a container orchestration which manages containers.helps provisioning and deployment of containers in pods.helps ensuring containers are up and running at all times through health checks.ensures all the pods are functioning properly by distributing load evenly between

Read more