aws / aws-app-mesh-examples

AWS App Mesh is a service mesh that you can use with your microservices to manage service to service communication.
MIT No Attribution
856 stars 397 forks source link

Adds multiarch builds for k8s http2 example #568

Open BennettJames opened 1 year ago

BennettJames commented 1 year ago

This modifies the images used for the k8s http2 example to default support arm64 in addition to amd64. This should gracefully downgrade to existing behavior if run from an environment that does not support cross-building.

This is done on this example as it's the "main" k8s setup for walkthroughs for demoing multiarch k8s abilities. Further walkthroughs may be adapted in the future.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.