https://github.com/tilt-dev/probe
Readiness/liveness checks inspired by K8s probes
https://github.com/tilt-dev/probe
Last synced: about 1 year ago
JSON representation
Readiness/liveness checks inspired by K8s probes
- Host: GitHub
- URL: https://github.com/tilt-dev/probe
- Owner: tilt-dev
- License: apache-2.0
- Created: 2021-01-20T15:01:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T16:23:16.000Z (over 4 years ago)
- Last Synced: 2025-04-18T07:52:03.779Z (about 1 year ago)
- Language: Go
- Size: 170 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# probe
[](https://circleci.com/gh/tilt-dev/probe)
[](https://pkg.go.dev/github.com/tilt-dev/probe)
Liveness/readiness checks as inspired (and based upon) Kubernetes probes.
## Acknowledgments
This project was originally forked from [`k8s.io/kubernetes/pkg/probe` at v1.20.2](https://github.com/kubernetes/kubernetes/tree/v1.20.2/pkg/probe).