Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
Change-Id: I084fc528d931f9169bcb2a11932b2d5ddd4f29b5
22 lines
1.7 KiB
Plaintext
22 lines
1.7 KiB
Plaintext
=======================================================================================
|
|
|
|
|
|
██████╗ ████████╗███████╗██╗ ██████╗ ███████╗███╗ ███╗ ██████╗
|
|
██╔═══██╗╚══██╔══╝██╔════╝██║ ██╔══██╗██╔════╝████╗ ████║██╔═══██╗
|
|
██║ ██║ ██║ █████╗ ██║ ██║ ██║█████╗ ██╔████╔██║██║ ██║
|
|
██║ ██║ ██║ ██╔══╝ ██║ ██║ ██║██╔══╝ ██║╚██╔╝██║██║ ██║
|
|
╚██████╔╝ ██║ ███████╗███████╗ ██████╔╝███████╗██║ ╚═╝ ██║╚██████╔╝
|
|
╚═════╝ ╚═╝ ╚══════╝╚══════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝
|
|
|
|
|
|
- All services are available via the Frontend proxy: http://localhost:8080
|
|
by running these commands:
|
|
kubectl --namespace {{ .Release.Namespace }} port-forward svc/frontend-proxy 8080:8080
|
|
|
|
The following services are available at these paths after the frontend-proxy service is exposed with port forwarding:
|
|
Webstore http://localhost:8080/
|
|
Jaeger UI http://localhost:8080/jaeger/ui/
|
|
Grafana http://localhost:8080/grafana/
|
|
Load Generator UI http://localhost:8080/loadgen/
|
|
Feature Flags UI http://localhost:8080/feature/
|