* (feat): Modification in pod-network-loss experiment CR Signed-off-by: Udit Gaurav <uditgaurav@gmail.com> * (refactor): Modification in pod network loss experiment CR Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
apiVersion: litmuchaos.io/v1alpha1
|
|
kind: ChartServiceVersion
|
|
metadata:
|
|
name: pod-network-loss
|
|
version: 0.1.3
|
|
annotations:
|
|
categories: Kubernetes
|
|
vendor: CNCF
|
|
repository: https://github.com/litmuschaos/chaos-charts
|
|
support: https://slack.kubernetes.io/
|
|
spec:
|
|
displayName: pod-network-loss
|
|
categoryDescription: |
|
|
Pod-network-loss contains chaos to disrupt network connectivity to kubernetes pods. Experiments can inject percentage packet loss on the app replica pods.
|
|
- Causes loss of access to application replica by injecting packet loss using pumba.
|
|
- The application pod should be healthy once chaos is stopped. Service-requests should be served (say, via alternate replicas) despite chaos.
|
|
keywords:
|
|
- Kubernetes
|
|
- Network
|
|
platforms:
|
|
- GKE
|
|
- OpenShift
|
|
maturity: alpha
|
|
maintainers:
|
|
- name: ksatchit
|
|
email: karthik.s@mayadata.io
|
|
minKubeVersion: 1.12.0
|
|
provider:
|
|
name: Mayadata
|
|
links:
|
|
- name: Kubernetes Website
|
|
url: https://kubernetes.io
|
|
- name: Source Code
|
|
url: https://github.com/kubernetes/kubernetes
|
|
icon:
|
|
- base64data: ""
|
|
mediatype: ""
|
|
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/generic/pod-network-loss/experiment.yaml
|