how to get just the ports in kubernetes
kubectl describe service --all-namespaces | grep -i nodeport
how to get just the ports in kubernetes
kubectl describe service --all-namespaces | grep -i nodeport
kube dashboard expose access port
#Using terminal app on my laptop did the following:
sudo ssh -i “MYAMOZONHOSTKEYPAIR.pem" -L 8001:127.0.0.1:8001 ubuntu@MYAMAZONHOST
#MYAMAZONHOST is where I am running k3s.
#Upon SSH did the following:
sudo k3s kubectl proxy
#Then using the browser opened the url http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
#Kubernetes dashboard opened successfully.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us