Start Preparation Smartly

We have the collection to start prepartion smartly.

Start Assessment

Learn Kubernetes | K8s Tutorial for Beginners

  DevOps Tech Hub

116 Followers

What is Container?


Container is the smallest unit of software that can run applications and its dependencies so that application runs quickly and reliably on that container.

It is even possible to create Image from the running container so that the Images can be build, Ship, and run anywhere in another container compute platform.

Container Engine which is installed and configured on Host OS is responsible to create containers and maintaining isolation, compute resources provisioning to ensure containers are running healthy.


Previous Next