Kubernetes core components¶
Kubernetes core components are the fundamental pieces that form the control plane and data plane of a cluster, working in unison to manage the state of containerized applications.^[400-devops__06-Kubernetes__k8s-ithelp__Day1__README.md]
To manage such large and complex applications, Kubernetes requires lightweight, elastic, and efficient containerization technology to handle services.^[400-devops__06-Kubernetes__k8s-ithelp__Day1__README.md] The architecture relies on specific components to effectively reduce coupling and meet different workloads.^[400-devops__06-Kubernetes__k8s-ithelp__Day1__README.md]
Related Concepts¶
- Kubernetes
- [[Microservices]]
- [[Containerization]]
Sources¶
- 400-devops__06-Kubernetes__k8s-ithelp__Day1__README.md