Giter Club home page Giter Club logo

kubernetes-handbook-projects's Issues

ingress file outdated

Is it possible to update the yaml file for the Ingress?
it is quite outdated, and as such I could not complete the tutorial

  1. The annotation kubernetes.io/ingress.class: nginx is now replaced with spec.ingressClassName: nginx
  2. Using regex for paths now requires the annotation nginx.ingress.kubernetes.io/use-regex: "true", and using a different path type: ImplementationSpecific
  3. I suspect the rewrite target should be changed to $2 but not sure

After applying these, I could get the backend to respond, but the frontend didn't. getting error "Uncaught SyntaxError: Unexpected token '<". Not sure why is that, maybe the server sending incorrect response to browser.
When applying rewrite rule "/" it was the opposite - frontend worked but backend didn't. Not sure if this is related to above issue or just me missing something.

fhsinchy/hello-kube not working on Raspberry Pi

When trying to run the image on a Raspberry Pi 4 I get the error:

$ k get pod
hello-kube                         0/1     CrashLoopBackOff   1          16s

$ k logs hello-kube
standard_init_linux.go:219: exec user process caused: exec format error

It looks like the docker image is only available for linux/amd64 architecture.

Can you please provide an ARM build? Should be pretty straight forward with buildx

$ docker buildx build --platform linux/arm/v7 -t fhsinchy/hello-kube --push

Thanks !

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.