Find answers to your technical questions and learn how to use our products
Search suggestions:
sudo kubectl expose service -n mstr mstr-srv --type=NodePort --name=mstr-nodeport
sudo kubectl get services -n mstr | grep mstr mstr-nodeport …. <none> 12345:31127/TCP, …..
sudo kubectl delete service -n mstr mstr-nodeport
Previous Topic
Next Topic