grafana / synthetic-monitoring-agent

Synthetic Monitoring Agent
https://grafana.com/docs/grafana-cloud/how-do-i/synthetic-monitoring/
Apache License 2.0
155 stars 20 forks source link

examples/kubernetes: update k8s example #723

Open roobre opened 1 month ago

roobre commented 1 month ago

Supersedes #570

This PR intends to solve the problem of our k8s example not working out of the box.

It takes a different approach compared to https://github.com/grafana/synthetic-monitoring-agent/pull/570, where instead of making the agent listen on all interfaces by default, it comments the default liveness/readiness probes, which achieves the same goal.

Additionally, it makes the following minor changes: