K8s Lab: Crating Master
Summary In this Lab exercise we will learn step by step process for creating k8s Cluster Prerequisites 1. A compatible Linux host (Linux distributions based on Ubuntu, Debian and Red Hat) 2. 2 GB or more of RAM per machine (any less will leave little room for your apps). 3. 2 CPUs […]
Docker Container
Summary In this article we will learn about Namespace and Control Groups. We will also learn about process behind Containers creation on Windows and Linux Server Container Big Picture Namespace and Control Groups Containers are Isolated area (Namespace) of the OS with resource uses limits (Control Groups) We use 2 building blocks while creating Container: […]