Overview of Kubernetes with Architecture Examplained!! – MS

What is Kubernetes?Kubernetes, or k8s, is an open source platform that automates Linux container operations. It eliminates many of the manual processes involved in deploying and scaling containerized applicationsIn other words, you can cluster together groups of hosts running Linux containers, and Kubernetes helps you easily and efficiently manage those clusters. Why Do we need Kubernetes? Benefits of kUbernetes?Kubernetes eases the burden of configuring, deploying, managing, and monitoring even the largest-scale containerized applications. It also helps IT pros manage container

Read more

Lab and Assignment 1 For 25 Oct 2021 – Docker Session – MS

What is Docker and Container? Docker image is blueprint of the container (application files + dependencies + filesystem), where as container is running instance of that imageDocker image is created once and multiple Container instance can be created from same imageDocker image just requires disk space as its logical , where as container instance requires computation resource + memory space Containers also isolate applications from each other on a shared OS Difference between docker pause and unpause? The docker pause

Read more