Define kubernetes ReplicaSets with Example and commands

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps! We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers. Master in DevOps, SRE, DevSecOps & MLOps! Learn from Guru Rajesh Kumar and double your salary in just one year. Get Started Now! kubernetes replica sets instantiate the desired number of pods. kubectl create deployment name –image=imagename –replicas=noofreplicas -n=namespace kubectl apply -f

Read more

How kubernetes works? Explain each components with Short Summary

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps! We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers. Master in DevOps, SRE, DevSecOps & MLOps! Learn from Guru Rajesh Kumar and double your salary in just one year. Get Started Now! kubernetes consists of master/controlplane and worker Nodes. Control Plane Components : . apiserver The API server is a component

Read more

What is diff between docker pause/unpause and stop/kill?

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps! We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers. Master in DevOps, SRE, DevSecOps & MLOps! Learn from Guru Rajesh Kumar and double your salary in just one year. Get Started Now! Docker pause : pauses all processes within one or more containers. Docker unpause : unpauses all processes within one

Read more

What is Docker and Container? Details explaination with Image!

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps! We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers. Master in DevOps, SRE, DevSecOps & MLOps! Learn from Guru Rajesh Kumar and double your salary in just one year. Get Started Now! What is Docker? Docker is a tool to manage containers. What is Container? container is an independent bundle to

Read more