Datadog-agent: ARM Datadog for monitoring Kubernetes

Created on 9 Jul 2019  路  4Comments  路  Source: DataDog/datadog-agent

Describe what happened:
I have a cluster of Kubernetes on an ARM machine ( Nvidia Jetson TX2) that I want to run Datadog agent on it, but I didn't find any Arm docker image to run that

Describe what you expected:
I tried to build my docker image for Arm and I followed this instruction https://github.com/DataDog/datadog-agent and docker file
It needs .deb file, but I didn't find any pre-build .deb file for Arm or any manual to show me how to port datadog-agent-6 package to arm

Steps to reproduce the issue:

Additional environment details (Operating System, Cloud provider, etc):
I'm using Nvidia Jetson TX2

Most helpful comment

ARM docker images have been released (starting with 6.15.1).

See https://hub.docker.com/r/datadog/agent/tags 馃槈

All 4 comments

Hi @efazati,

We are working on ARM packages targeting 64 bit ARM, so that could work for you once it is released. If you can, could you let me know which version of glibc is present on that board? You can see that by running ldd --version.

Albert

@albertvaka Thanks
This is my glibc version

ldd (Ubuntu GLIBC 2.27-3ubuntu1) 2.27

When do you think you will release arm package?

Unfortunately we don't have a release date yet.

However, if you are interested, I can put you in touch with a product person at DataDog so we can let you know when we have more info on release dates, betas, etc.

Drop me a line at albert.[email protected] if you are interested.

ARM docker images have been released (starting with 6.15.1).

See https://hub.docker.com/r/datadog/agent/tags 馃槈

Was this page helpful?
0 / 5 - 0 ratings