10 lines
188 B
Bash
10 lines
188 B
Bash
|
|
|
|
kubectl port-forward -n kube-system \
|
|
--address 0.0.0.0 \
|
|
service/kubernetes-dashboard 39999:443
|
|
|
|
|
|
kubectl port-forward -n xayd \
|
|
--address 0.0.0.0 \
|
|
service/helm-mysql 33306:443 |