From 665e37f1950b576ab8ed0949a8fe7d1c14801524 Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Sun, 27 Oct 2019 15:11:19 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BE=20Clean=20up=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c0abcbf..f429fed 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,9 @@ # Curated Resources on Kubernetes ``` -A Kubernetes cluster consists of **Nodes** (similar to servers). - -Nodes run Pods, which are collections of Docker containers. - -Containers in a Pod share the same network. - +A Kubernetes cluster consists of Nodes (similar to servers). Nodes run Pods, which +are collections of Docker containers. Containers in a Pod share the same network. Deployment is a Kubernetes object responsible for launching and maintaining pods. - Services objects allow pods to communicate with other pods. ```