# New Installation

After reviewing the system prerequisites and preparing your environment, you can proceed with installing Nected. Based on your infrastructure setup and intended use, Nected supports two installation methods:

* **Docker Compose** – For local development and testing
* **Kubernetes (Helm)** – For production and staging environments
* **Aws Marketplace** - For production level deployment
* **Terraform -** For full-scale, infrastructure-as-code deployments on Azure

This section provides links to detailed guides for both methods.

### Installation Methods

| Method                 | Recommended For                                                                | Description                                                                                                                                                                                                                                          |
| ---------------------- | ------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Docker Compose**     | Local testing, evaluation, development                                         | Installs Nected on a single machine using Docker Compose. Ideal for quick setup, feature validation, and building rule logic. Not suitable for production.                                                                                           |
| **Kubernetes**         | Production, staging, distributed workloads                                     | Installs Nected on a Kubernetes cluster using official Helm charts. Supports autoscaling, high availability, and full cloud-native integrations.                                                                                                     |
| **Amazon Marketplace** | <p></p><p>Enterprise production deployments requiring AWS compliance</p>       | The Nected AWS Marketplace offering provides a one-click deployment solution that automatically provisions all necessary AWS infrastructure components and installs Nected on Amazon EKS using CloudFormation templates and Helm charts.             |
| **Terraform**          | Enterprise-grade Azure deployments, teams requiring reproducible IaC workflows | Deploys the entire Nected stack on Microsoft Azure using Terraform. This method provisions networking, AKS, managed PostgreSQL, Redis, Elasticsearch, DNS records, SSL, and all runtime services through versioned, declarative infrastructure code. |

Each method includes step-by-step instructions, value file configurations, and service validation procedures.

### Continue Installation:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Docker Compose</strong></td><td>Deploy Nected as a single container using Docker. Ideal for local testing, development, and small-scale use cases.</td><td><a href="https://4290782554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLg716fCfV8IUwXQygkTG%2Fuploads%2Fb1REIH16QUty7WR2KZha%2FDocker.png?alt=media&#x26;token=c67de193-5b6b-48ff-9c84-9bb33ba048b6">Docker.png</a></td><td><a href="new-installation/docker">docker</a></td></tr><tr><td><strong>Kubernetes</strong></td><td>Deploy Nected on Kubernetes for a production-grade setup with automatic scaling, load balancing, and high availability.</td><td><a href="https://4290782554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLg716fCfV8IUwXQygkTG%2Fuploads%2F2FlQFYoKN65zMx063QxX%2FKubernetes.png?alt=media&#x26;token=96dfc49b-d9c4-48ff-99f4-55210fc2bbfa">Kubernetes.png</a></td><td><a href="new-installation/kubernetes">kubernetes</a></td></tr><tr><td><strong>Amazon Marketplace</strong></td><td>Deploy Nected directly from the AWS Marketplace with pre-configured infrastructure and automated setup.</td><td><a href="https://4290782554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLg716fCfV8IUwXQygkTG%2Fuploads%2FzwYtOoikXI2wRdDqiomf%2FAWS%20Marketplace%20(1).png?alt=media&#x26;token=1d273746-becf-4539-b86d-2dc30676cd21">AWS Marketplace (1).png</a></td><td><a href="new-installation/aws-marketplace">aws-marketplace</a></td></tr><tr><td><strong>Terraform</strong></td><td>Deploy Nected on Azure with a fully managed Terraform setup built for production workloads.</td><td><a href="https://4290782554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLg716fCfV8IUwXQygkTG%2Fuploads%2FqSG2r8XUuCM6G6OxkW5d%2Fterraform.png?alt=media&#x26;token=8dc3fe73-04c8-4c9f-895c-152d57328c84">terraform.png</a></td><td><a href="new-installation/terraform">terraform</a></td></tr></tbody></table>
