blob: 62defcc7b23fb9e871a57a4542cf50519e90c938 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# showReadiness
A simple golang application to explore [liveness and readiness checks](http://kubernetes.io/docs/user-guide/pod-states/) in Kubernetes.
## To build
```
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -installsuffix netgo -ldflags '-w' .
```
|