goldpinger icon indicating copy to clipboard operation
goldpinger copied to clipboard

Debugging tool for Kubernetes which tests and displays connectivity between nodes in the cluster.

Results 42 goldpinger issues
Sort by recently updated
recently updated
newest added

*Issue number of the reported bug or feature request: #* **Describe your changes** Minor test fix on readme **Testing performed** **Additional context**

Goldpinger can currently do DNS checks via `HOSTS_TO_RESOLVE`. This aims to extend that functionality so it can also do L4/L7 tcp and http/s checks. ![](https://raw.githubusercontent.com/kitfoman/goldpinger/add-external-probes/extras/tcp-checks-screenshot.png) **Breaking Changes** Timeout types were...

Hey guys! Happy New Year!!! 🎉 Super cool project, we've recently deployed this in our clusters and it's proving to be super useful. I was wondering if it would be...

enhancement

**Describe the bug** The value of env variable HOSTNAME is not applied to goldpinger instance. **Steps To Reproduce** Deploy goldpinger using [yaml example](https://github.com/bloomberg/goldpinger#example-yaml): ``` --- apiVersion: v1 kind: ServiceAccount metadata:...

It would be awesome if the metrics could include the node's topology.kubernetes.io/region & topology.kubernetes.io/zone (not sure what the non-AWS fields are called). That would help quickly identify patterns in the...

enhancement
help wanted
good first issue

**Is your feature request related to a problem? Please describe.** I am unable to use the standard docker hub image on a raspberr pi cluster. **Describe the solution you'd like**...

**Describe the bug** The order of operations for removing a node in Kubernetes is: 1. Cluster autoscaler removes VM from the underlying cloud provider 1. Node object enters NotReady state...

Multiple CNIs can run in parallel, creating multiple data planes in a Kubernetes cluster. Goldfinger should allow me to ping over an arbitrary data plane. It would seem that POD_IP...

I'd like to configure it to ping the hostname, not the IP. This would allow our team to test network connections using the external IP.

**Describe the bug** If I start off with 50 healthy nodes and then set PING_NUMBER to 20, I notice that roughly 30 nodes get marked as unhealthy. It appears that...