Updating ADOPTERS.md (#2488)

Signed-off-by: SamarSidharth <samar.sidharth89@gmail.com>
This commit is contained in:
SamarSidharth 2021-03-02 22:28:35 +05:30 committed by GitHub
parent 759107eb9e
commit 1ab040bcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 1 deletions

View File

@ -15,6 +15,7 @@ Please send PRs to add or remove organizations/users.
|[AkriData](https://www.akridata.com/)|Pod Chaos Experiments in AWS & Azure|[Our Story](adopters/organizations/akridata.md)|
|[Raspbernetes](https://github.com/raspbernetes)|Resilience of OpenEBS & other apps on ARM64 based clusters|[Our Story](adopters/organizations/raspbernetes.md)|
|[Kublr](https://kublr.com/)|Identify the weak spots and components prone to failures under stress|[Our Story](adopters/organizations/kublr.md)|
|[Orange](https://www.orange.com)|[Cloud Infra Resiliency](https://youtu.be/UOhjFbCrncw?list=PLBuYBMjBLBzHPuPsvdbJvKu1KxSowWDYl&t=186...a)|[Our Story](adopters/organizations/orange.md)|
| User | Usecase | Details |
| :--- | :--- | :--- |
@ -23,4 +24,4 @@ Please send PRs to add or remove organizations/users.
| [Jayesh Kumar Tank](https://github.com/k8s-dev)|Create Cloud Native Validation Suite on [Microservices Application](https://github.com/k8s-dev/microservices-demo)|[My Story](adopters/users/Jayesh_Kumar_Tank.md)|
| [Bhaumik Shah](https://github.com/Bhaumik1802)|Use LitmusChaos for Kafka Resiliency on Dev/Staging|[My Story](adopters/users/Bhaumik_Shah.md)|
| [Jayadeep KM](https://github.com/kmjayadeep)|Ensure reliability of microservices|[My Story](adopters/users/Jayadeep_KM.md)|
| [Shantanu Deshpande](https://github.com/ishantanu)|Chaos Engineering Practice as SRE|[My Story](adopters/users/Shantanu_Deshpande.md)|
| [Shantanu Deshpande](https://github.com/ishantanu)|Chaos Engineering Practice as SRE|[My Story](adopters/users/Shantanu_Deshpande.md)|

View File

@ -0,0 +1,29 @@
## **Orange**
[Orange](https://www.orange.com/en/home) is a leading network operator for mobile, broadband internet, and fixed line telecommunications. It has its own new Infrastructure as a Service solution designed to host different types of Workloads.
### **Why we explored litmus**
We wanted a tool that we could leverage to test the containerized control plane of our private cloud,
so we came across Litmus, it has the following benefits.
- It is designed for Kubernetes workload
- It has wide variety of generic test cases for Kubernetes workload and Infrastructure
- It can be used to trigger customized validations
- It is easy to Integrate with our existing automation framework
### How we explored litmus
We explored Litmus to validate the resiliency of our private telco cloud by covering the following areas.
- Testing resiliency of Control plane Kubernetes Infrastructure
- Validating the HA of different control plane services
- Testing inter dependency among different open source applications
### Benefits of litmus
Litmus has has a wide variety of generic test cases for Kubernetes workload and Infrastructure and provides a very easy way for end-to-end automation of resiliency test cases.