System
------
This section contains interfaces for the technologies that build the backbone of the Kaapana platform.
Access to this section is restricted to users with the `admin` role.
In Kaapana all applications, services and processes are containerized.
These containers are orchestrated and managed by a `Kubernetes `_ cluster.
`Helm `_ is used to package and manage all Kubernetes resources.
For handling ingress into the platform, we rely on `Traefik `_, which serves as our reverse proxy.
Access control and user management are managed through OAuth2-Proxy and `Keycloak `_.
To monitor the platform's health and status, we offer `Prometheus `_ and `Grafana `_.
These tools provide comprehensive insights into various metrics and performance indicators.
All data-processing in the platform is based on Directed-Acyclic-Graphs (DAGs) defined in `Airflow `_
.. toctree::
:maxdepth: 2
system/airflow
system/kubernetes
system/keycloak
system/network
system/monitoring
system/projects