/images/avatar.png

runzhliu

GPU服务器的管理

概述 Docker配置 1 2 3 4 5 6 7 8 # cat .docker/config.json { "auths": { "https://hub.oa.com": { "auth": "Q3JzREhBZG1pbjppOUN5MlQ0b3Q3R3ZCcTE=" } } } 1 2 3 4 5 6 7 8 # docker info Containers: 5 Images: 216 Storage Driver: overlay Backing Filesystem: xfs Execution Driver: native-0.2 Kernel Version: 3.10.104-1-tlinux2-0041.tl1 Operating System: <unknown> 1 2 3 4 5 6 7 8 9

HBase面试

用过HBase的Restful服务吗 HBase 要开启 Restful 服务也是很容易的。 启动: hbase rest start start -p <port> 后台启动: ./hbase-daemon.sh start rest -p <port> 用过HBase的协处理器吗 协处理器类似

Helm安装Ceph

概述 本文简单描述一下,如何通过 Helm 安装 Ceph。 INSTALLATION(KUBERNETES+HELM) ceph-helm 项目可以让你在 Kubernetes 环境下部署 Ceph,所以本文的前提是有一个 Kubernetes 环境。 CURRENT LIMITATIONS The public and cluster networks must be the same If