Run Qserv on top of Kubernetes#
Deployment#
The offical way to install Qserv is to run it on top of Kubernetes using the qserv-operator.
Administration#
Access to Qserv dashboard#
This access is only available for users having access to the cluster with kubectl
.
# Open a tunnel between local machine and Qserv dashboard
# # Listen on first port number locally, forwarding to second port number in the pod
kubectl port-forward qserv-repl-ctl-0 8080:8080 &
# Access to the dashboard
firefox http://localhost:8080