Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Ultimately Managing Tenant Configuration with GitOps using Flux

FluxCD Kubernetes License

This is a tenant GitOps configuration sample repository for Flux, related to the project ultimate-eks-gitops-infra.

Tenants are on-boarded on Kubernetes clusters by platform administrators, who are in charge of creating a Namespace for the tenant, setting appropriate quotas, creating a ServiceAccount and RBAC with permissions restricted to the Namespace and a GitRepository Custom Resource pointing to the tenant repository (this one). Flux impersonates the aforementioned ServiceAccount to reconcile resources from the tenant repository, so the platform administrator can limit permissions of the tenant to create resources in the cluster. See the tenant folder on the ultimate-eks-gitops-infra repository for more details.

This repository is owned by a development team and stores the Kubernetes manifests, Kustomizations and HelmReleases Custom Resources to deploy the application(s) on the Kubernetes clusters. For each tenant, there's a Kustomization on the platform team repository pointing to a tenant repository, branch and path.

For more information, check the ultimate-eks-gitops-infra documentation.

About

Decoupled EKS application tenant repository demonstrating enterprise GitOps delivery. Implements multi-environment Kustomize overlays, automated Flagger canary analysis, and namespace-isolated NetworkPolicies for secure tenant spaces.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors