Managing namespaces in Multi-tenant cluster with ArgoCD, Kustomize and Helm

February 8, 2022

Introduction

This article is now available on RedHat Developers here

Cluster Administrators need to create namespaces for their developer teams and also provision these namespaces with required Resource Quotas and Limit Ranges. The developer teams own these namespaces and are admins to its contents but they are not allowed to modify the quotas and limits.

This blog is intended to document the ways in which the creation, configurations and management of multiple namespaces can be simplified by using ArgoCD.