DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

GitOps: A new way to DevOps

4 years ago medium.com
GitOps: A new way to DevOps

Summary: This is a summary of an article originally published by the source. Read the full original article here →

GitOps is code-based infrastructure and operational procedures that rely on Git as a source control system. It leverages Git as the single source of truth, and control mechanism for creating, updating, and deleting system architecture. GitOps is a methodology of bringing operations part of DevOps closer to developer by versioning your application source code and Deployment Configuration in Git. By doing this, Git becomes the single source of truth for all your applications source code and deployment configuration.

On finding some delta from the previous stored state in Git, the flux operator checks out the config code and applies it onto Kubernetes.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com