Skip to content

Latest commit

 

History

History
67 lines (59 loc) · 3.77 KB

overview.md

File metadata and controls

67 lines (59 loc) · 3.77 KB
title menu product_name menu_name section_menu_id
Overview | Voyager
product_voyager_5.0.0-rc.10
identifier name parent weight
overview-concepts
Overview
concepts
10
voyager
product_voyager_5.0.0-rc.10
concepts

Voyager

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.

Ingress

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.

Certificate

Voyager can automagically provision and refresh SSL certificates issued from Let's Encrypt using a custom Kubernetes Certificate resource.

  • Provision free TLS certificates from Let's Encrypt,
  • Manage issued certificates using a Kubernetes Third Party Resource,
  • Domain validation using ACME dns-01 challenges,
  • Support for multiple DNS providers,
  • Auto Renew Certificates,
  • Use issued Certificates with Ingress to Secure Communications.