title | summary | toc |
---|---|---|
Cloud Deployment |
Learn how to deploy CockroachDB on Google Cloud Platform GCE or AWS. |
false |
Use the following guides to deploy CockroachDB to popular cloud platforms:
If we don't have a guide for your platform, you can deploy CockroachDB to any cloud environment using the following steps:
-
Create firewall rules to allow TCP communication on the following ports:
- 26257 (
tcp:26257
) for nodes to join clusters and connect with applications - 8080 (
tcp:8080
) to expose your Admin UI
- 26257 (
-
Manually deploy CockroachDB using one of the following steps:
- Secure deployments
- Insecure deployments (not recommended for production)