Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
Features
- Management of containers: Service discovery/load balancing, secrete and configuration management
- Scale containers: self healing, horizontal scaling
- Storage Orchestration: Robust networking and storage options
Here is the list of useful Kubernetes commands and examples.
Continue reading “Working with Kubernetes”