摘要:
Kubectl 常用命令 查看namspace kubectl get namespace 查看某个namespace下的pod kubectl get pod --namespace <your name space> 查看pod的详细信息(IP,所属节点信息等) kubectl get pod 阅读全文
摘要:
Kryo 反序列化失败--Class cannot be created (non-static member class) kryo版本 <dependency> <groupId>com.esotericsoftware</groupId> <artifactId>kryo</artifactI 阅读全文