👾 Clean up readme

This commit is contained in:
Mia Steinkirch 2019-10-27 15:11:19 -07:00
parent 7058dc1b44
commit 665e37f195

View file

@ -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.
```