Skip to content

Support ARM-based AWS instances #1528

Closed
@deliahu

Description

@deliahu

Notes

Just the containers that run on worker nodes need to be compiled for ARM:

  1. Dequeuer - add target os/arch args to dockerfile and run with docker buildx.
  2. Enqueuer - add target os/arch args to dockerfile and run with docker buildx.
  3. Proxy - add target os/arch args to dockerfile and run with docker buildx.
  4. Async gateway - add target os/arch args to dockerfile and run with docker buildx.
  5. Fluentbit - run with docker buildx.
  6. Node exporter - run with docker buildx.
  7. Kube rbac proxy - doesn’t have an arm64 version, but we can build one.
  8. Kubexit - need to enable the fork to build an arm64 version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestresearchDetermine technical constraintstimecappedAssigned a limited amount of time

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions