From c93181c0ad6c555cb6115b5dd2470eaab086e610 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Wed, 4 Nov 2020 13:37:01 +0000 Subject: [PATCH] Add section on target users Signed-off-by: Michael Bridgen --- docs/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/index.md b/docs/index.md index 4160740d..1dfba9b3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,6 +14,18 @@ Flux v2 is constructed with the [GitOps Toolkit](#gitops-toolkit), a set of composable APIs and specialized tools for building Continuous Delivery on top of Kubernetes. +## Who is Flux for? + +Flux helps + +- **cluster operators** who automate provision and configuration of clusters; +- **platform engineers** who build continuous delivery for developer teams; +- **app developers** who rely on continuous delivery to get their code live. + +The [GitOps Toolkit](#gitops-toolkit) is for **platform engineers** +who want to make their own continuous delivery system, and have +requirements not covered by Flux. + Features: - Source management (Git and Helm repositories, S3 compatible buckets)