# ZooKeeper协调服务

Apache ZooKeeper 是分布式应用的协调服务，提供配置管理、命名服务、分布式锁等核心功能。本章节涵盖 ZooKeeper 概念、安装部署、集群搭建及 Java 客户端使用。

## 学习路径

```
Zookeeper简介及核心概念 → Zookeeper安装 → Zookeeper集群搭建
                                ↓
                  Zookeeper常用命令 → Zookeeper Java客户端
```

## 章节内容

* [Zookeeper简介及核心概念](/qkd90/13zookeeper-xie-tiao-fu-wu/zookeeper-jian-jie-ji-he-xin-gai-nian.md) - ZNode、Watch、ACL 模型
* [Zookeeper安装](/qkd90/13zookeeper-xie-tiao-fu-wu/zookeeper-an-zhuang.md) - 单机模式部署
* [Zookeeper集群搭建](/qkd90/13zookeeper-xie-tiao-fu-wu/zookeeper-ji-qun-da-jian.md) - 伪分布式与完全分布式集群
* [Zookeeper常用命令](/qkd90/13zookeeper-xie-tiao-fu-wu/zookeeper-chang-yong-ming-ling.md) - ZooKeeper Shell 操作指南
* [Zookeeper Java客户端](/qkd90/13zookeeper-xie-tiao-fu-wu/zookeeper-java-ke-hu-duan.md) - 原生 API 与 Curator 框架


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qiangrens-organization.gitbook.io/qkd90/13zookeeper-xie-tiao-fu-wu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
