Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions programs/lfx-mentorship/2025/03-Sep-Nov/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ Mentee application instructions can be found on the [Program Guidelines](https:/
* [Kmesh Orion replace waypopint](#kmesh-orion-replace-waypopint)
* [Knative](#knative)
* [Enhancing the Knative func CLI Experience](#enhancing-the-knative-func-cli-experience)
* [Krkn](#krkn)
* [Implementing the resiliency score feature](#implementing-the-resiliency-score-feature)
* [Kube State Metrics](#kube-state-metrics)
* [Automate the release process](#automate-the-release-process)
* [KubeArmor](#kubearmor)
Expand Down Expand Up @@ -1183,6 +1185,24 @@ Joe McGuire (jmcguire98)
- Upstream Issue: https://github.com/knative/ux/issues/196
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/42557ffb-deb4-4b9f-a0b2-78f7f397216c

### Krkn

#### Implementing the resiliency score feature

- Description: The idea is to define criteria to measure the resiliency score of a cluster after a set of chaos scenarios.
- Expected Outcome:
- a page in our documentation website clearly explaining the scoring algorithm implemented and the best practices to leverage it on the user's environment
- a set of functions in our API library to easily collect data and calculate the score
- the implementation of the scoring method across all Krkn scenarios, and an update to our telemetry data structures to include the resiliency score to allow the collection by downstream observability systems
- Mentor(s):
- Tullio Sebastiani (@tsebastiani, [email protected])
- Naga Ravi Chaitanya Elluri (@chaitanyaenr, [email protected])
- Paige Patton (@paigerube14, [email protected])
- Upstream Issue: https://github.com/krkn-chaos/krkn/issues/125
- LFX URL: https://mentorship.lfx.linuxfoundation.org/project/e3a6c68a-d3c5-414d-91a2-3681f4bc4473



### OpenYurt

#### OpenYurt Docker Extension for Simplified Deployment
Expand Down