Experimental User Interface¶
The F5 AI Gateway experimental user interface provides a visual interface for managing, configuring and validating its YAML configuration.
Warning
This feature is currently experimental and provided on an “as-is” and “try at your own risk” basis.
It may be unstable, incomplete, or subject to change without notice.
By enabling or using this feature, you acknowledge and accept that:
The feature has not undergone full security review or production-level testing.
The product and its developers make no guarantees regarding the security, reliability, or performance of this feature.
It is strongly recommended that experimental features be tested in non-production environments.
Enable the User Interface¶
Add the following to your values.yaml file:
aigw:
ui:
enabled: true
Access the User Interface¶
To access the user interface, port forward with Kubernetes:
Identify the name of a
aigw
pod:
$ kubectl -n ai-gateway get pods
aigw-597d58768b-k2hfn
Forward the port to your local machine:
kubectl -n ai-gateway port-forward pod/<aigw-pod-name> 8080:8080
Open your browser and navigate to http://localhost:8080 to access the user interface.
Replace <aigw-pod-name>
with the actual name of the aigw
pod.
Limitations¶
Access method: Only accessible via Kubernetes CLI port forwarding
Single instance only: Multiple replicas cause configuration conflicts
Experimental status: Feature is unstable and may change without notice