I'm proposing an exec based plugin system for the Kubernetes Certificate Manager. Ideally this will make it easy to support any DNS provider written in any language.<p>The goal is to push all DNS providers, including the Google DNS provider, to exec plugins that live out of tree. To ease deployments the "official" Kubernetes Certificate Manager container will include a few DNS providers via exec plugins out of the box. There will be instructions on how to build new containers with additional providers for custom deployments. More details soon.<p>See the proposed exec based plugin model: <a href="https://github.com/kelseyhightower/dns01-exec-plugins" rel="nofollow">https://github.com/kelseyhightower/dns01-exec-plugins</a>