Giter Site home page Giter Site logo

Comments (7)

coffeeneer avatar coffeeneer commented on September 7, 2024 1

I've gotten this to work with all the original image versions but changing the 1.x.x. version for the common library to 1.10.0 since that version was mentioned in the exercise. However accessing the load balancer ip showed a nginx 404 page.

from mslearn-aks.

JaimeStill avatar JaimeStill commented on September 7, 2024

Confirming and adding some context to this issue.

When running everything in the Cloud Shell and following the Deploy the Helm Chart section:

image

Changed the 1.x.x version in Chart.yaml:

image

Updated dependencies then updated the deployment:

image

Navigating to the load balancer:

image

from mslearn-aks.

ckittel avatar ckittel commented on September 7, 2024

@rayoef & @philmea - just wanted to make sure your AKS content team saw this.

from mslearn-aks.

p1johnson avatar p1johnson commented on September 7, 2024

I had the same issue with the invalid image tag and was able to resolve by fixing the version of the common library as @coffeeneer did.

I also experienced the same issue with the 404 Not Found error from Nginx. This is due to the nginx-ingress using host based routing - requests to the ingress need to be in the form http://aspnet-core.local/ to match the host name set in the values file. nginx-ingress does not deal with requests via IP address. As a workaround I was able to get this working by updating my local hosts file to point aspnet-core.local to the public IP address of the ingress. It may be a bit late for you now @JaimeStill to try this?

from mslearn-aks.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.