Migrate containers to Arm using KubeArchInspect
Introduction
Install KubeArchInspect
Run KubeArchInspect
Analyze the results
Next Steps
Migrate containers to Arm using KubeArchInspect
Who is this for?
This is an introductory topic for software developers who want to ensure containers running in a Kubernetes cluster support the Arm architecture.
What will you learn?
Upon completion of this Learning Path, you will be able to:
- Run KubeArchInspect to generate a report on the containers running in a Kubernetes cluster
- Discover which images support the Arm architecture
- Understand common reasons for an image not supporting Arm
- Make configuration changes to upgrade images with Arm support
Prerequisites
Before starting, you will need the following:
- A running Kubernetes cluster accessible with
kubectl.