From 1d60018620f4a266fc3998d501586ececa56e3d3 Mon Sep 17 00:00:00 2001 From: Hiram Foster Date: Sat, 15 Aug 2020 18:31:23 -0400 Subject: [PATCH 1/2] remove rkt reference Project has ended --- .../docs/tutorials/kubernetes-basics/explore/explore-intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html b/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html index f3608039dc..cc674d02d1 100644 --- a/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html +++ b/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html @@ -79,7 +79,7 @@ weight: 10

Every Kubernetes Node runs at least:

From 74ed545285b9de50eb41664273a570fcbbffbbbc Mon Sep 17 00:00:00 2001 From: Hiram Foster Date: Sat, 15 Aug 2020 18:55:49 -0400 Subject: [PATCH 2/2] remove rkt reference --- .../tutorials/kubernetes-basics/explore/explore-intro.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html b/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html index cc674d02d1..3b5a51dc40 100644 --- a/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html +++ b/content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html @@ -29,7 +29,7 @@ weight: 10

Kubernetes Pods

-

When you created a Deployment in Module 2, Kubernetes created a Pod to host your application instance. A Pod is a Kubernetes abstraction that represents a group of one or more application containers (such as Docker or rkt), and some shared resources for those containers. Those resources include:

+

When you created a Deployment in Module 2, Kubernetes created a Pod to host your application instance. A Pod is a Kubernetes abstraction that represents a group of one or more application containers (such as Docker), and some shared resources for those containers. Those resources include:

  • Shared storage, as Volumes
  • Networking, as a unique cluster IP address
  • @@ -51,7 +51,7 @@ weight: 10

- A Pod is a group of one or more application containers (such as Docker or rkt) and includes shared storage (volumes), IP address and information about how to run them. + A Pod is a group of one or more application containers (such as Docker) and includes shared storage (volumes), IP address and information about how to run them.