Vijay Kubernetes Learnings

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 What is POD – in 10 lines with 1 YAML example Ans: Pod is a group of one or moreĀ Containers, A atom inside the container which manages the IP & Port configurations. below are the list of commands for Pod kubectl get pods kubectl create -f pod1.yaml -n=vijay kubectl apply -f pod1.yaml -n=vijay kubectl

Read more

Vijay Docker Learnings

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 What is Docker – in 2 lines Ans: Docker is a Container management tool, where we can run the applications with less infrastructure. 2) What is Container – in 3 lines Ans: Container is a Virtual Machine with no Kernal. which contains Net,PID,RootFileSystem,UserFileSystem 3) Top 10 commands with 1 example of using docker container

Read more