Kevin24
New member
- Joined
- Nov 19, 2024
- Messages
- 1
- Programming Experience
- 1-3
I am going through the tutorial Module on Microsoft Learn titled "Deploy a .NET Microservice to Kubernetes" and am on the third unit located here: Exercise - Push a microservice image to Docker Hub - Training | Microsoft Learn. I am stuck under the "Verify the Docker images by creating containers in the codespace" heading on the fourth step. It tells you to select the port for the front end and open the service in a browser. However, there were no ports here that the step seemed to suggest were already there and I had to set it up. Given that the port for the frontend service of this tutorial is 32000:8080 according to the docker-compose.yml file for this tutorial project, is this what I should put in the ports tab? If so, the service does not display in my browser when I click on the globe icon as instructed by the tutorial and all I see is an HTTP 502 message. What should I do so that I can view the service? The repository for this tutorial service is located at GitHub - MicrosoftDocs/mslearn-dotnet-cloudnative: Sample apps for the Microsoft Learn modules for creating cloud native apps with ASP.NET Core in the dotnet-kubernetes folder and I have attached images as well of the discussed configuration and error message below: