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.
- Host: GitHub
- URL: https://github.com/txn2/ok
- Owner: txn2
- License: mit
- Created: 2018-03-05T07:34:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T17:41:51.000Z (almost 2 years ago)
- Last Synced: 2025-07-31T07:05:38.173Z (11 months ago)
- Language: Go
- Homepage:
- Size: 1.25 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```