Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

dgraph-io/ingressutil

Repository files navigation

ingressutil

Utilities for writing an ingress controller.

Currently, this package only exposes one type.

  • This type can be used to monitor for changes to an ingress in Kubernetes. Use StartAutoUpdate() to trigger this.
  • IngressRouter can match an HTTP Request to a namespace, service and upstream address using MatchRequest
  • Currently, this only does exact hostname match, and path prefix. This means that wildcard hosts and path regexes aren't supported

Blog Post

Coming Soon!

About

Utils for building an ingress controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages