In this video, we are going to wrap our application up for Kubernetes. We already got the images published to Docker Registry, the cluster is ready, and the database too. Let's talk about process models, containers, stateless and stateful applications, and all that.
Links:
My article on using Terraform: https://www.tonysm.com/articles/decla...
12factor app manifest: https://12factor.net/concurrency
Adam Wiggins blog post about applying the Unix process model to web apps: https://adam.herokuapp.com/past/2011/...
Kustomize documentation: https://kubernetes.io/docs/tasks/mana...
Kelsey Hightower's presentation on "Kubernetes: the easy way" • Video
Kubernetes Patterns book: https://www.redhat.com/en/resources/o...
Kubernetes Service types: https://kubernetes.io/docs/concepts/s...
Entrypoint vs Command: https://serversforhackers.com/c/div-e...