> For the complete documentation index, see [llms.txt](https://metalbear.com/mirrord/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metalbear.com/mirrord/docs/sharing-the-cluster.md).

# Sharing the Cluster

- [Overview](https://metalbear.com/mirrord/docs/sharing-the-cluster/overview.md): How mirrord makes it possible for developers to use the same cluster concurrently.
- [Managing Sessions](https://metalbear.com/mirrord/docs/sharing-the-cluster/sessions.md): View and manage active mirrord sessions in the cluster
- [Policies](https://metalbear.com/mirrord/docs/sharing-the-cluster/policies.md): Limiting available features for selected targets with mirrord for Teams
- [Outgoing Traffic Policies](https://metalbear.com/mirrord/docs/sharing-the-cluster/policies/outgoing-traffic-policies.md): Restricting which resources and endpoints can be accessed when using mirrord
- [Profiles](https://metalbear.com/mirrord/docs/sharing-the-cluster/profiles.md): Reusable mirrord config templates
- [Queue Splitting](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting.md)
- [Amazon SQS](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/sqs.md)
- [Kafka](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/kafka.md)
- [RabbitMQ](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/rabbitmq.md)
- [Google Cloud Pub/Sub](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/gcp-pubsub.md)
- [Azure Service Bus](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/azure-service-bus.md)
- [Redis Pub/Sub](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/redis-pubsub.md)
- [Temporal](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/temporal.md)
- [BullMQ](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/bullmq.md)
- [More](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/more.md)
- [Migrating to MirrordSplitConfig](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/more/migrating-to-mirrordsplitconfig.md)
- [Queue Splitting Status](https://metalbear.com/mirrord/docs/sharing-the-cluster/queue-splitting/status.md)
- [DB Branching](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching.md): How to use mirrord to spin up an isolated DB branch for safe development and testing DB migrations
- [MySQL](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/mysql.md): Spin up an isolated MySQL branch of your remote database with mirrord
- [MariaDB](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/mariadb.md): Spin up an isolated MariaDB branch of your remote database with mirrord
- [PostgreSQL](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/postgresql.md): Spin up an isolated PostgreSQL branch of your remote database with mirrord
- [MSSQL](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/mssql.md): Spin up an isolated Microsoft SQL Server branch of your remote database with mirrord
- [MongoDB](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/mongodb.md): Spin up an isolated MongoDB branch of your remote database with mirrord
- [Redis](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/redis.md): Spin up an isolated Redis branch with mirrord - in the cluster or on your own machine
- [DynamoDB](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/dynamodb.md): Spin up an isolated DynamoDB branch of your remote tables with mirrord
- [ClickHouse](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/clickhouse.md): Spin up an isolated ClickHouse branch of your remote database with mirrord
- [CockroachDB](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/cockroachdb.md): Spin up an isolated CockroachDB branch of your remote database with mirrord
- [Google Spanner](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/spanner.md): Spin up an isolated Google Cloud Spanner branch of your remote database with mirrord
- [Generic](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/generic.md): Branch any stateful service with mirrord by supplying your own container image
- [More](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/more.md)
- [Connection Modes](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/more/connection.md): How mirrord locates your source database connection details for DB branching
- [IAM Authentication](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/more/iam-authentication.md): Use AWS RDS or GCP Cloud SQL IAM authentication with mirrord DB branching
- [Schema Migrations](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/more/migrations.md): Automatically run schema migrations against a mirrord DB branch
- [Branch Management](https://metalbear.com/mirrord/docs/sharing-the-cluster/db-branching/more/management.md): How to manage isolated mirrord DB branches for visibility and control


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://metalbear.com/mirrord/docs/sharing-the-cluster.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
