Technical requirements
To apply the recipes in this chapter, you need to have basic knowledge of Docker, Kubernetes, and Helm.
Below is a list of links to documentation for learning about these concepts and technologies:
- Docker: https://docs.docker.com/
- Kubernetes: https://kubernetes.io/docs/home
- Helm: https://helm.sh/
You can also read Section 3 of the book Learning DevOps: Second Edition here https://subscription.packtpub.com/book/cloud-and-networking/9781801818964/11#_ga=2.194054702.286366035.1676194628-504938521.1673192707, specifically Chapter 9, Containerizing Your Application with Docker, and Chapter 10, Managing Containers Effectively with Kubernetes.
In the last two recipes, we will discuss more advanced concepts with GitOps and Kubernetes operators.
To apply the recipes of this chapter, we need to install these software requirements:
- Docker Engine: https://docs.docker.com/engine/install/
- kubectl: https://kubernetes...