Conversation
Paamicky
force-pushed
the
AKS-ContainerInsights
branch
from
September 16, 2026 01:58
6c38eea to
2dfaa24
Compare
Paamicky
force-pushed
the
AKS-ContainerInsights
branch
from
September 16, 2026 14:02
5d694ae to
a2748b5
Compare
Contributor
|
One blocker and three majors:
|
Paamicky
force-pushed
the
AKS-ContainerInsights
branch
from
September 17, 2026 16:34
98482ee to
c0908a8
Compare
Contributor
Author
|
seyisulu
approved these changes
Sep 18, 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.
Description of the issue
The CloudWatch Agent now translates OTEL Container Insights configs itself, including the AKS path. EKS CI exercises this, but nothing validates that the agent translates and delivers Container Insights on AKS. (aks/azure resource detection, apiserver TLS server_name, azure.vm.* suppression) was untested end-to-end.
Description of changes
Adds an AKS Container Insights integration test that deploys the agent from a mounted JSON config (agent does the translation, not a pre-rendered otelConfig) and validates delivery to CloudWatch:
test/azure/aks/containerinsightsasserts node metrics, cluster metrics (apiserver + KSM), keda/karpenter solution metrics, and node applicationlogs, scoped to the run's cluster andcloud.platform=azure_aks.containerinsightsmode deploys the node DaemonSet, cluster-scraper Deployment, kube-state-metrics, node-exporter, and stubs for keda and karpenter scrappingTests
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.