Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Feb 19, 2025
1 parent ee5ad90 commit f29472f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions curl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# Check metrics from example-app

set -euxo pipefail

kubectl run --image=curlimages/curl:8.12.1 curl -- sleep infinity
kubectl exec -it curl -- curl -Lk http://example-app.example-app:8080/metrics

0 comments on commit f29472f

Please sign in to comment.