Overview of Kubernetes with Architecture Examplained!!

– What is Kubernetes? Kubernets also called as K8s is a framework to manage multiple containers automatically by providing facilities like load sharing, aotu scalling, self healing etc. With help of either JSON or Yaml we can state our desire to Kubernet and it can be done without any manual intervention. – Why Do we need Kubernetes? We need Kubernets becuase of below reasons:- load balancing Storage Orchestration Self healing – Benefits of kUbernetes? As stated in above pointers, if

Read more

Assignment For 25 Oct 2021 – Docker Session

Assignment# 1 – What is Docker and Container? Define in 15 points with example image Docker:- is a tool which manages Containers and it provides industry a const efficient , time efficient and quality infrastructure. Docker is a utility built on top of kernel which is responsible to allocate resources from main system which is used by Containers. Dockers basically talks to kernel as per User requests and creates below core resources from kernel Namespace which will be used by

Read more