K8S - Quick view
While Docker provided an open standard for packaging and distributing containerized applications, there arose a new problem. How would all of these containers be coordinated and scheduled? How do all the different containers in your application communicate with each other? How can container instances be scaled?
Solutions for orchestrating containers soon emerged. Kubernetes, Mesos, and Docker Swarm are some of the more popular options for providing an abstraction to make a cluster of machines behave like one big machine, which is vital in a large-scale environment.
- Kubernetes support by cloud providers:
- Google Container Engine (GKE) by Google
- Azure Container Service (AKS) by Microsoft
- Elastic Container Service (EKS) by Amazon
No comments:
Post a Comment