Skip to content

Commit 73793b4

Browse files
authored
Update README.md
1 parent 5a8c43c commit 73793b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/kube-dev-01-26/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Recap
44

5-
From the last lecture, we learned to use the Kubernetes built-in resources to deploy the ZooKeeper ensemble. We used Pod resources to deploy ZooKeeper container, and PVC resources to deploy storage. We learned that Kubernetes provides the StatefulSet resource, creating a layer of abstraction over Pods and PVCs.
5+
We learned to use the Kubernetes built-in resources to deploy the ZooKeeper ensemble. We used Pod resources to deploy ZooKeeper container, and PVC resources to deploy storage. We learned that Kubernetes provides the StatefulSet resource, creating a layer of abstraction over Pods and PVCs.
66

77
Remember the State-Reconciliation Principle, where the controller reconciles the system state to match the resources declared in the etcd. For the Pod controller, the **system state** managed by the Pod controller is the containers running in the system. For the PVC controller, the system state is the volumes on the disk.
88

@@ -106,4 +106,4 @@ spec:
106106
replicas: 5
107107
```
108108

109-
**Now try this with the operator you picked!**
109+
**Now try this with the operator you picked!**

0 commit comments

Comments
 (0)