Assignment of Day3

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 Write down 10 features of Kubernetes with image Reduce the complexity of container Container orchestration Scheduling user requests Scaling containers Load balancing the containers Rollback containers Self-healing Monitoring Add-ons  like ingress, dns Ability to absorb changes quickly What are the components of Kubernetes master and explain each component’s function? There are 4 major components

Read more

Assignement of Day-2

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 Q1. List out all INSTRUCTION statement of dockerfile and give one line explanation.Environment variables are supported by the following list of instructions in the Dockerfile: ADD -> check if compressed file and copying the content to docker containerCOPY -> Just copying the content to docker containerEXTRACT -> Extract the content to specified location in

Read more

Assignment for docker day 1

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 Q1. Explain What is Docker Container with image? Docker container with image is an running image, which have the basis things like ROOT FS, PID NS, USER NS, and NET NS. Q2. What is the differenece between docker stop and docker kill? the difference i observed was during the stop the exit value is

Read more