It began with shell scripts and config management tools such as Ansible, Puppet, and Chef. Now GitOps brings some new tools for managing containerized applications in Kubernetes clusters.
All by Justin Domingus
It began with shell scripts and config management tools such as Ansible, Puppet, and Chef. Now GitOps brings some new tools for managing containerized applications in Kubernetes clusters.
It’s hard to believe, but Cloud Native DevOps with Kubernetes has been out for nearly a year! While much has changed in the Kubernetes landscape, a lot is also the same. In this post we’ll cover some of the things that have changed (and what hasn’t).
How does versioning work in container images? What are the different strategies for using Docker version tags? We explain how Docker versions work, and how to use them in your own Dockerfiles.
In a CI/CD pipeline for deploying an application running in Kubernetes, there are a couple of options for how to handle migrations. In this post we’ll discuss two of them: running migrations from your CI/CD tool, and using a Kubernetes Job resource.