From 640e5f3c3968ba2443336f967c68934ade6cc7f6 Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Wed, 27 Oct 2021 12:09:16 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a0ed78f..948ec85 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ # Kubernetes Cluster +This is my personal Kubernetes Cluster. [Flux] watches this git repo and reconciles and changes made to the cluster. + +## Directory structure +The main directory is `cluster`, it contains the following subdirectories in the order that flux will apply them: +* **base**: the entrypoint for Flux +* **crds**: contains the CRDs that are needed for anything running in the cluster, these get applied earlier to make sure they exist +* **core**: important core infrastructure applications, grouped by namespace, that should never be pruned +* **apps**: common applications that are allowed to be pruned by flux + +## References +Heavily inspired by: [onedr0p's cluster](https://github.com/onedr0p/home-cluster) + +[Flux]: https://github.com/fluxcd/flux2