diff --git a/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/cloud-build.md b/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/cloud-build.md index ae4eca35f..a4840880b 100644 --- a/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/cloud-build.md +++ b/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/cloud-build.md @@ -265,6 +265,9 @@ Open http:// in your browser. Open the URL to load the storefront and confirm the full build, deploy, and migrate flow is automated. +![Storefront reachable after Cloud Build deploy/migrate (arm64) #center](images/storefront-running-on-google-axion.jpeg "Storefront after Cloud Build automation on Axion (arm64)") + + ## What you've accomplished Congratulations! You've successfully automated the entire build, deploy, and migration workflow using Cloud Build and Skaffold. Your multi-architecture application runs natively on Arm-powered GKE nodes, and you can deploy updates automatically with a single command. diff --git a/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/gke-deploy.md b/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/gke-deploy.md index 7ae4235ae..c04eaaf35 100644 --- a/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/gke-deploy.md +++ b/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/gke-deploy.md @@ -147,3 +147,4 @@ http:// The microservices storefront loads, confirming that your application is accessible and functional on the arm64 node pool. You’re now running a production-ready microservices storefront on Arm-powered GKE infrastructure. +![Online Boutique storefront running on Google Axion (arm64) nodes in GKE #center](images/storefront-running-on-google-axion.jpeg "Online Boutique storefront running on Google Axion (arm64) nodes in GKE") diff --git a/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/images/storefront-running-on-google-axion.jpeg b/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/images/storefront-running-on-google-axion.jpeg new file mode 100644 index 000000000..64a4b205a Binary files /dev/null and b/content/learning-paths/servers-and-cloud-computing/gke-multi-arch-axion/images/storefront-running-on-google-axion.jpeg differ