Deploying on Kubernetes using CircleCI and Kubetpl
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 …