infrastructure/flux
Vivian 432a7159c6
All checks were successful
continuous-integration/drone/push Build is passing
relieve some strain on gitea
2022-06-14 13:07:11 +02:00
..
cluster relieve some strain on gitea 2022-06-14 13:07:11 +02:00
bootstrap.sh update bootstrap url 2022-05-06 18:31:03 +02:00
README.md flux: update url 2021-11-21 13:47:26 +01:00

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