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
- Host: GitHub
- URL: https://github.com/ripta/caddy-ingress
- Owner: ripta
- License: mit
- Created: 2017-02-06T09:06:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T09:14:10.000Z (over 8 years ago)
- Last Synced: 2024-12-12T17:48:41.810Z (6 months ago)
- Topics: caddy, cluster, experimental, ingress-controller, kubernetes, kubernetes-ingress
- Language: Go
- Homepage:
- Size: 2.81 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).