hardillb / nginx-proxy-avahi-helper

A container to generate matching mDNS CNAMEs for the virtual hosts used by jwilder/nginx-proxy
https://www.hardill.me.uk/wordpress/2020/09/22/nginx-proxy-avahi-helper/
Apache License 2.0
15 stars 2 forks source link

Kubernetes Without Docker Runtime #3

Closed bdsoha closed 3 years ago

bdsoha commented 3 years ago

Hello,

Have you had any experience using this with k8s that is not using Docker as a container runtime?

hardillb commented 3 years ago

This code explicitly uses the Docker API, but you probably want this version:

https://github.com/hardillb/k8s-ingress-to-avahi

bdsoha commented 3 years ago

Thanks for your quick response. I had a look at your other repo, but it is run from outside the cluster. It would be great to have the option of running it in the cluster with a ServiceAccount for authenticated access to the kube-api.

Thanks.

hardillb commented 3 years ago

Feel free to submit a pull request to improve the project