GitOps: Pull-based vs Push-based approach
When approaching to GitOps workflow you will soon have to choose between push and pull based approach. In this blog-post I will explain the high-level differences of each approach with pros and cons. What is GitOps GitOps stands for Git Operation: in this workflow all the infrastructure configurations are stored in a Git repository, which…
Read More