-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Baptiste Noleau
committed
Jul 15, 2024
1 parent
8b33eda
commit 96cd9bb
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Opérateurs | ||
|
||
Un opérateur kubernetes est un moyen d'étendre les fonctionnalités de kubernetes en cachant la complexité derrière une simplicité d'utilisation. | ||
|
||
Cloud Pi Native a choisi d'activer deux opérateurs sur sa plateforme: | ||
|
||
- [prometheus](https://github.com/prometheus-operator/prometheus-operator): permet de paramétrer le monitoring de ses services en mode gitops | ||
- [cnpg](https://cloudnative-pg.io/): permet de manager une base de données postgresql de façon simple mais puissante (backup/recovery, HA, réplication inter-cluster, ...) | ||
|
||
> Des exemples d'utilisation sont disponibles [ici](/guide/tutorials.md) | ||
Il est possible de demander l'ajout d'un opérateur via l'[ouverture d'un ticket](https://support.dev.numerique-interieur.com/) de type **Nouvelle fonctionnalité**. | ||
|
||
Concernant les clusters dédiés, tout ajout d'opérateur sera à faire homologuer par le projet demandeur. |