June 2021
Intermediate to advanced
582 pages
11h 12m
English
In this chapter, you will learn about the fundamentals of containerization, Docker, and Kubernetes. You will then use these concepts to containerize a sample e-commerce app using Docker. This container will then be deployed as a Kubernetes cluster. You are going to use minikube for Kubernetes, which makes learning and Kubernetes-based development easier.
You'll explore the following topics in this chapter:
After completing this chapter, you will be able to perform containerization and container deployment in a Kubernetes cluster.
You will need the following for developing ...