Skip to content

yieldr/vulcand-ingress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulcand Ingress Controller

A kubernetes ingress controller for Mailgun's vulcand.

Set up the ingress controller alongside vulcand. An example can be found in examples/ingress-controller.yaml.

This example uses the public yieldr/vulcand-ingress docker image.

Usage

Start the Ingress Controller using the following command.

vulcand-ingress [flags]

Options

  -h, --help                  help for vulcand-ingress
      --kubeconfig string     Absolute path to the kubeconfig file. If empty an in-cluster configuration is assumed.
      --namespace string      Namespace in which to watch for resources.
      --selector string       Selector with which to match resources.
      --vulcand-addr string   Vulcand API address. (default "http://localhost:8182")