随笔分类 -  K8S

摘要:正常的 kubectl get all -nmonitoring NAME READY STATUS RESTARTS AGE pod/alertmanager-main-0 2/2 Running 4 12h pod/alertmanager-main-1 2/2 Running 0 12h po 阅读全文
posted @ 2021-03-09 16:35 highly 阅读(75) 评论(0) 推荐(0)
摘要:1、K8S 证书列表说明 https://www.jianshu.com/p/549ab7a059b0 1.1、How certificates are used by your cluster Kubernetes requires PKI for the following operations 阅读全文
posted @ 2021-03-04 15:19 highly 阅读(229) 评论(0) 推荐(0)
摘要:1、token方式使用k8s restful api思维导图 https://liumiaocn.blog.csdn.net/article/details/100518110 token方式使用k8s restful api思维导图 2、apiserver认证 2.1、Kubernetes api 阅读全文
posted @ 2021-03-01 16:51 highly 阅读(1921) 评论(0) 推荐(0)
摘要:一、k8s volumes 1、k8s存储之emptyDir、hostPath和nfs存储卷 2、Kubernetes存储卷介绍-emptyDir/hostPath/NFS/configMap emptyDir: kubectl get pod -o yaml | grep nodeName nod 阅读全文
posted @ 2021-02-25 16:35 highly 阅读(148) 评论(0) 推荐(0)