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 711646d61..a358bea1a 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 @@ -262,4 +262,5 @@ The final step prints in the build description: Open http:// in your browser. ``` -Open the URL to load the storefront and confirm the full build, deploy, and migrate flow is automated. +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)") 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 6dc0e4b53..8b117c930 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 @@ -138,5 +138,7 @@ Copy the EXTERNAL-IP value and open it in a new browser tab: http:// ``` -The microservices storefront loads, confirming that your application is accessible and functional on the arm64 node pool. +The microservices storefront loads, confirming that your application is accessible and functional on the arm64 node pool as shown: + +![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