What is Pod in 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 Pods are the atomic unit of kubernetes. Pod Ā is a group of one or moreĀ containers. Pods can only be instantiated not created. Pods can be created using yaml or json. Pod has multiple states. Running, Pending and succeeded/failed Each pod connects to common pod network Pods can only be instantiated not created Service serves

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 Azure File Storage plugin BeeGFS Volume Plugin Blockbridge plugin Contiv Volume Plugin Convoy plugin DigitalOcean Block Storage plugin DRBD plugin Flocker plugin Fuxi Volume Plugin gce-docker plugin GlusterFS plugin Horcrux Volume Plugin HPE 3Par Volume Plugin Infinit volume plugin IPFS Volume Plugin Keywhiz plugin Local Persist Plugin NetApp Plugin (nDVP) Netshare plugin Nimble Storage Volume

Read more

What is Docker Images?

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 files systems. A docker image is a template for docker container. One docker image can be used to create multiple containers File systems are layered over each other Layer 0 have the root filesystem Each layer in image will have 40 character length UUID generated by SHA 256

Read more