We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed4596 commit e92353dCopy full SHA for e92353d
examples/zookeeper/README.md
@@ -1,6 +1,10 @@
1
Replicated ZooKeeper Template
2
=============================
3
4
+WARNING: This is a toy example and is NOT SUITABLE FOR PRODUCTION USE. It
5
+instantiates Pods directly rather than through a StatefulSet object, therefore
6
+the Pods are not resilient in face of an application crash or eviction.
7
+
8
ZooKeeper is a distributed, open-source coordination service for distributed
9
applications. It exposes a simple set of primitives that distributed
10
applications can build upon to implement higher level services for
0 commit comments