Giter Site home page Giter Site logo

Comments (3)

jakubdyszkiewicz avatar jakubdyszkiewicz commented on June 3, 2024

Triage: Hey, a couple of questions

  • Can you post YAML of all traffic-permissions (kumactl get traffic-permissions -o yaml)
  • Does it happen also when you open a page or just on search?

from kuma-demo.

fabian4 avatar fabian4 commented on June 3, 2024
  1. Here is the full output
~ kumactl get traffic-permissions -o yaml
items:
- creationTime: "2024-01-18T15:42:48Z"
  destinations:
  - match:
      kuma.io/service: postgres_kuma-demo_svc_5432
  mesh: default
  modificationTime: "2024-01-18T15:42:48Z"
  name: backend-to-postgres
  sources:
  - match:
      kuma.io/service: backend_kuma-demo_svc_3001
  type: TrafficPermission
- creationTime: "2024-01-18T15:43:47Z"
  destinations:
  - match:
      kuma.io/service: redis_kuma-demo_svc_6379
  mesh: default
  modificationTime: "2024-01-18T15:43:47Z"
  name: backend-to-redis
  sources:
  - match:
      kuma.io/service: backend_kuma-demo_svc_3001
  type: TrafficPermission
- creationTime: "2024-01-18T15:42:48Z"
  destinations:
  - match:
      kuma.io/service: backend_kuma-demo_svc_3001
  mesh: default
  modificationTime: "2024-01-18T15:42:48Z"
  name: frontend-to-backend
  sources:
  - match:
      kuma.io/service: frontend_kuma-demo_svc_8080
  type: TrafficPermission
- creationTime: "2024-01-18T15:42:48Z"
  destinations:
  - match:
      kuma.io/service: frontend_kuma-demo_svc_8080
  mesh: default
  modificationTime: "2024-01-18T15:42:48Z"
  name: kong-to-frontend
  sources:
  - match:
      kuma.io/service: kong-validation-webhook_kuma-demo_svc_443
  type: TrafficPermission
next: null
total: 4
  1. And It happens once you start the pod (here is the full detail log
Starting up http-server, serving /dist
Available on:
 http://127.0.0.1:8080
 http://10.42.0.107:8080
Unhandled requests will be served from: http://backend_kuma-demo_svc_3001.mesh
Hit CTRL-C to stop the server
[2024-01-24T16:39:53.692Z] "GET /" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
(node:1) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
[2024-01-24T16:39:53.771Z] "GET /items?q" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
[2024-01-24T16:39:54.820Z] "GET /items?q" Error (404): "connect ECONNREFUSED 198.18.5.186:80"
[2024-01-24T16:39:54.820Z] "GET /items?q" Error (404): "Not found"
[2024-01-24T16:39:54.820Z] "GET /items?q" Error (404): "Not found"
[2024-01-24T16:40:00.914Z] "GET /" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
[2024-01-24T16:40:00.957Z] "GET /items?q" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
[2024-01-24T16:40:00.961Z] "GET /items?q" Error (404): "connect ECONNREFUSED 198.18.5.186:80"
[2024-01-24T16:40:00.961Z] "GET /items?q" Error (404): "Not found"
[2024-01-24T16:40:00.961Z] "GET /items?q" Error (404): "Not found"
[2024-01-24T16:40:01.752Z] "GET /" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
[2024-01-24T16:40:01.846Z] "GET /items?q" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
[2024-01-24T16:40:01.848Z] "GET /items?q" Error (404): "connect ECONNREFUSED 198.18.5.186:80"

from kuma-demo.

fabian4 avatar fabian4 commented on June 3, 2024

I figured it out !!!!

[2024-01-24T16:40:01.848Z] "GET /items?q" Error (404): "connect ECONNREFUSED 198.18.5.186:80"

The DNS request has been solved by my router outside the cluster Which has a fake-ip policy runs on it.
I think there is a DNS server in the cluster and that is the one really responsible for the service in the cluster? or how to configure it to make it right help.

BTW Thanks a lot for your time @jakubdyszkiewicz

from kuma-demo.

Related Issues (20)

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.