multi-tenancy icon indicating copy to clipboard operation
multi-tenancy copied to clipboard

Flux v1: Manage a multi-tenant cluster with Flux and Kustomize

Results 4 multi-tenancy issues
Sort by recently updated
recently updated
newest added

I have mostly successfully set up a multi tenant flux cluster with currently two namespaces managed by flux. It basically works in the sense that a new tag in the...

Each time a namespaced team flux is running its sync it gets a bunch of 403 Forbidden from the API, cluttering the the audit log with ``` { "kind": "Event",...

Can we house multiple namespace specific directories within a monorepo and have a single privileged Flux Operator deploy these applications to their corresponding namespaces?

Hi, I am implementing the multi-tenancy via weave flux operators. My approach is the same, a cluster repo--> a cluster flux operator, and a namespace -> a namespace flux operator....