DevOps Articles

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

What is GitOps?

3 years ago devopslearners.com
What is GitOps?

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

The term Gitops was coined by Alexis Richardson, CEO of Weave Works. Gitops is a technical practice that follows the DevOps philosophy.

You define the desired infrastructure configs in git, and a tool or an operator software that sits in your infrastructure watches for any changes in git. If it detects any change in git, it applies those changes to the infrastructure and brings it to the desired state.

For example, in git, the infra config says, for autoscaling, the minimum instance count is 3, and the max is 9.

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