Define kubernetes ReplicaSets with Example and commands:

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 A ReplicaSet’s purpose is to maintain a stable set of replica Pods running at any given time. As such, it is often used to guarantee the availability of a specified number of identical Pods There are many ways we can use replicasets such that always required number of pods running is guarangteed. While creating

Read more

Day3 Assignment’s

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 and its feature? Kubernates isĀ an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Feature: Some of the features which Kubernates offers are:Ā· Pod -collection containsĀ· Replication ControllerĀ· Storage ManagementĀ· Resource MonitoringĀ· Health

Read more

Day2 Assignment’s

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 docker update and docker wait? Explain with example commands. update : Update configuration of one or more containers docker update f4d703072499 Wait : wait Block until one or more containers stop, then print their exit codes docker wait f4d703072499 CMD ENTRYPOINT Can be overridden Cannot be overridden Cannot append additional params Can

Read more

Docker assignment1

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 Docker? Its a tool and platform which managing the container. DockerĀ is a software platform that allows you to build, test, and deploy applications quickly. Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. What is Container? Its Logical entity. It

Read more