Project:Kubernetes: Difference between revisions
From MaRDI portal
EloiFerrer (talk | contribs) No edit summary |
EloiFerrer (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
= Configure access to the cluster = | == Configure access to the cluster == | ||
For an introduction on how to gain access to the MaRDI cluster follow the instructions here: https://docs.pages.zib.de/kubernetes/ | For an introduction on how to gain access to the MaRDI cluster follow the instructions here: https://docs.pages.zib.de/kubernetes/ | ||
= Deployment = | == Deployment == | ||
The deployment of services in the MaRDI cluster is managed through [https://helm.sh/ Helm charts] defined in our [https://github.com/MaRDI4NFDI/portal-k8s Kubernetes repository]. | The deployment of services in the MaRDI cluster is managed through [https://helm.sh/ Helm charts] defined in our [https://github.com/MaRDI4NFDI/portal-k8s Kubernetes repository]. | ||
| Line 13: | Line 13: | ||
* [[Project:MariaDB-K8s|MariaDB configuration]] | * [[Project:MariaDB-K8s|MariaDB configuration]] | ||
= Monitoring system = | == Monitoring system == | ||
The k8s cluster's metrics are monitored using Prometheus and Grafana. | The k8s cluster's metrics are monitored using Prometheus and Grafana. | ||
Revision as of 10:57, 7 February 2025
Configure access to the cluster
For an introduction on how to gain access to the MaRDI cluster follow the instructions here: https://docs.pages.zib.de/kubernetes/
Deployment
The deployment of services in the MaRDI cluster is managed through Helm charts defined in our Kubernetes repository.
The repository is kept in synchronization with the cluster using FluxCD.
Information concerning the current services deployed in the cluster:
Monitoring system
The k8s cluster's metrics are monitored using Prometheus and Grafana.