반응형
아래의 Go App을 Build해서 Kubernetes Worker Node에서 돌려보면,
각 Container가 사용하는 CPU Set(즉, Container App이 Pinning한 Core 정보), Memory Hugepages, Network 주소 및 PCI 정보를 알 수 있다.
https://github.com/openshift/app-netutil/tree/master/samples/go_app
그리고, 위 Repository에 DPDK example app container도 있으니까, DPDK 테스트할 때도 이용하면 좋다.
'kubernetes' 카테고리의 다른 글
Kubernetes 한글 문서 (0) | 2022.07.04 |
---|---|
OCP(Openshift Container Platform) 사용 설명서 (0) | 2022.06.25 |
NUMA, CPU Pinning, DPDK, SR-IOV (0) | 2022.06.18 |
Service Account에 Role 부여 (Binding) (0) | 2022.06.16 |
Service Account에 Role Binding 및 OC Login with Service Account (0) | 2022.06.11 |