mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-08 23:13:08 -04:00
👾 Clean up readme
This commit is contained in:
parent
7058dc1b44
commit
665e37f195
1 changed files with 2 additions and 7 deletions
|
@ -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.
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue