I generated an API with .net to deploy it with docker and kubernetes, the pods are running and i did a minikube tunnel, i tried to use the external IP to call the api with the port that i setted up but it doesnt work, anybody got an idea of how can i solve that ? Thanks!
There is the command of the creation of service
kubectl expose deployment aspnetcore --type=LoadBalancer --port=4242 --target-port=5000