Skip to content

Commit fcdcfba

Browse files
coderangerTim Bannister
andauthored
Containers don't get their own CPU (#24659)
* 🐛 Containers don't get their own CPU This is overly broad, in all default setup containers all share the underlying host CPUs so I wouldn't say they "have their own". * Change wording to "share of CPU" to more closely reflect reality. Co-authored-by: Tim Bannister <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent ab2ba4d commit fcdcfba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/overview/what-is-kubernetes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Virtualization allows better utilization of resources in a physical server and a
3838

3939
Each VM is a full machine running all the components, including its own operating system, on top of the virtualized hardware.
4040

41-
**Container deployment era:** Containers are similar to VMs, but they have relaxed isolation properties to share the Operating System (OS) among the applications. Therefore, containers are considered lightweight. Similar to a VM, a container has its own filesystem, CPU, memory, process space, and more. As they are decoupled from the underlying infrastructure, they are portable across clouds and OS distributions.
41+
**Container deployment era:** Containers are similar to VMs, but they have relaxed isolation properties to share the Operating System (OS) among the applications. Therefore, containers are considered lightweight. Similar to a VM, a container has its own filesystem, share of CPU, memory, process space, and more. As they are decoupled from the underlying infrastructure, they are portable across clouds and OS distributions.
4242

4343
Containers have become popular because they provide extra benefits, such as:
4444

@@ -94,4 +94,3 @@ Kubernetes:
9494

9595
* Take a look at the [Kubernetes Components](/docs/concepts/overview/components/)
9696
* Ready to [Get Started](/docs/setup/)?
97-

0 commit comments

Comments
 (0)