belastingdienst / opr-paas
An operator providing a multi tenancy solution which allows DevOps teams to request a context for their project, which we like to call a 'Project as a service', e.a. Paas.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing belastingdienst/opr-paas in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewopr-paas Goal The Paas operator delivers an opinionated 'Project as a Service' implementation where development teams can request a 'Project as a Service' by defining a Paas resource. A Paas resource is used by the operator as an input to create namespaces limited by Cluster Resource Quota's, granting groups permissions and (together with a clusterwide ArgoCD) creating capabilities such as: • a Paas specific deployment of ArgoCD (continuous deployment); • Tekton (continuous integration); • Grafana (observability); and • KeyCloak (Application level Single Sign On); A Paas is all a team needs to hit the ground running. Quickstart Deploy the operator using the following commands: The second command will load an example PaasConfig resource from the main branch to get you going. Feel free to replace this with your own or a release specific version instead. This will install the operator using the that was generated for the latest release. It will create: • a namespace called ; • 3 CRDs ( , and ); • a service account, role, role binding, cluster role and cluster role binding for all permissions required by the operator; • a viewer & an editor cluster role for all crds; • a deployment running the operator; Feel free to change config as required. Background information • build-kubernetes-operator-six-steps • operator sdk installation instructions Contributing Please refer to our documentation in the CONTRIBUTING.md file and the Developer Guide section of the documentation site if you want to help us improve the Paas Operator. License Copyright 2024, Tax Administration of The Netherlands. Licensed under the EUPL 1.2. See LICENSE.md for details.