This repository contains the base Kubernetes configuration used to set up and structure the platform.
The goal of this project is to define the foundations of a Kubernetes environment:
- namespaces to organize the cluster
- basic access rules
- resource limits to keep things under control
This repository focuses on the platform itself, not on applications.
You will find Kubernetes manifests that define:
- the main platform namespace
- security rules (RBAC)
- default resource limits and quotas
This project is a work in progress and will evolve step by step.