Implementing GitOps with Shipa
For your GitOps strategy to be successful, you will need to deliver more than just a tool plugged into your CI pipeline. This video shows how you can deliver on the topics above.
Kubernetes allowed us to manage application deployments and infrastructure components using declarative configuration files (yes, those YAMLs that you may not be a fan of ). While dealing with a myriad of YAML files may be loved by some and hated by others, it enables us to host all these files into a Git repository, hook it up to a pipeline (Jenkins, GitLab, etc.), and have a tool apply those changes to a cluster—and voilà, you have GitOps.