12 2021 档案
摘要:Kubernetes 使用 NFS 存储动态供给 nfs-subdir-external-provisioner 可以通过此插件实现现有的 NFS 存储对集群的 PersistentVolumeClaims 进行动态供给。其官方网站为:https://kubernetes-sigs.github.i
阅读全文
摘要:main.go package main import ( "fmt" "net/http" ) // ping check func ping(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, "pong") } // live c
阅读全文