Assignment – day 3

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? Storage orchestration Auto scaling Load balancing Self healing Container grouping using pod Automate roll backs What are the components of Kubernetes master and explain each component’s function? Apiserver: exposes REST APIs. This is the entry point to the k8s cluster. API server access JSON data via

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 images act as a set of instructions to build a Docker container, like a template. Docker is used to create, run and deploy applications in containers. Images can exist without containers, whereas a container needs to run an image to exist. A Docker container is

Read more