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

https://github.com/johnweldon/dnsutils

Docker image for remote debugging
https://github.com/johnweldon/dnsutils

Last synced: 29 days ago
JSON representation

Docker image for remote debugging

Awesome Lists containing this project

README

          

# dnsutils

Deploy pod into cluster:

```sh
$ kubectl apply -f manifests/dnsutils.yaml
```

Connect to pod:

```sh
$ kubectl exec -it pods/dnsutils bash
```