Skip to content

v0.5.0: Gateway API Traffic Routing & Ingress Engine

Choose a tag to compare

@Foshati Foshati released this 12 Sep 09:48
· 570 commits to main since this release

Kuben v0.5.0 — Gateway API Traffic Routing & Ingress Engine

Kuben v0.5.0 integrates natively with the standard Kubernetes Gateway API, providing advanced HTTP traffic management, zero-downtime deployments, and flexible multi-environment routing.


Key Capabilities

  • Native Gateway API v1 Support:
    • Dynamic translation of application route definitions into standard Kubernetes HTTPRoute resources.
    • Full compatibility with Envoy Gateway, Traefik, Cilium, and Istio implementations.
  • Multi-Environment Routing:
    • Host-based and path-based routing rules allowing production traffic, staging sandboxes, and ephemeral pull request preview URLs on shared or dedicated gateways.
    • Automatic header manipulation and URL rewriting support.
  • Resilient Health Probing & Zero-Downtime Deploys:
    • Robust health probing engine with configurable liveness, readiness, and startup probe thresholds.
    • Graceful timeout handling preventing network partition thrashing.
    • Canary traffic splitting and zero-downtime rolling deploys.