In a previous article we saw how to turn our Kubernetes
resource files into configurable templates using kubetpl
. This time we will be going a bit further
and integrating kubetpl
templates into a CircleCI configuration. This is a good way to deploy new versions
of your app automatically when new …
When deploying web applications, or any other type of application, it is often needed or at least very useful to have different versions (or stages) of it deployed. Those usually are Dev, Staging, Production and so on. However, it becomes quite a pain to manage different versions of each of …