pull/62/head
Jimmy Song 2017-10-23 14:23:49 +08:00
parent a89a9376ee
commit 954c1b77d9
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
下面以在kubernetes1.6版本中部署zookeeper和kafka为例讲解StatefulSet的使用其中kafka依赖于zookeeper。
Dockerfile和配置文件见 [zookeeper](https://github.com/rootsongjc/kubernetes-handbook/blob/master/manifests/zookeeper) 和 [kafka](https://github.com/rootsongjc/kubernetes-handbook/blob/master/manifests/kafaka)。
Dockerfile和配置文件见 [zookeeper](https://github.com/rootsongjc/kubernetes-handbook/tree/master/manifests/zookeeper) 和 [kafka](https://github.com/rootsongjc/kubernetes-handbook/tree/master/manifests/kafka)。
**注:**所有的镜像基于CentOS系统的JDK制作为我的私人镜像外部无法访问。
**注:**所有的镜像基于CentOS系统的JDK制作为我的私人镜像外部无法访问yaml中没有配置持久化存储
## 部署Zookeeper