Skip to content

Commit 5027344

Browse files
committed
Add note explaining amd64 architecture naming convention
1 parent 014114b commit 5027344

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/multiarch_nginx_on_aks

content/learning-paths/servers-and-cloud-computing/multiarch_nginx_on_aks/1-deploy-intel.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Taking a closer look at the `intel_nginx.yaml` deployment file, you'll see some
5151
kubernetes.io/arch: amd64
5252
```
5353
54+
{{% notice Note %}}
55+
The `amd64` architecture label represents x86_64 nodes, which can be either AMD or Intel processors. In this tutorial, we're using Intel x64 nodes.
56+
{{% /notice %}}
57+
5458
* The A `sessionAffinity` tag, which removes sticky connections to the target pods. This removes persistent connections to the same pod on each request.
5559

5660
```yaml

0 commit comments

Comments
 (0)