Skip to content

Commit 1cf62a4

Browse files
authored
Update README.md
1 parent a4f8ac8 commit 1cf62a4

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
@@ -1,8 +1,8 @@
1-
# Operator Tutorial
1+
# Kubernetes Operator Tutorial
22

33
## Recap
44

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.
5+
We [learned to use the Kubernetes built-in resources to deploy the ZooKeeper ensemble](https://github.com/xlab-uiuc/kube-523/blob/main/demo/kube-dev-01-24/README.md). 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

0 commit comments

Comments
 (0)