📚 Containers Overview

Created: 28.07.2022

This is about containers like Docker or k8s. Those things are common for all containers.

An isolated environment with separate processes, networks, and mounts. They share an OS kernel. So, you can’t install a Windows container atop the Linux OS.

LXCFS, LXC etc.

Container orchestration - the automated scaling up and down, deploying and managing containers. Docker Swarm, Kubernetes, Mesos.

References