@@ -37,9 +37,9 @@ generated_summary_faq:
3737 Engine using Arm-based Axion nodes, validate a baseline on N4A, and add a gRPC-driven AI shopping
3838 assistant. You'll build and push a single `linux/arm64` container image to Artifact Registry, then
3939 use Kustomize overlays to run the assistant on N4A before moving only that tier to C4A. After
40- reviewing the assistant’s sources and runtime dependencies, you'll confirm scheduling on the intended
40+ reviewing the assistant’s source code and runtime dependencies, you'll confirm scheduling on the intended
4141 node pool and capture benchmark summaries to compare the same assistant workload across N4A
42- and C4A. The end state is a mixed-placement deployment where the steady storefront remains
42+ and C4A. You'll finish with a mixed-placement deployment where the steady storefront remains
4343 on N4A and the burstier assistant runs on the selected pool.
4444 faqs :
4545 - question : How do I verify the cluster has both N4A and C4A node pools before I start?
@@ -50,11 +50,10 @@ generated_summary_faq:
5050 answer : >-
5151 The storefront runs on N4A, and `shoppingassistantservice` isn't present. This is intentional
5252 because you'll build and deploy the assistant in later steps.
53- - question : I’ ve run this path before. What should I remove before I recreate the baseline?
53+ - question : I' ve run this path before. What should I remove before I recreate the baseline?
5454 answer : >-
55- Delete any existing assistant deployment and related service so the baseline reflects a
56- storefront without the assistant. The steps show removing old assistant resources before
57- creating the baseline.
55+ Delete any existing assistant deployment, related service, and service account so the baseline reflects a
56+ storefront without the assistant.
5857 - question : Do I need different container images for N4A and C4A when I deploy the assistant?
5958 answer : >-
6059 No. You'll build one `linux/arm64` image targeted for Axion that'll run in either placement.
0 commit comments