https://github.com/aledbf/coredns-memory-spike
https://github.com/aledbf/coredns-memory-spike
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aledbf/coredns-memory-spike
- Owner: aledbf
- Created: 2019-04-03T18:49:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T16:57:50.000Z (about 7 years ago)
- Last Synced: 2025-01-25T05:24:52.408Z (over 1 year ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoreDNS - dnsperf test
Repository to reproduce issue https://github.com/coredns/coredns/issues/2593
**Requeriments:**
- [Docker](https://docs.docker.com/install/)
- [Docker compose](https://docs.docker.com/compose/install/)
*Usage:*
1. Clone the repo
2. Run `./run.sh`
3. Run `./run-in-kind.sh` to start a local cluster using [kind](https://github.com/kubernetes-sigs/kind)
Open `http://localhost:3000`
After the test run `kind delete cluster --name coredns` to destroy kind cluster