k8s infiniband 和 RoCE(RDMA over Converged Ethernet)

1. 部署 Mellanox/k8s-rdma-shared-dev-plugin

说明:文中用到的镜像是自定义的,文末有其Dockerfile 文件。
克隆代码

git clone https://github.com/Mellanox/k8s-rdma-shared-dev-plugin.git

查看网卡的 vendors

查看 网卡的bdf

lspci |grep -i mell

81:00.0 和 81:00.1 为两个ib网卡的bdf

81:00.0 Ethernet controller: Mellanox Technologies MT28908 Family [ConnectX-6]
81:00.1 Infiniband controller: Mellanox Technologies MT28908 Family [Connec

相关推荐

  1. K8S的mountPathsubPath

    2024-03-10 01:46:05       40 阅读
  2. openshiftk8s的差别

    2024-03-10 01:46:05       34 阅读
  3. 微服务K8S

    2024-03-10 01:46:05       32 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-10 01:46:05       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-10 01:46:05       100 阅读
  3. 在Django里面运行非项目文件

    2024-03-10 01:46:05       82 阅读
  4. Python语言-面向对象

    2024-03-10 01:46:05       91 阅读

热门阅读

  1. 新能源汽车结构组成

    2024-03-10 01:46:05       49 阅读
  2. webpack打包一个文件,做了哪些事情

    2024-03-10 01:46:05       36 阅读
  3. k8s发布nacos-server,nodeport配置注意事项

    2024-03-10 01:46:05       51 阅读
  4. 【LeetCode的使用方法】讲解

    2024-03-10 01:46:05       49 阅读
  5. python脚本批量关闭exe文件

    2024-03-10 01:46:05       39 阅读