Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
342 changes: 337 additions & 5 deletions products/kubernetes-operator/guides/configuration.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions products/kubernetes-operator/guides/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The ClickHouse Operator automatically replicates database definitions across all
### What Gets Replicated {#what-gets-replicated}

The operator synchronizes:
- [Replicated](/reference/engines/database-engines/replicated) database definitions
- [Replicated](/core/reference/engines/database-engines/replicated) database definitions
- Integration database engines (PostgreSQL, MySQL, etc.)

The operator does **not** synchronize:
Expand All @@ -114,7 +114,7 @@ The operator does **not** synchronize:
<Tip>
**Best practice**

Always use the [Replicated](/reference/engines/database-engines/replicated) database engine for production deployments.
Always use the [Replicated](/core/reference/engines/database-engines/replicated) database engine for production deployments.
</Tip>

Benefits:
Expand Down
Loading