improved description of http experiments (#561)
Signed-off-by: avaakash <as86414@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8b9d124ffe
commit
6f3cec8567
@@ -8,7 +8,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
displayName: pod-http-modify-body
|
displayName: pod-http-modify-body
|
||||||
categoryDescription: >
|
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:
|
keywords:
|
||||||
- "pods"
|
- "pods"
|
||||||
- "kubernetes"
|
- "kubernetes"
|
||||||
|
@@ -8,7 +8,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
displayName: pod-http-reset-peer
|
displayName: pod-http-reset-peer
|
||||||
categoryDescription: >
|
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:
|
keywords:
|
||||||
- "pods"
|
- "pods"
|
||||||
- "kubernetes"
|
- "kubernetes"
|
||||||
|
@@ -8,7 +8,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
displayName: pod-http-status-code
|
displayName: pod-http-status-code
|
||||||
categoryDescription: >
|
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:
|
keywords:
|
||||||
- "pods"
|
- "pods"
|
||||||
- "kubernetes"
|
- "kubernetes"
|
||||||
|
Reference in New Issue
Block a user