From 65f26d98a49564bbfdcd631271305e187547ebb1 Mon Sep 17 00:00:00 2001 From: Kaslin Fields Date: Tue, 30 Jun 2020 09:52:31 -0700 Subject: [PATCH] Updating alt text on dog analogy. --- .../en/blog/_posts/2020-06-30-SIG-Windows-Spotlight/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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._