freeleaps-ops/cluster/manifests/README.md

18 lines
840 B
Markdown
Raw Permalink Normal View History

# 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](rbac-guide.md) may help you to figure out how to using Azure AD groups to restrict the access to the namespace.