Debian – URL of the pod deployed in Kind cluster is not working
I have dockerized a simple spring boot rest api app which lists the employees for /employee endpoint. I have created a helm chart and updated the values.yml with the image name, service type as NodePort and service port as 31234.…