/caddy-ingress

[Experimental] Kubernetes Ingress Controller for Caddy Webserver

Primary LanguageGoMIT LicenseMIT

Kubernetes Ingress Controller for Caddy Webserver

This is my first dip into writing Kubernetes Ingress Controllers. Specifically, I'm interested in:

  • operating against Kubernetes v1.5.x (source tree is vendored);
  • hosting the ingress controller outside of the cluster;
  • utilizing NodePort as an entrypoint into the cluster;
  • running Caddy webserver with its built-in support for HTTP/2 and ACME.