From a659ef4bfa5b2b23c1a4b38bffa1453e9f60481f Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Tue, 27 Aug 2024 15:08:44 +0200 Subject: [PATCH] improve readme --- k8s/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/k8s/readme.md b/k8s/readme.md index f496c16..c20fb20 100644 --- a/k8s/readme.md +++ b/k8s/readme.md @@ -7,3 +7,13 @@ ```bash kubectl apply -f . ``` +4. Create and run a test by going to [`app.tracetest.io`](https://app.tracetest.io) and using the internal Kubernetes service networking: + + - **POST** `http://api.default.svc.cluster.local:8081/pokemon/import` - Body: `{ "id": 1 }` + - **GET** `http://api.default.svc.cluster.local:8081/pokemon` + + ![](https://res.cloudinary.com/djwdcmwdz/image/upload/v1724764008/docs/app.tracetest.io_organizations_ttorg_e66318ba6544b856_environments_ttenv_4b0e8945dbe5045a_test_tTFZ453Ig_run_9_selectedSpan_bb8ba205b42a8619_nylqid.png) + +5. View the trace and create test specs by going to the `Test` tab. + + ![](https://res.cloudinary.com/djwdcmwdz/image/upload/v1724764098/docs/app.tracetest.io_organizations_ttorg_e66318ba6544b856_environments_ttenv_4b0e8945dbe5045a_test_tTFZ453Ig_run_9_selectedSpan_bb8ba205b42a8619_1_xaxlbi.png) \ No newline at end of file