Kubernetes Overview
Kubernetes (K8s) is an open-source container orchestration platform.
Deploy Application
| |
Core Concepts
- Pod: Smallest deployable unit
- Service: Service discovery and load balancing
- Deployment: Application deployment management
Kubernetes (K8s) is an open-source container orchestration platform.
| |