Kestrel web app with dot net and react for kubernetes not working
This is most like a kestrel question related on how it works in kubernetes.
So we have a react + dotnet application Working created. BE + Reat for serving static content.
We created dockerfile expoing port 5007.
Applications works fine locally, and also after deploying into kubernetes, if you portforward locally to container port 5007 is also working. You are getting the UI in your web browser.