Learn how to build and deploy a multi-architecture application on Amazon EKS

What you've learned

You should now know how to:

  • Build x86/amd64 and arm64 container images with docker buildx and docker manifest
  • Understand the nuances of building a multi-architecture container image
  • Deploy a multi-arch container application across multiple architectures in a single Amazon EKS cluster

Knowledge Check

Taints and tolerations ensure that pods are scheduled on correct nodes.

You can't create an Amazon EKS cluster with both x86/amd64 and arm64 nodes.


Back
Next