GitOps 101: What’s it all about?
Guest post originally published on Magalix‘ blog by Andrew Zola If you think GitOps sounds a bit like DevOps, you would be right. GitOps is essentially an operational framework that uses DevOps best practices. In this scenario, we basically…
SearchITOperations: “IT pros make a case for GitOps in IT governance”
GitOps is still an aspirational concept for most mainstream enterprises, but some IT pros in highly regulated industries believe it’s the best way to modernize IT governance. The term refers to a set of practices that…
SearchITOperations: “IT pros make a case for GitOps in IT governance”
GitOps is still an aspirational concept for most mainstream enterprises, but some IT pros in highly regulated industries believe it’s the best way to modernize IT governance.
ITProToday: “Why GitOps Model Is the Future of DevOps”
In recent years, the nascent DevOps model known as GitOps has picked up momentum, with 2021 set to be a milestone year for a number of reasons.
ZDNet: “Flux GitOps program becomes a CNCF incubator program”
The Flux project is a popular Continuous Delivery (CD) platform that runs on top of Kubernetes. It’s perhaps best known as the program, which defines GitOps. Now, the Cloud Native Computing Foundation (CNCF) has promoted Flux…
Cloud Native Live: Crossplane – GitOps-based Infrastructure as Code through Kubernetes API
Crossplane is an open-source project that enables engineers to use Kubernetes to provision and manage infrastructure, services, and applications. Combined with Argo CD or Flux, it allows us to apply GitOps principles to constantly monitor infrastructure…
ArgoCD + KubeVela: GitOps with Developer-centric Experience
Guest post by Deng Hongchao, Software Engineer, Alibaba Introduction Argo CD Argo CD is a GitOps continuous delivery tool for Kubernetes. It is a part of the CNCF Argo Project, a set of Kubernetes-native tools for running…
Solving configuration drift using GitOps with Argo CD
Argo CD (part of the Argo project) is a deployment solution for Kubernetes that follows the GitOps paradigm. Deploying to Kubernetes with Argo CD In the most basic scenario, Argo CD continuously monitors a Git repository…
SD Times: “GitOps: It’s the cloud-native way”
Most of the approaches introduced in the software development space are designed to make life easier for developers, but what about operations? DevOps was designed to make development and operation systems work better together, and as…
Implementing GitOps on Kubernetes Using K3s, Rancher, Vault and Argo CD
Originally published on Rancher Federal by Adam Toy As Kubernetes continues to establish itself as the industry standard for container orchestration, finding effective ways to use a declarative model for your applications and tools is critical…