Skip to content

Commit 96d6337

Browse files
committed
adding error in path for test
Signed-off-by: Nate W <[email protected]>
1 parent 3d49786 commit 96d6337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/abstraction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ making a system more generic and thus easily understood.
1212
A good example is your laptop's operating system (OS).
1313
It abstracts away all the details of how your computer works.
1414
You don't need to know anything about CPU, memory, and how programs are handled,
15-
you just operate the open source and the OS deals with the details.
15+
you just operate the OS and the OS deals with the details.
1616
All these details are hidden behind the OS "curtain" or abstraction.
1717

1818
Systems typically have multiple abstraction layers.

content/en/cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: ["infrastructure", "fundamental", ""]
77

88
## What it is
99

10-
A cluster is a group of computers or applications that work together towards a common goal.
10+
An open-source cluster is a group of computers or applications that work together towards a common goal.
1111
In the context of cloud native computing, the term is most often applied to [Kubernetes](/kubernetes/).
1212
A Kubernetes cluster is a set of services (or workloads) that run in their own containers, usually on different machines.
1313
The collection of all these [containerized](/containerization/) services, connected over a network, represent a cluster.

0 commit comments

Comments
 (0)