Chore[New Exp]: Charts for HTTP Chaos Latency (#549)

* Added charts for http chaos latency

Signed-off-by: avaakash <as86414@gmail.com>

* Removed target_host env

Signed-off-by: avaakash <as86414@gmail.com>

* Removed listen_port from engine.yaml

Signed-off-by: avaakash <as86414@gmail.com>

* Added network_interface

Signed-off-by: avaakash <as86414@gmail.com>

* Added icon; Changed version to 0.1.0

Signed-off-by: avaakash <as86414@gmail.com>

* Changed TARGET_PORT->TARGET_SERVICE_PORT, LISTEN_PORT->PROXY_PORT

Signed-off-by: avaakash <as86414@gmail.com>

Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com>
This commit is contained in:
Akash Shrivastava
2022-06-14 17:17:20 +05:30
committed by GitHub
parent d360040213
commit 71fa950c74
8 changed files with 390 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
createdAt: 2019-10-11T10:28:08Z
name: pod-http-latency
version: 0.1.0
annotations:
categories: Kubernetes
vendor: CNCF
support: https://slack.kubernetes.io/
spec:
displayName: pod-http-latency
categoryDescription: |
Pod-http-latency contains chaos to disrupt http requests of kubernetes pods. This experiment can inject random http response delays on the app replica pods.
- Causes flaky access to application replica by injecting http response delay using toxiproxy.
- The application pod should be healthy once chaos is stopped. Service-requests should be served despite chaos.
keywords:
- Kubernetes
- K8S
- HTTP
- Pod
- Latency
platforms:
- GKE
- Minikube
- EKS
maturity: alpha
maintainers:
- name: Akash Shrivastava
email: akash.shrivastava@harness.io
minKubeVersion: 1.12.0
provider:
name: Harness
labels:
app.kubernetes.io/component: chartserviceversion
app.kubernetes.io/version: latest
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/generic/pod-http-latency
- name: Documentation
url: https://litmuschaos.github.io/litmus/experiments/categories/pods/pod-http-latency/
icon:
- base64data: ""
mediatype: ""
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/generic/pod-http-latency/experiment.yaml