Category: Software, Data, Kubernetes, github, automation

GitOps is a way to perform application management and delivery, which at its core leverages a version control system to maintain the desired state of the system.

We need to be able to quickly manage and deploy changes to that environment.

You can also see an example of how to configure a GitHub action to automatically deploy this to your InfluxDB Cloud instance.

Before we get into the details of how to implement this workflow, let’s review some of the different technologies that power this experience.

We are going to use the pattern of setting an active configuration profile to use for all commands in this post.

Related Articles