Skip to content

bigip-kubernetes-gateway-v0.0.1

Compare
Choose a tag to compare
@zongzw zongzw released this 08 Dec 02:50
· 236 commits to master since this release

Docker Image:

f5devcentral/bigip-kubernetes-gateway:v0.0.1-20221115

Reference:

https://gateway-api.f5se.io/quick-start/installation/

Release Notes:

DevOps and Monitoring Support

  • Supports full DevOps capabilities, providing all YAML files for installation and deployment.
  • Supports integration with Prometheus to capture controller performance data
  • Basic automated testing capabilities.

Feature Support

  • Supports the ability to deliver and configure resources: gateway httproute and service deployment, to BIG-IP.
  • Supports resource specs:
    • gatewayclass: not support
    • gateway:
      • listeners:name port protocol
      • addresses:value
    • httproute
      • parentRefs
      • hostnames
      • rules
        • matches: method header path queryParams
        • filters: RequestHeaderModifier RequestRedirect ExtensionRef
      • backendRefs: partial, only one backend supported
  • Supports service types: NodePort ClusterIP.
  • Supports for CNI flannel and calico networks.