Getting Started with Kubernetes
Kubernetes is an open-source orchestration system for managing containerized applications across multiple hosts. This DZone Refcard has all you need to know about Kubernetes including how to begin using it, how to successfully build your first pod and scale intelligently, and more.
Table of content:
- What Is Kubernetes?
- Key Concepts of Kubernetes
- Kubernetes Architecture
- Getting Started With Kubernetes
- Run Your First Container
- Scale Applications
- Delete Applications
- Application Using Multiple Containers
- Namespace, Resource Quotas, and Limits
- References