Add namespace and multiple pod label queries - #2
Open
adrianfurlong wants to merge 5 commits into
Open
Conversation
This add the namespace to the output as well as querying multiple labels to collect pod list and also excludes job pods
adrianfurlong
force-pushed
the
add-namespace
branch
from
June 13, 2025 15:58
82d4c06 to
16e0ecd
Compare
Host-network pods share their node's primary IP, so VPC flow logs can't attribute bytes to a specific pod. Previously the IP->pod join would pick an arbitrary host-network pod (e.g. efs-csi-node), giving misleading attribution. - Skip host-network pods in fetch_pods_for_label - Add fetch_host_network_node_rows to emit one synthetic row per node under app/namespace "host-network", keyed by the node's IP - Bump Lambda timeout 1m -> 2m and set memory_size=1024 to accommodate the extra pod listing Also adds pyproject.toml / uv.lock for uv-based dependency management and a main.py stub.
Adds an "Alternative: using uv" subsection under Step 2 alongside the existing venv+pip flow. Covers uv sync for project deps plus the separate npm install and Lambda layer build steps.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
deniszh
added a commit
to deniszh/amazon-eks-inter-az-traffic-visibility
that referenced
this pull request
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This add the namespace to the output as well as querying multiple labels to collect pod list