What is POD? define in bullets points

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 PodsĀ are the smallest deployable units of computing that you can create and manage in Kubernetes. AĀ Pod is a group of one or moreĀ containers, with shared storage and network resources, and a specification for how to run the containers. a Pod can containĀ init containersĀ that run during Pod startup. a Pod is similar to a group

Read more

What is the architecture and components of Kubernetes?

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 Master Api server -> POD -> Container -> Docker image –> Google Registry validates and configures data for API objects, including pods and services. The API Server provides the frontend to the cluster’s shared state, which is where all of the other components interact Etcd -> POD -> Container -> Docker image –> Google

Read more

docker Image

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 Docker Image is a collection of file system rootfs (base) + ufs + appfs 2. 1 COPY of image of get mounted to each container. 3. Image name is the same as repo name 4. repo can be stored in registry (dockerhub etc) 5. Docker images contains multiple file system and each file system

Read more

assignment 1 (Day2) : wait and update

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 wait: Block until one or more containers stop, then print their exit codes in other terminal, if we stop the container, then will get the status code 0 update: docker inspect docker update similarly we can do for other configurations as well

Read more

Assignment – 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 Create a POST on bestDevops.com and answer following questions? Install Docker in your assigned VM? Installed the Docker in the VM. — [root@ip-172-31-8-134 centos] Verification: Verify docker installation and basic commands? Self proov it ā€“ What is Container? Playing with different Docker commands:- Container Lifecycle? create -> start -> stop -> start -> restart

Read more