Kubernetes
Deep dive on Kubernetes structure and commands. See Cheat Sheet
| # | Description |
|---|---|
| Namespace | Groups resources logically |
| Node | Groups resources physically |
| Pod | Deployable unit of computing |
| Deployment | Apply desired state |
| ReplicaSet | Maintain a stable set of replica pods |
| Secret | Keep sensitive data out of pod |