For the docker file and application code refer to the GitHub repo https://github.com/reddeppas/basic_k8s_triaining What is a Container? A Container is a package of software that includes all dependencies: code,runtime,configuration and system libraries so that it can run on any host system. Building blocks of Containers
Namespace,CGroup,and union file system Familiar…