Skip to content

Utility for pinging a list of URLs inside docker/k8s

Notifications You must be signed in to change notification settings

bluemill/ping-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping service

This is a tiny utility for pinging a list of provided URLs over and over. It was built to run inside of a Kubernetes cluster to watch a list of internal service endpoints during network upgrades.

Usage

You can apply the ping-service.yaml file directly to have it ping https://google.com as an example. To customize, download the file and update the PING_URLS environment variable.

kubectl apply -f ./ping-service.yaml
kubectl logs -f [name]

Walkthrough

Watch how this service was built at https://kyleferg.com/building-a-golang-ping-service

About

Utility for pinging a list of URLs inside docker/k8s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published