From 6f3cec856757b7784ce79b200a8bae032191ddb4 Mon Sep 17 00:00:00 2001 From: Akash Shrivastava Date: Sat, 16 Jul 2022 09:05:16 +0530 Subject: [PATCH] improved description of http experiments (#561) Signed-off-by: avaakash --- .../pod-http-modify-body.chartserviceversion.yaml | 4 +++- .../pod-http-reset-peer.chartserviceversion.yaml | 4 +++- .../pod-http-status-code.chartserviceversion.yaml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/experiments/generic/pod-http-modify-body/pod-http-modify-body.chartserviceversion.yaml b/experiments/generic/pod-http-modify-body/pod-http-modify-body.chartserviceversion.yaml index 1a66390..8be10aa 100644 --- a/experiments/generic/pod-http-modify-body/pod-http-modify-body.chartserviceversion.yaml +++ b/experiments/generic/pod-http-modify-body/pod-http-modify-body.chartserviceversion.yaml @@ -8,7 +8,9 @@ metadata: spec: displayName: pod-http-modify-body categoryDescription: > - it injects http modify body chaos inside the pod which modifies the body of the response from the provided application server to the body string provided by user and reverts after specified duration + Pod-http-modify-body contains chaos to disrupt http requests of kubernetes pods. This experiment can modify the body of the response from the service targetted. + - Causes modification of response body of the HTTP request. + - The application pod should be healthy once chaos is stopped. Service-requests should be served despite chaos. keywords: - "pods" - "kubernetes" diff --git a/experiments/generic/pod-http-reset-peer/pod-http-reset-peer.chartserviceversion.yaml b/experiments/generic/pod-http-reset-peer/pod-http-reset-peer.chartserviceversion.yaml index 5758eae..fcf3b56 100644 --- a/experiments/generic/pod-http-reset-peer/pod-http-reset-peer.chartserviceversion.yaml +++ b/experiments/generic/pod-http-reset-peer/pod-http-reset-peer.chartserviceversion.yaml @@ -8,7 +8,9 @@ metadata: spec: displayName: pod-http-reset-peer categoryDescription: > - it injects http reset into the pod which stops outgoing http requests by resetting the TCP connection and then reverts back to the original state after the specified duration + pod-http-reset-peer contains chaos to disrupt http requests of kubernetes pods. This experiment can stop outgoing http requests by resetting the TCP connection on the service targetted. + - Causes connection failure (connection reset by peer) of the HTTP request. + - The application pod should be healthy once chaos is stopped. Service-requests should be served despite chaos. keywords: - "pods" - "kubernetes" diff --git a/experiments/generic/pod-http-status-code/pod-http-status-code.chartserviceversion.yaml b/experiments/generic/pod-http-status-code/pod-http-status-code.chartserviceversion.yaml index af809c9..13ebb6f 100644 --- a/experiments/generic/pod-http-status-code/pod-http-status-code.chartserviceversion.yaml +++ b/experiments/generic/pod-http-status-code/pod-http-status-code.chartserviceversion.yaml @@ -8,7 +8,9 @@ metadata: spec: displayName: pod-http-status-code categoryDescription: > - it injects http status code chaos inside the pod which modifies the status code of the response from the provided application server to desired status code provided by user and reverts after specified duration + pod-http-status-code contains chaos to disrupt http requests of kubernetes pods. This experiment can modify the status code of the response on the service targetted. + - Causes modification of status code of the HTTP request. + - The application pod should be healthy once chaos is stopped. Service-requests should be served despite chaos. keywords: - "pods" - "kubernetes"