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

https://github.com/ripta/caddy-ingress

[Experimental] Kubernetes Ingress Controller for Caddy Webserver
https://github.com/ripta/caddy-ingress

caddy cluster experimental ingress-controller kubernetes kubernetes-ingress

Last synced: 6 months ago
JSON representation

[Experimental] Kubernetes Ingress Controller for Caddy Webserver

Awesome Lists containing this project

README

        

# Kubernetes Ingress Controller for Caddy Webserver

This is my first dip into writing [Kubernetes](https://k8s.io/) [Ingress
Controllers](https://github.com/kubernetes/contrib/tree/master/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](https://caddyserver.com/) with its built-in support
for HTTP/2 and [ACME](https://letsencrypt.github.io/acme-spec/).