Skip to content

Commit 1fd833d

Browse files
Replace AWS EC2 mentions with Kubernetes clusters
1 parent c322225 commit 1fd833d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/markdown/translated-guides/en/07 Testing Guides/01 API load testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ If the API is in an internal or restricted environment, you can use k6 to test i
521521
- Run the test from your private network using the k6 run command or the [Kubernetes operator](https://github.com/grafana/k6-operator). Optionally, store the test results in [k6 Cloud](https://k6.io/docs/results-output/real-time/cloud/) or other [external services](https://k6.io/docs/results-output/real-time/).
522522
- For cloud tests:
523523
- [Open your firewall](https://k6.io/docs/cloud/creating-and-running-a-test/troubleshooting/#open-a-firewall-for-k6-cloud) for cloud test traffic.
524-
- Run the cloud test from your [private AWS EC2 instances](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
524+
- Run the cloud test from your [Kubernetes clusters](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
525525
526526
## Supplementary tools
527527

src/data/markdown/translated-guides/es/06 Testing Guides/01 API load testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Si la API se encuentra en un entorno interno o restringido, se puede usar k6 par
472472
- Ejecute la prueba desde su red privada utilizando el comando "k6 run" o el [Kubernetes operator](https://github.com/grafana/k6-operator). Opcionalmente, almacene los resultados de la prueba en [k6 Cloud](https://k6.io/docs/results-output/real-time/cloud/) u otros [servicios externos](https://k6.io/docs/results-output/real-time/).
473473
- Para pruebas en la nube:
474474
- [Abra su firewall](https://k6.io/docs/cloud/creating-and-running-a-test/troubleshooting/#open-a-firewall-for-k6-cloud) para el tráfico de prueba desde la nube.
475-
- Ejecute la prueba en la nube desde sus [instancias privadas de AWS EC2](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
475+
- Ejecute la prueba en la nube desde sus [clústers de Kubernetes](https://k6.io/docs/cloud/creating-and-running-a-test/private-load-zones/).
476476
477477
## Herramientas complementarias
478478

0 commit comments

Comments
 (0)