Imran_Kubernet_assignment

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?. ->Pod is a collection of conatiner. -> It is storage inside a node of kubernet clusters. Types of Pod. Single Container Pod –> With the help of kubectl command we can create single container pod. kubectl run <name of the Pod> –image=<name of the image from registry> kubectl run jboss –image=jboss6.1

Read more

Imran Khan Docker Training

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?. Docker is container management service. Docker is a easy for developer to develop application, ship them into conatiner which can deployed anywhere. 2. What is Container?. Container are instance of docker images. Container can run using docker run command. The below command is used to run the conatiner. The basic purpose

Read more