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

Next Steps
- Follow the Quickstart guide to create your first route
- Learn about Projects in depth
- Understand Security Modes for your organization