freeleaps-ops/cluster/manifests/README.md
zhenyus db0cd26f4b feat: update RBAC configurations for data platform and mathmast roles
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-05-12 10:56:58 +08:00

840 B

Manifests of Freeleaps Cluster

Intro

This directory contains the manifests of Freeleaps cluster. The manifests are used to deploy the cluster on Azure. The manifests are written in YAML format and can be applied using kubectl command line tool or Helm package manager.

Structure

All directories in this directory are named with namespaces. Each directory contains the manifests for that namespace. The manifests are organized into subdirectories based on their services.

RBAC with Azure AD for each namespace

RBAC for each namespace is defined in the rbac/rbac.yaml file that store in the subdirectory of each namespace.

We restrict the access to the namespace by using Azure AD groups.

This document may help you to figure out how to using Azure AD groups to restrict the access to the namespace.