Flux is a Cloud Native Computing Foundation-based open source stack of tools that make it possible to keep Kubernetes clusters in sync with external sources of configuration, such as repositories on GitHub. With this in place, you can set up the automation of updates when there is new code ready for deployment. With this “GitOps” approach, you experience the following benefits with Flux: Flux can be deployed on Amazon Web Services, Google Cloud, Microsoft Azure, and even in your self-hosted data center.

Let’s get Flux up and running, so you can empower your Kubernetes and GitHub connection with continuous deployment.

To do that, log in to your GitHub account and click your profile image at the top right of the main window.

Related Articles