freeleaps-ops/cluster/manifests
zhenyus c8b68afc75 feat: Update Pinot configuration and RBAC rules
- Enhanced the Pinot Helm chart values.yaml with comprehensive configurations for controller, broker, server, minion, and zookeeper components.
- Added support for pod disruption budgets and custom resource definitions in RBAC rules.
- Introduced a new script for managing Kubernetes service port forwarding, allowing users to easily forward, stop, and list active services.
- Updated helm repository list to ensure proper access to necessary charts.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-05-20 16:00:32 +08:00
..
freeleaps-controls-system feat: update RBAC configurations and add Jenkinsfile for aml-services 2025-05-12 09:56:54 +08:00
freeleaps-data-platform feat: Update Pinot configuration and RBAC rules 2025-05-20 16:00:32 +08:00
freeleaps-devops-system fix: update imagePullPolicy to 'Always' for chat, backend, and frontend services; change branch name from 'master' to 'main' in configmap 2025-04-18 14:36:35 +08:00
freeleaps-infra-system feat: add Kubernetes dashboard commands and token retrieval to authenticator script 2025-03-20 10:38:01 +08:00
freeleaps-logging-system fix(opentelemetry): update resource attributes in distributor and log transformation for improved metadata extraction 2025-04-21 17:43:08 +08:00
freeleaps-monitoring-system feat: update RBAC configurations and add Jenkinsfile for aml-services 2025-05-12 09:56:54 +08:00
freeleaps-storage-system feat(storage): update resource requests and limits for MongoDB and add Azure Disk CSI storage classes 2025-03-05 16:47:18 +08:00
helm-repos feat: Update Pinot configuration and RBAC rules 2025-05-20 16:00:32 +08:00
rbac feat: update RBAC configurations for data platform and mathmast roles 2025-05-12 10:56:58 +08:00
init-helm-repos.sh fix(pipeline): change file permissions to executable for Ansible and script files 2025-02-10 15:39:49 +08:00
rbac-guide.md feat: update RBAC configurations for data platform and mathmast roles 2025-05-12 10:56:58 +08:00
README.md feat: update RBAC configurations for data platform and mathmast roles 2025-05-12 10:56:58 +08:00

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.