Skip to main content

Accessing the UI

This guide covers the different methods for accessing the FastGateway user interface.

Port-Forward Method

The simplest way to access FastGateway is using kubectl port-forward:

kubectl port-forward svc/fastgateway-frontend 3001:3001 -n fastgateway-system

Then open your browser and navigate to:

http://localhost:3001
FastGateway UI

Next Steps