diff --git a/content/en/blog/_posts/2020-06-30-SIG-Windows-Spotlight/index.md b/content/en/blog/_posts/2020-06-30-SIG-Windows-Spotlight/index.md index c7dbd9753c..744d27dde1 100644 --- a/content/en/blog/_posts/2020-06-30-SIG-Windows-Spotlight/index.md +++ b/content/en/blog/_posts/2020-06-30-SIG-Windows-Spotlight/index.md @@ -24,7 +24,7 @@ _"When looking at Windows support in Kubernetes," says SIG (Special Interest Gro In essence, any "container" is simply a process being run on its host operating system, with some key tooling in place to isolate that process and its dependencies from the rest of the environment. The goal is to make that running process safely isolated, while taking up minimal resources from the system to perform that isolation. On Linux, the tooling used to isolate processes to create "containers" commonly boils down to cgroups and namespaces (among a few others), which are themselves tools built in to the Linux Kernel. -If dogs were processes: containerization would be like giving each dog their own resources like toys and food using cgroups, and isolating troublesome dogs using namespaces +A visual analogy using dogs to explain Linux cgroups and namespaces. #### _If dogs were processes: containerization would be like giving each dog their own resources like toys and food using cgroups, and isolating troublesome dogs using namespaces._