Skip to content

Commit c54e02e

Browse files
committed
Remove AMD reference and update put command to btop in chapter 1.5
1 parent 8210d9d commit c54e02e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/learning-paths/servers-and-cloud-computing/multiarch_nginx_on_aks/1.5-create-test-utility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Now that you have your Intel nginx deployment running, you'll create a utility s
1515
The `nginx_util.sh` script provides three main functions:
1616

1717
- **`get intel|arm|multiarch`** - Test nginx services and show which pod served the request
18-
- **`put config`** - Apply performance-optimized nginx configuration and install btop monitoring tool
19-
- **`login intel|amd|arm`** - Interactive bash access to architecture-specific pods
18+
- **`put btop`** - Install btop monitoring tool on all pods
19+
- **`login intel|arm`** - Interactive bash access to architecture-specific pods
2020

2121
The script conveniently bundles test and logging commands into a single place, making it easy to test, troubleshoot, and view services. You'll use it throughout the tutorial to test services, apply configurations, and access pods across all architectures.
2222

0 commit comments

Comments
 (0)