Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

502 bad gateway for pod to pod communication and unknown host exception #1166

Open
rahul6941 opened this issue Oct 2, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@rahul6941
Copy link

Describe the bug
We are getting 502 bad gateway for pod to pod communication for ( svc.cluster.local) traafic and also unknownhost exception for egress traffic

Steps to reproduce
resource "helm_release" "aws_vpc_cni" {
name = "aws-vpc-cni"
repository = "https://aws.github.io/eks-charts"
chart = "aws-vpc-cni"
namespace = "kube-system"
version ="1.18.3"

}

Expected outcome
no 502 bad gateway for pod to pod communication and no unknownhost exception for egress traffic

Environment

  • Chart name:"aws-vpc-cni"
  • Chart version:"1.18.3"
  • Kubernetes version:1.30
  • Using EKS (yes/no), if so version? yes

Additional Context:
This issue happening interment

@rahul6941 rahul6941 added the bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant