Voyager is a HAProxy backed secure L7 and L4 ingress controller for Kubernetes developed by AppsCode. This can be used with any Kubernetes cloud providers including aws, gce, gke, azure, acs. This can also be used with bare metal Kubernetes clusters.
Voyager provides L7 and L4 loadbalancing using a custom Kubernetes Ingress resource. This is built on top of the HAProxy to support high availability, sticky sessions, name and path-based virtual hosting. This also support configurable application ports with all the options available in a standard Kubernetes Ingress.
Voyager can automaticallty provision and refresh SSL certificates issued from Let's Encrypt using a custom Kubernetes Certificate resource.
Please pick a version of Voyager that matches your Kubernetes installation.
Voyager Version | Docs | Kubernetes Version | Prometheus operator Version |
---|---|---|---|
6.0.0 (uses CRD) | User Guide | 1.8.x+ | 0.16.0+ |
5.0.0-rc.11 (uses CRD) | User Guide | 1.7.x | 0.12.0+ |
3.2.2 (uses TPR) | User Guide | 1.5.x - 1.7.x | < 0.12.0 |
To install Voyager, please follow the guide here.
Want to learn how to use Voyager? Please start here.
Want to help improve Voyager? Please start here.
Voyager binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it.
To disable stats collection, run the operator with the flag --analytics=false
.
- docker-library/haproxy https://github.com/docker-library/haproxy
- kubernetes/contrib https://github.com/kubernetes/contrib/tree/master/service-loadbalancer
- kubernetes/ingress https://github.com/kubernetes/ingress
- xenolf/lego https://github.com/appscode/lego
- kelseyhightower/kube-cert-manager https://github.com/kelseyhightower/kube-cert-manager
- PalmStoneGames/kube-cert-manager https://github.com/PalmStoneGames/kube-cert-manager
- Kubernetes cloudprovider implementation
- openshift/generic-admission-server https://github.com/openshift/generic-admission-server
We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #general
. To sign up, use our Slack inviter.
If you have found a bug with Voyager or want to request for new features, please file an issue.