charts(pod-memory-hog): Add Chaos Chart for pod memory hog experiment (#205)
* Add Chaos chart for pod memory hog experiment Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
apiVersion: litmuchaos.io/v1alpha1
|
||||
kind: ChartServiceVersion
|
||||
metadata:
|
||||
createdAt: 2020-04-10T10:28:08Z
|
||||
name: pod-memory-hog
|
||||
version: 0.1.0
|
||||
annotations:
|
||||
categories: Kubernetes
|
||||
vendor: CNCF
|
||||
support: https://slack.kubernetes.io/
|
||||
spec:
|
||||
displayName: pod-memory-hog
|
||||
categoryDescription: |
|
||||
Pod-Memory-Hog contains chaos to consume Memory resouces of specified containers in Kubernetes pods.
|
||||
- Consumes the memory specified by executing a dd command against special files /dev/zero(input) and /dev/null(output)
|
||||
- The application pod should be healthy once chaos is stopped. Expectation is that service-requests should be served despite chaos.
|
||||
keywords:
|
||||
- Kubernetes
|
||||
- Memory
|
||||
platforms:
|
||||
- GKE
|
||||
- Packet(Kubeadm)
|
||||
- Minikube
|
||||
- EKS
|
||||
maturity: alpha
|
||||
maintainers:
|
||||
- name: Udit Gaurav
|
||||
email: udit.gaurav@mayadata.io
|
||||
minKubeVersion: 1.12.0
|
||||
provider:
|
||||
name: Mayadata
|
||||
links:
|
||||
- name: Source Code
|
||||
url: https://github.com/litmuschaos/litmus/tree/master/experiments/generic/pod_memory_hog
|
||||
- name: Documentation
|
||||
url: https://docs.litmuschaos.io/docs/pod-memory-hog/
|
||||
- name: Video
|
||||
url:
|
||||
icon:
|
||||
- base64data: ""
|
||||
mediatype: ""
|
||||
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/generic/pod-memory-hog/experiment.yaml
|
Reference in New Issue
Block a user