kubernetes
Container, Pod가 사용한 CPU Set, Hugepages, NIC, DPDK 확인 방법
AndrewJ
2022. 6. 22. 19:18
반응형
아래의 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
GitHub - openshift/app-netutil: app-netutil is a library that provides API methods for applications to get pod network informati
app-netutil is a library that provides API methods for applications to get pod network information. - GitHub - openshift/app-netutil: app-netutil is a library that provides API methods for applicat...
github.com
그리고, 위 Repository에 DPDK example app container도 있으니까, DPDK 테스트할 때도 이용하면 좋다.