An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# probe
[![Build Status](https://circleci.com/gh/tilt-dev/probe/tree/main.svg?style=shield)](https://circleci.com/gh/tilt-dev/probe)
[![GoDoc](https://godoc.org/github.com/tilt-dev/probe?status.svg)](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).