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

https://github.com/txn2/ok

OK message served by http, written in Go as a Kubernetes/Minikube tutorial.
https://github.com/txn2/ok

Last synced: 11 months ago
JSON representation

OK message served by http, written in Go as a Kubernetes/Minikube tutorial.

Awesome Lists containing this project

README

          

# OK

A Simple web server that returns a bit of useful JSON data for testing and
diagnosing ingress with Kubernetes.

### Release
```bash
goreleaser --skip-publish --rm-dist --skip-validate
```

```bash
GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --rm-dist
```