|
| 1 | +--- |
| 2 | +title: "On-Premises Deployments" |
| 3 | +sidebarTitle: "On-Prem" |
| 4 | +icon: "box" |
| 5 | +--- |
| 6 | + |
| 7 | +Deploy Codegen on your own infrastructure with complete control over your data and development environment. |
| 8 | + |
| 9 | +<Warning> |
| 10 | + On-premises deployment is available for [Enterprise |
| 11 | + tier](https://codegen.com/pricing) customers. |
| 12 | +</Warning> |
| 13 | + |
| 14 | +## How It Works |
| 15 | + |
| 16 | +Codegen is built as a cloud-native Kubernetes application designed for secure, self-hosted deployment. Our architecture allows you to run the entire platform within your own infrastructure while leveraging [your own AI models and API keys](/settings/model-configuration) for complete control over data processing. This deployment model is ideal for teams with stringent data sovereignty requirements, air-gapped environments, or compliance mandates that require all code and development activities to remain within corporate boundaries. |
| 17 | + |
| 18 | +## Deployment Options |
| 19 | + |
| 20 | +Choose the deployment method that best fits your infrastructure: |
| 21 | + |
| 22 | +<CardGroup cols={3}> |
| 23 | + <Card title="Docker Image" icon="docker"> |
| 24 | + Deploy using our containerized solution on any Docker-compatible platform |
| 25 | + </Card> |
| 26 | + <Card title="AWS AMI" icon="aws"> |
| 27 | + Launch pre-configured instances directly from Amazon Machine Images |
| 28 | + </Card> |
| 29 | + <Card title="Amazon EKS" icon="kubernetes"> |
| 30 | + Deploy on managed Kubernetes with full AWS integration |
| 31 | + </Card> |
| 32 | +</CardGroup> |
| 33 | + |
| 34 | +<Tip> |
| 35 | + All deployment options are built on our Kubernetes-native architecture, |
| 36 | + ensuring seamless integration with your existing infrastructure. |
| 37 | +</Tip> |
| 38 | + |
| 39 | +## Key Benefits |
| 40 | + |
| 41 | +<CardGroup cols={2}> |
| 42 | + <Card title="Complete Data Sovereignty" icon="shield-check"> |
| 43 | + Your code and data never leave your infrastructure - maintain full control |
| 44 | + over your intellectual property |
| 45 | + </Card> |
| 46 | + <Card |
| 47 | + title="Your Own AI Models" |
| 48 | + icon="cpu" |
| 49 | + href="/settings/model-configuration" |
| 50 | + > |
| 51 | + Use your own API keys with AWS Bedrock, Google Vertex AI, and other |
| 52 | + providers |
| 53 | + </Card> |
| 54 | +</CardGroup> |
| 55 | + |
| 56 | +<Note> |
| 57 | + Coming soon: Deploy directly from AWS Marketplace with simplified billing and |
| 58 | + procurement. |
| 59 | +</Note> |
| 60 | + |
| 61 | +## Enterprise Features |
| 62 | + |
| 63 | +Enterprise customers receive comprehensive deployment support: |
| 64 | + |
| 65 | +- **Priority Support** - Dedicated channels and faster response times |
| 66 | +- **Custom Configuration** - Tailored deployment plans for your specific requirements |
| 67 | +- **Security Integration** - Works with your existing security tools and compliance policies |
| 68 | +- **Multi-Region Support** - High-availability configurations across multiple clusters |
| 69 | + |
| 70 | +<Warning> |
| 71 | + Air-gapped environments and offline deployments are supported with special |
| 72 | + configuration. |
| 73 | +</Warning> |
| 74 | + |
| 75 | +## Getting Started |
| 76 | + |
| 77 | +<Card |
| 78 | + title="Contact Enterprise Sales" |
| 79 | + icon="phone" |
| 80 | + href="https://codegen.com/contact" |
| 81 | +> |
| 82 | + Ready to deploy on your infrastructure? Our enterprise team will create a |
| 83 | + custom deployment plan for your organization. |
| 84 | +</Card> |
| 85 | + |
| 86 | +<Tip> |
| 87 | + Enterprise customers get direct access to our engineering team for deployment |
| 88 | + assistance and ongoing optimization reviews. |
| 89 | +</Tip> |
0 commit comments