Skip to content

Commit fc2a615

Browse files
committed
Update the xk6-disruptor examples page
1 parent 4ac9405 commit fc2a615

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/data/markdown/docs/40 xk6-disruptor/04 Examples.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ title: 'Examples'
33
excerpt: 'Examples of how to use the xk6-disruptor extension to introduce faults in k6 tests.'
44
---
55

6-
In these sections we present some examples of how to use the `xk6-disruptor` extension to introduce faults in `k6` tests.
6+
In this section, we present some examples of using the `xk6-disruptor` extension to introduce faults in `k6` tests.
77

8+
- [Injecting gRPC faults into a Service](/javascript-api/xk6-disruptor/examples/inject-grpc-faults-into-service)
9+
- [Injecting HTTP faults into a Pod](/javascript-api/xk6-disruptor/examples/inject-http-faults-into-pod)
10+
- [Interactive demo](https://killercoda.com/grafana-xk6-disruptor/scenario/killercoda) (Killercoda)
811

9-
Check that your test environment satisfies the requirements described in the [get started guide](/javascript-api/xk6-disruptor/get-started/requirements/).
10-
In particular, check that:
11-
- You have the properly configured the credentials to access the Kubernetes cluster used for the test
12-
- This cluster is configured to expose your application using an external IP.
12+
To follow the instructions of the examples, check first the system under test meets the [requirements](/javascript-api/xk6-disruptor/get-started/requirements/) to receive faults, in particular:
13+
- You have configured the credentials to access the Kubernetes cluster.
14+
- This cluster exposes the service using an external IP.
1315

14-
15-
[Injecting gRPC faults to a Service](/javascript-api/xk6-disruptor/examples/inject-grpc-faults-into-service)
16-
[Injecting HTTP faults to a Pod](/javascript-api/xk6-disruptor/examples/inject-http-faults-into-pod)

0 commit comments

Comments
 (0)