非运维学习 kubernetes 的重点是什么?

查看 69|回复 6
作者:keepRun   
我对 k8s 感兴趣,公司也会用这个部署,平时也会接触到一部分 k8s 的东西,于是买了一本《 kubernetes 权威指南》,书挺好就是太厚了,而且考虑到 k8s 整个生态,这书还仅仅是讲基础 k8s 的。
所以我想问下,各位学习 k8s 重点都是放在哪里?
hkdcl   
学个屁。会用 docker 就不错了
keepRun
OP
  
@hkdcl docker 已经会了,基本就是 docker compose 、swarm 一把梭,不过公司里一般还是用 k8s ,特意搞了个 docker desktop 开启 kubernetes 来练练手
hkdcl   
@keepRun 你是做 Java 的吗
momo24672   
1 Package docker image and push the image to private registry
2 Understand K8s Deployment, configMap, secrets and service, run the images in k8s (Helm or Kustomize)
3 Try ingress or gateway, expose the service to the public
4 Write the graceful exit, rolling update the service with zero downtime
5 Explore istio service mesh
....
keepRun
OP
  
@hkdcl 是啊,平时也写点 go 、rust
keepRun
OP
  
周末玩了下 istio ,顿时感觉这玩意控制流量的能力太强了
您需要登录后才可以回帖 登录 | 立即注册

返回顶部