Kubernetes技能图谱
Kubernetes技能图谱...Continue reading >>
◎云原生
InfoQ:云原生的技术探索与落地实践.pdf
云原生-云原生应用的构建之路.pdf
云计算发展白皮书(2020年)-发布版.pdf
云原生时代容器云的技术发展趋势报告.pdf
云原生训练营_专家推荐书单.pdf
vSphere_Tanzu_EN_vSpherewithKubernetes-eb_CN.pdf
深度报告:2020云计算产业链全景扫描,扶云直上.pdf
架构师月刊(2020年1月).pdf...
here's a diagram to help you debug your deployments in Kubernetes (and you can download it in the PDF version here).
原文:https://learnk8s.io/troubleshooting-deployments
Pod 的完整生命周期过程...
Continue reading >>SaltStack自动化部署Kubernetes v1.10.3版本(支持TLS双向认证、RBAC授权、Flannel网络、ETCD集群、Kuber-Proxy使用LVS等)。
测试通过系统:CentO...
1.创建CoreDNS
[root@linux-node1 ~]# cat > coredns.yaml <<EOF apiVersion: v1 kind: ServiceAccount metadata: name: coredns  ...Continue reading >>
部署之前先来回顾一下K8s中的核心概念:
◎Replication Controller ,RC
◎Replica Set ,RS
◎Deployment
◎Service
1.创建一个测试用的deployment
[root@linux-node1 ~]# kubectl run net-test --image=alpine&nbs...Continue reading >>