深入剖析K8s筆記(StatefulSet之存儲狀態) Posted on 2022-03-17 Edited on 2022-04-08 In Ops 4.7k 4 mins. 0x00 前言书接前文,StatefulSet 专注处理应用的两类状态。 Read more »
深入剖析K8s筆記(StatefulSet之拓撲狀態) Posted on 2022-03-07 Edited on 2022-04-08 In Ops 3.2k 3 mins. 0x00 前言Q:有Deployment不就够了吗?StatefulSet 又是什么? Read more »
深入剖析K8s筆記(什麽是Deployment) Posted on 2022-03-05 Edited on 2022-04-08 In Ops 5.8k 5 mins. 0x00 前言开门见山,这篇blog的主角是Deployment。 Read more »
時鐘源的一次debug Posted on 2022-03-02 Edited on 2022-04-08 In Ops 8.5k 8 mins. 0x00 背景ntp不能同步。简单记录一下如何debug。 Read more »
深入剖析K8s筆記(Controller模型) Posted on 2022-02-19 Edited on 2022-04-08 In Ops 1.2k 1 mins. 0x00 前言Q:何为Controller? Read more »
从user.conf谈起 Posted on 2022-02-16 Edited on 2022-04-08 In Ops 4.9k 4 mins. 0x00 前言最近遇到一个问题,/etc/system/system.conf 和/etc/system/user.conf 的区别,没看到有很合适的笔记,简单记录一下。 Read more »
深入剖析K8s筆記(如何保證的Pod的健康) Posted on 2022-02-10 Edited on 2022-04-08 In Ops 4.4k 4 mins. 0x00 前言Q: healthy check除了监控Pod/Container状态外,有没有更细致,监控Container内服务状态的方法呢? Read more »
深入剖析K8s筆記(特殊的Volume) Posted on 2022-02-09 Edited on 2022-04-08 In Ops 7k 6 mins. 0x00 前言先上定义,Projected Volume。译作“投射数据卷” Read more »
深入剖析K8s筆記(Pod的對象們) Posted on 2022-02-06 Edited on 2022-04-08 In Ops 3.4k 3 mins. 0x00 引言编写yaml时很容易遇到的一个问题:什么属性属于Pod对象,而什么又属于Container对象? Read more »
深入剖析K8s筆記(爲什麽我們需要Pod) Posted on 2022-01-31 Edited on 2022-04-08 In Ops 4.4k 4 mins. 0x00 前言Pod,是Kubernetes项目的原子调度单位。但为什么是呢? Read more »