From dfa5f89ab9969d1cc96bc7862fe27c0699ac1365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20ZIOLKOWSKI?= <87191932+Vr00mm@users.noreply.github.com> Date: Tue, 5 Oct 2021 12:20:42 +0200 Subject: [PATCH] =?UTF-8?q?Add=20P=C3=B4le=20Emploi=20as=20an=20adopter.?= =?UTF-8?q?=20(#3256)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Remi Ziolkowski --- ADOPTERS.md | 1 + adopters/organizations/pole_emploi.md | 32 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 adopters/organizations/pole_emploi.md diff --git a/ADOPTERS.md b/ADOPTERS.md index 2db5502e7..a89a2990b 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -20,6 +20,7 @@ The companies listed here conform to [CNCF's definition of end-users](https://gi |[Mercedes](https://www.mercedes-benz.com/)|Resiliency validation for applications|[Our Story](adopters/organizations/mercedes.md)| |[Orange](https://www.orange.com)|[Cloud Infra Resiliency](https://youtu.be/UOhjFbCrncw?list=PLBuYBMjBLBzHPuPsvdbJvKu1KxSowWDYl&t=186...a)|[Our Story](adopters/organizations/orange.md)| |[Klanik](https://www.klanik.com)|Chaos Engineering as part of SRE practice|[Our Story](adopters/organizations/klanik.md)| +|[Pôle Emploi](https://www.pole-emploi.fr)|Chaos Engineering as part of SRE practice|[Our Story](adopters/organizations/pole_emploi.md)| ### Cloud-Native Vendors diff --git a/adopters/organizations/pole_emploi.md b/adopters/organizations/pole_emploi.md new file mode 100644 index 000000000..8b6fa7674 --- /dev/null +++ b/adopters/organizations/pole_emploi.md @@ -0,0 +1,32 @@ +## **Pole Emploi** + +[Pole Emploi](https://www.pole-emploi.fr/accueil/) is the public employment service in France. +Its roles are, on the one hand, to compensate job seekers and help them find a job, and on the other hand, to guide companies in their recruitment. +In order to do that, Pôle emploi's agents are mobilized on a daily basis to anticipate trends, innovate and bring together key players and relays in the field. + + +### **Why we explored litmus** + +With around 5.6 millions end-users, and applications that generate hudge traffic and datas, +the resiliency of our apps and infrastructures is a must-have! + +- Litmus is OPEN SOURCE +- Litmus is designed for Kubernetes +- Litmus is easy to deploy ( helm chart ) +- Litmus is extendable ( experiments libs, predefined workflows, private hubs ) + + +### How we explored litmus + +We explored Litmus to validate and increase the resiliency of our private and public Kubernetes clouds. + +- Testing resiliency of Kubernetes Infrastructure Components +- Testing resiliency of Public applications hosted on Kubernetes +- Testing resiliency of Private applications hosted on Kubernetes + + +### Benefits of litmus + +Litmus allowed us to identify and work on the observability, configuration, and high availability of certain components which were not resilient. + +With the history of experiences, the Reliability score system, and all the statistics on the chaos tests, using random recurring tests, litmus allows us to audit, over time, the resilience of our platforms, and to have a global vision of the state of it.