diff --git a/documentdb-local/index.md b/documentdb-local/index.md index d11203d..086af1e 100644 --- a/documentdb-local/index.md +++ b/documentdb-local/index.md @@ -170,6 +170,14 @@ For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ ``` +## Beyond local development + +DocumentDB Local runs a single container on one machine, with no replication and no failover, which is what makes it convenient for development and testing. For other ways to run DocumentDB: + +- [Kubernetes Operator](https://documentdb.io/docs/kubernetes-operator/) - run DocumentDB as a replicated service, with automatic failover, backup and restore, and rolling upgrades. +- [Pre-built packages](https://documentdb.io/docs/getting-started/prebuilt-packages/) - add the DocumentDB extension to a PostgreSQL server you already run. + + ## Reporting issues If you encounter issues with using this version of DocumentDB, open an issue in the GitHub repository () and tag it with the label `documentdb-local`. diff --git a/readme.md b/readme.md index 504e0fc..f373402 100644 --- a/readme.md +++ b/readme.md @@ -31,6 +31,7 @@ Documentation articles are stored in the following folders: - `/architecture` - `/documentdb-local` - `/getting-started` +- `/kubernetes-operator` - `/postgres-api` Each folder contains Markdown files (*\*.md*) and a *navigation.yml* file. Markdown files require the following YAML front matter metadata: