What are the components of Kubernetes Master and explain each component functions

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 API Server – provides all the operation on cluster using the API. Control Manager – regulates the state of cluster and performs a task. Cluster Store – stores the configuration information which can be used by each of the nodes Scheduler – distributes the workload.

Read more

List out number of storage/volume drivers supported by docker

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 Overlay2 – preferred storage driver for all currently supported Linux distributions, and requires no extra configuration. fuse-overlayfs – preferred only for running Rootless Docker on a host that does not provide support for rootless overlay2 btrfs and zfs – The btrfs and zfs storage drivers allow for advanced options, such as creating “snapshots”, but require more maintenance and setup. Each of

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? Light weight mechanism of isolating running process defined by specific images with resources like root filesystem, user and network.

Read more