-
Notifications
You must be signed in to change notification settings - Fork 129
Testspace: Note: Accessing data endpoints and UIs
Eric Delaporte edited this page Aug 2, 2023
·
1 revision
To start the Kubernetes Dashboard, use the following command:
minikube dashboard --url=true --port=8083
Once the dashboard service is ready, you can visit the web interface in your browser.
Forward the ports of the data stores services to localhost:
- PostgreSQL Database:
kubectl port-forward deployment/postgres 5432:5432
- Redis Cache:
kubectl port-forward deployment/redis 6379:6379
- InfluxDB Database:
kubectl port-forward deployment/influx 8086:8086
- REST Server: port 8081
- GraphQL: port 1111, and Web UI
- Kafka: port 8080, and AKHQ Web UI
- Grafana: port 3000, and Web UI