We've learned the benefits that containers can bring us, but what if we need to scale out our services for business needs? Is there a way to build services across multiple machines without dealing with cumbersome network and storage settings? Also, is there any other easy way to manage and roll out our microservices by different service cycle? That's how Kubernetes comes into play. In this chapter, we'll learn:
- Kubernetes concept
- Kubernetes components
- Kubernetes resources and their configuration file
- How to launch the kiosk application by Kubernetes