Coder Social home page Coder Social logo

Comments (7)

sergiorossini avatar sergiorossini commented on July 21, 2024 7

I could keep following the demo with this version of the ingress.yaml file:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: guestbook-ingress
spec:
  rules:
  - host: frontend.minikube.local
    http:
      paths:
      - path: /
        pathType: ImplementationSpecific
        backend:
          service:
            name: "frontend"
            port:
              number: 80
  - host: backend.minikube.local
    http:
      paths:
      - path: /
        pathType: ImplementationSpecific
        backend:
          service:
            name: "backend"
            port:
              number: 80

from helm3.

phcollignon avatar phcollignon commented on July 21, 2024 1

Thanks for report .. this has to be changed for all labs. This is planned for the next labs release.

from helm3.

AnshuRaina77 avatar AnshuRaina77 commented on July 21, 2024 1

I also see:
kubectl apply -f ingress.yaml
error: unable to recognize "ingress.yaml": no matches for kind "Ingress" in version "extensions/v1beta1"

from helm3.

phcollignon avatar phcollignon commented on July 21, 2024

Thanks, I'll check the all lab with new K8s version

from helm3.

AbhiAgrawal avatar AbhiAgrawal commented on July 21, 2024

@[phcollignon] I did helm install demo-guestbook guestbook
And it was deployed. but i am not able to get any response from frontend.minikube.local
.. i have already added frontend.minikube.local in /etc/hosts file

ping frontend.minikube.local
PING frontend.minikube.local (): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
^C
--- frontend.minikube.local ping statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss

NAME                CLASS   HOSTS                                            ADDRESS        PORTS   AGE
guestbook-ingress   nginx   frontend.minikube.local,backend.minikube.local   192.168.58.2   80      2m16s

from helm3.

phcollignon avatar phcollignon commented on July 21, 2024

Hello, I plan to do an update of the Labs for latest k8s version in the next weeks. In the meanwhile it is only supposed to work with the version used in the course unfortunately.

from helm3.

Related Issues (7)

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.