-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34d8d57
commit aafe670
Showing
7 changed files
with
757 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Applications | ||
id: appplications | ||
date: 2019-05-12 | ||
full_link: | ||
short_description: > | ||
The layer where various containerized applications run. | ||
aka: | ||
tags: | ||
- fundamental | ||
--- | ||
The layer where various containerized applications run. |
13 changes: 13 additions & 0 deletions
13
content/en/docs/reference/glossary/cluster-infrastructure.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Cluster Infrastructure | ||
id: cluster-infrastructure | ||
date: 2019-05-12 | ||
full_link: | ||
short_description: > | ||
The infrastructure layer provides and maintains VMs, networking, security groups and others. | ||
aka: | ||
tags: | ||
- operations | ||
--- | ||
The infrastructure layer provides and maintains VMs, networking, security groups and others. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Cluster Operations | ||
id: cluster-operations | ||
date: 2019-05-12 | ||
full_link: | ||
short_description: > | ||
Activities such as upgrading the clusters, implementing security, storage, ingress, networking, logging and monitoring, and other operations involved in managing a Kubernetes cluster. | ||
aka: | ||
tags: | ||
- operations | ||
--- | ||
Activities such as upgrading the clusters, implementing security, storage, ingress, networking, logging and monitoring, and other operations involved in managing a Kubernetes cluster. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Control Plane | ||
id: control-plane | ||
date: 2019-05-12 | ||
full_link: | ||
short_description: > | ||
The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers. | ||
aka: | ||
tags: | ||
- fundamental | ||
--- | ||
The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Data Plane | ||
id: data-plane | ||
date: 2019-05-12 | ||
full_link: | ||
short_description: > | ||
The layer that provides capacity such as CPU, memory, network, and storage so that the containers can run and connect to a network. | ||
aka: | ||
tags: | ||
- fundamental | ||
--- | ||
The layer that provides capacity such as CPU, memory, network, and storage so that the containers can run and connect to a network. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.