-
Notifications
You must be signed in to change notification settings - Fork 91
Install the Web Dashboard
house edited this page Dec 19, 2022
·
1 revision
Pre-preparation notes:
- The latest image is pushed to tongduncloud public container image center, you can modify the container image address in the deployment file as needed.
- Install via HELM: support HELM deployment method, HELM integrates operator and web management dashboard. Using HELM can fully automate the deployment of operators and web management dashboard.
- Install via YAML: Before using YAML to install the web management dashboard, you need to complete the operator deployment of td-redis-operator.
You can set parameters "--set type=manager" to install the web management dashboard of td-redis-operator.
$ helm install --namespace=redis [RELEASE_NAME] td-redis-operator/td-redis-operator --set type=manager
More references: Install via HELM
$ kubectl apply -f https://raw.githubusercontent.com/tongdun/td-redis-operator/main/deploy/web-deploy.yaml
$ kubectl -n redis get svc manager
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
manager ClusterIP 10.59.52.4 <none> 8088/TCP 7d1h
The "cluster ip:port" shown above is the service address.
If the K8S cluster does not communicate with the external network, you can consider changing the SVC type to "nodeport", and use nodeport for external access.