diff --git a/manuscript/kubernetes/deployment/flux/install.md b/manuscript/kubernetes/deployment/flux/install.md index 626e0af..1aedebd 100644 --- a/manuscript/kubernetes/deployment/flux/install.md +++ b/manuscript/kubernetes/deployment/flux/install.md @@ -1,8 +1,9 @@ --- -description: Kubernetes Flux deployment strategy - Installation +title: Install fluxcd/fluxv2 with custom layout for future flexibility +description: Installing fluxcd/fluxv2 is a trivial operation, but sometimes the defaults are not conducive to future flexibility. This pages details a few tricks to ensure Flux can be easily managed / extended over time. --- -# Flux Installation +# Install fluxcd/fluxv2 [Flux](https://fluxcd.io/) is a set of continuous and progressive delivery solutions for Kubernetes that are open and extensible. @@ -18,7 +19,7 @@ Using flux to manage deployments into the cluster means: * [x] Create a GitHub [personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) that can create repositories by checking all permissions under repo. * [x] Create a private GitHub repository dedicated to your flux deployments -## Basics +## Fluxv2 components Here's a simplified way to think about the various flux components.. diff --git a/manuscript/kubernetes/deployment/flux/operate.md b/manuscript/kubernetes/deployment/flux/operate.md index 679bc8b..6800eec 100644 --- a/manuscript/kubernetes/deployment/flux/operate.md +++ b/manuscript/kubernetes/deployment/flux/operate.md @@ -1,8 +1,9 @@ --- -description: Kubernetes Flux deployment strategy - Operation +title: Using fluxcd/fluxv2 to "GitOps" multiple helm charts from a single repository +description: Having described a installation and design pattern for fluxcd/fluxv2, this page describes how to _use_ and extend the design to manage multilpe helm releases in your cluster, from a single repository. --- -# Operation +# Operate fluxcd/fluxv2 from a single repository Having described [how to install flux](/kubernetes/deployment/flux/install/), and [how our flux deployment design works](/kubernetes/deployment/flux/design/), let's finish by exploring how to **use** flux to deploy helm charts into a cluster!