Skip to content

Feature Request: Official ARM64 Container Image for k9s #3208

@kahirokunn

Description

@kahirokunn




Is your feature request related to a problem? Please describe.
Currently, the k9s container image is available only for the amd64 architecture. This limitation affects users who run their infrastructure on ARM64 platforms (e.g., Raspberry Pi, ARM-based servers, or cloud instances with ARM processors), preventing them from easily leveraging k9s without resorting to additional workarounds.

Describe the solution you'd like
I propose that an ARM64 version of the k9s container image be officially provided. Ideally, this should be implemented as a multi-architecture Docker image (using manifest lists) so that users can pull the correct image automatically based on their system architecture.

Describe alternatives you've considered
A possible workaround is building the ARM64 image locally from the source, but this adds extra steps and complexity for users. Alternatively, using emulation solutions like QEMU could be considered; however, these solutions may incur performance penalties and are not as reliable as having an official ARM64 image.

Additional context
Offering an official ARM64 container image would expand the usability of k9s to a broader range of devices and platforms, making it more accessible for developers and operators using ARM-based systems. This enhancement aligns with the growing trend of ARM64 adoption in cloud-native environments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions