Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DevOpsproject-asn/kubernetes_various_objects

Repository files navigation

1>kubernetes_various_objects

2>kubectl apply -f < manifestfilename >

3>Pod creating on kubernetes cluster

4>RC ( ReplicationController responsible for managing the pod lifecycle ) created object.

5>RS(ReplicaSet is the next-generation Replication, only differnce is selector support. Means ReplicaSet supports the new set-based selector requirements as described in the labels whereas a Replication Controller only supports equality-based selector requirements) created object

6>Deploment RollingUpdate create for slowly slowly create pod and slowly slowly delete the pod, it's high availabilty without cluster downtime it's replace new pods.

7>Deployment Recreate strategy create, it's at time all pod delete it and receate all pod again. So somedowntime is their in this Deployment strategy.

8>Resources Requests & limit set up on Deployment pods. We can manage the cluster resources by using set this Resources requests & limits.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published