Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1020 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 1020 Bytes

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")