named location ingress controller reset by peer

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • node-fetch

    Discontinued A light-weight module that brings the Fetch API to Node.js [Moved to: https://github.com/node-fetch/node-fetch] (by bitinn)

  • 2023/07/18 12:39:52 [error] 5224#5224: *2630494 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 172.19.0.1, server: www.mywebsite.com, request: "GET /index.php?route=tool%2Finfo HTTP/1.1", upstream: "http://10.11.63.81:9000/index.php?route=tool%2Finfo", host: "www.mywebsite.com" 172.18.0.1 - - [18/Jul/2023:12:39:52 +0000] "GET /index.php?route=tool%2Finfo HTTP/1.1" 502 150 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" 257 0.057 [website-namespace-website-svc-80] [] 10.11.63.81:9000 : 10.11.63.81:9000 0 : 0 0.057 : 0.000 200 : 502 1c7796af3b6c7b43f709f4c708ecb026 svc website-svc ClusterIP 10.11.63.81 80/TCP,9000/TCP,443/TCP ingress configmap server-snippet: location @location { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_pass http://website-svc.website-namespace.svc.cluster.local:9000; proxy_set_header X-Forwarded-Port 9000; } the ingress resource annotations: nginx.ingress.kubernetes.io/backend-protocol: "FCGI" nginx.ingress.kubernetes.io/fastcgi-index: "gateway.php" nginx.ingress.kubernetes.io/from-to-www-redirect: "true" spec: tls: XXX rules: - host: "www.mywebsite.com" http: paths: - path: / pathType: Prefix backend: service: name: website-svc port: number: 80 ingress website-api-ingress nginx www.mywebsite.com localhost 80, 443 41d

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts