You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
I am using the Datadog Agent helm chart and I wish to configure it to expose a hostPort on each of the pods from the Datadog DaemonSet.
The port number is 8126, therefore I expect each node in my cluster to be listening on this port.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
What happened:
I am using the Datadog Agent helm chart and I wish to configure it to expose a
hostPort
on each of the pods from the Datadog DaemonSet.The port number is
8126
, therefore I expect each node in my cluster to be listening on this port.The port config within the DaemonSet is:
The Pods do indeed have this port listening within them, running
netstat -tln
within the pod shows the following:However the host is not exposing this same port, running
netstat -tln
within the Host does not show8126
is listening.What you expected to happen:
Both Pods and Host should be exposing this port.
How to reproduce it (as minimally and precisely as possible):
Enable a version
v1.18.3-eksbuild.2
VPC CNI plugin within an versionv1.29
AWS EKS cluster.deploy the following nginx-pod.yml
Observe that the host is not listening on port
8126
, but the pod is.Anything else we need to know?:
The
aws-node
DaemonSet pods do not display any errors related to the hostPort.Environment:
kubectl version
):1.29
v1.18.3-eksbuild.2
cat /etc/os-release
): Amazon Linux 2uname -a
):Linux ip-x-x-x-x.eu-west-2.compute.internal 5.10.217-205.860.amzn2.x86_64 #1 SMP Tue May 21 16:52:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: