[meta] Tracker for container insight arm64 support #114
Labels
arch/arm64
ARM 64 bit
area/documentation
Improvements or additions to documentation
area/k8s
Kubernetes
aws/eks
Amazon Elastic Kubernetes Service
component/container-insight
component/fluentd
os/linux
Linux amd64 & arm64
status/under-review
Under review
This is a tracker to direct discussion of existing issues into one place. There is no detailed timeline (yet). Please leave feedback if you are planning to use it or have concern for breaking changes (if any).
Background
EKS Graviton support is GA and cloudwatch-agent already has an arm64 build (not containerized). Fludentd has arm64 dameonset build.
Related Issues
Not related issues
arm
buildDesign
arm64
amd64
for people using registry/runtime that does not support multi arch image NOTE: Amazon ECR supports itTODO
provide full snippet for workaroundUpdate related manifest inWe recommend users to use fluent-bit which has a multi-arch image, for fluentd users need update the image tag manually since the official daemonset image is x86 only.Workaround
It is possible to build arm image by yourself from official arm64 packages. Running docker buildx or creating an ARM instance on ec2 as a builder box should both work.
You need to modify example manifests to make sure you are
arch=arm64
if your eks cluster is mixing amd64 and arm64 node groups. Even if you build a mult-arch image for cloudwatch-agent, fluentd is still specifying arch using image tag.The text was updated successfully, but these errors were encountered: