In our previous article, we have explored the most common Kubernetes components:
- We started with the pods and the services we needed to communicate with each other.
- Then, we examined the Ingress component used to Route traffic into the cluster.
- We also skimmed through an external configuration using ConfigMaps and Secrets.
- Afterward, we analyzed Data persistence with the help of Volumes.
- Finally, we took a quick look at pod blueprints with such replicating mechanisms as Deployments and StatefulSets (the latter is employed specifically for such stateful applications as databases).
In this article, we will explore Kubernetes architecture and configuration.