# 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="/files/dicFHI5ypHKrikPf7N7h">/files/dicFHI5ypHKrikPf7N7h</a></td><td><a href="/pages/bN7tnBeb9MBzjkxouzLt">/pages/bN7tnBeb9MBzjkxouzLt</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="/files/9s0OzzgwGBfOQ8jI74TJ">/files/9s0OzzgwGBfOQ8jI74TJ</a></td><td><a href="/pages/draDg5JNPK3oI4uEs4s6">/pages/draDg5JNPK3oI4uEs4s6</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="/files/VPOei42KNsyHUSsWLl6r">/files/VPOei42KNsyHUSsWLl6r</a></td><td><a href="/pages/6ii6aj7zqu9UC2HnyOSC">/pages/6ii6aj7zqu9UC2HnyOSC</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="/files/WQYmzciS4w7BFBNMR4Pv">/files/WQYmzciS4w7BFBNMR4Pv</a></td><td><a href="/pages/dk0R7QnxAxPSIB5L6AmV">/pages/dk0R7QnxAxPSIB5L6AmV</a></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.nected.ai/nected-docs/self-hosting/new-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
