samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
110 stars 24 forks source link

support for ExternalDNS #147

Open liljenstolpe opened 2 years ago

liljenstolpe commented 2 years ago

Awesome project so far. However, there is a community of users that will use the "user" authentication method (i.e. no AD) but still want to expose samba shares external to the k8s cluster.

Since there is no AD, AD-DNS isn't really an option. However, K8s does provide ExternalDNS as an option for exposing services externally via integration with the external DNS infrastructure.

It may be interesting to have an option to expose either via AD-DNS or ExernalDNS.

phlogistonjohn commented 2 years ago

Thank you for the kind words. We'll look into additional options for integrating with DNS, thanks!