> ## Documentation Index
> Fetch the complete documentation index at: https://www.qovery.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How Qovery Works

> Understand the architecture behind Qovery's DevOps Automation Platform

## The Big Picture

Qovery extends Kubernetes into a **production-ready super orchestrator** that manages not just containers, but your entire cloud infrastructure—databases, storage, serverless functions, and more—all orchestrated through Kubernetes.

<img src="https://mintcdn.com/qovery/0EBNpaSZYYZMFVPC/images/qovery-architecture.svg?fit=max&auto=format&n=0EBNpaSZYYZMFVPC&q=85&s=9515baa5cc79e9a6de3dfcb455bee6c4" alt="Qovery Architecture - Five products running on Kubernetes across multiple cloud providers" className="light-mode-only" width="726" height="374" data-path="images/qovery-architecture.svg" />

<img src="https://mintcdn.com/qovery/0EBNpaSZYYZMFVPC/images/qovery-architecture-dark.svg?fit=max&auto=format&n=0EBNpaSZYYZMFVPC&q=85&s=d6d00a76f8907c062e78481299dae2c8" alt="Qovery Architecture - Five products running on Kubernetes across multiple cloud providers" className="dark-mode-only" width="726" height="374" data-path="images/qovery-architecture-dark.svg" />

## Why Kubernetes?

Kubernetes was designed for infrastructure operators—not developers. Qovery bridges this gap by adding:

* **Developer Experience** - Deploy without Kubernetes expertise
* **Production Readiness** - Security, monitoring, and compliance built-in
* **Multi-Cloud** - Works on AWS, GCP, Azure, Scaleway, on-premise
* **Universal Orchestration** - Manages containers, databases, Terraform, and more

## The Five Products

Qovery's architecture consists of five integrated products:

<CardGroup cols={2}>
  <Card title="Provision" icon="https://mintcdn.com/qovery/Nvnl0g5BHzA0XQmy/images/logos/provision-logo-only.svg?fit=max&auto=format&n=Nvnl0g5BHzA0XQmy&q=85&s=d9dfd101a069e628c207134d4f4bb140" href="/getting-started/guides/qovery-101/provision" width="80" height="89" data-path="images/logos/provision-logo-only.svg">
    Manage Kubernetes clusters across any cloud. Deploy infrastructure as code with Terraform.
  </Card>

  <Card title="Deploy" icon="https://mintcdn.com/qovery/Nvnl0g5BHzA0XQmy/images/logos/deploy-logo-only.svg?fit=max&auto=format&n=Nvnl0g5BHzA0XQmy&q=85&s=9d06cb34b59bda02be930658a9f43d4d" href="/getting-started/guides/qovery-101/deploy" width="82" height="87" data-path="images/logos/deploy-logo-only.svg">
    GitOps-based deployment for applications, databases, and services. Automatic builds and rollbacks.
  </Card>

  <Card title="Observe" icon="https://mintcdn.com/qovery/Nvnl0g5BHzA0XQmy/images/logos/observe-logo-only.svg?fit=max&auto=format&n=Nvnl0g5BHzA0XQmy&q=85&s=f48c561c5572deb9dc9491f734e62763" href="/getting-started/guides/qovery-101/observe" width="82" height="86" data-path="images/logos/observe-logo-only.svg">
    Unified observability with correlated metrics, logs, and events across your stack.
  </Card>

  <Card title="Optimize" icon="https://mintcdn.com/qovery/Nvnl0g5BHzA0XQmy/images/logos/optimize-logo-only.svg?fit=max&auto=format&n=Nvnl0g5BHzA0XQmy&q=85&s=3dd1dbfc3ec71de273acadfff46e38ed" href="/getting-started/guides/qovery-101/optimize" width="82" height="95" data-path="images/logos/optimize-logo-only.svg">
    Intelligent cost tracking and optimization recommendations for Kubernetes and apps.
  </Card>

  <Card title="Secure" icon="https://mintcdn.com/qovery/Nvnl0g5BHzA0XQmy/images/logos/secure-logo-only.svg?fit=max&auto=format&n=Nvnl0g5BHzA0XQmy&q=85&s=a9a81be3df561fc2e2a8f31d53d4a0a0" href="/getting-started/guides/qovery-101/secure" width="80" height="92" data-path="images/logos/secure-logo-only.svg">
    Built-in security and compliance for SOC2, GDPR, HIPAA, HDS, and DORA.
  </Card>
</CardGroup>

## Your Infrastructure, Your Control

Unlike traditional PaaS (Heroku, Platform.sh), Qovery runs on **your own cloud accounts**:

* **Full Ownership** - Your infrastructure, your rules
* **No Vendor Lock-in** - Standard Kubernetes underneath
* **Cost Transparency** - Direct cloud billing, no markup
* **Data Sovereignty** - Data stays in your chosen region

## Three Layers of Abstraction

### 1. Multiple Interfaces

Work with Qovery through your preferred method:

* **Web Console** - Visual interface for teams
* **[CLI](/cli/overview)** - Command-line for developers
* **[Terraform](/terraform/overview)** - Infrastructure as Code
* **[API](/api/overview)** - Programmatic control
* **[MCP Server](/copilot/mcp-server)** - AI agent integration

### 2. Production-Ready Features

Qovery adds what Kubernetes lacks:

* **Automatic HTTPS** - Free SSL via Let's Encrypt
* **GitOps Workflow** - Auto-deploy on Git push
* **Preview Environments** - Per-pull-request environments
* **Database Management** - Provision PostgreSQL, MySQL, MongoDB, Redis
* **Secrets Management** - Encrypted storage with audit logs
* **Cost Tracking** - Real-time spend visibility

### 3. Universal Orchestration

Manage **any cloud resource** from Kubernetes:

| Resource Type  | Examples                         |
| -------------- | -------------------------------- |
| **Containers** | Docker images, applications      |
| **Databases**  | RDS, Cloud SQL, Azure Database   |
| **Storage**    | S3, Cloud Storage, Azure Blob    |
| **Serverless** | Lambda, Cloud Functions, Workers |
| **Networking** | VPCs, load balancers, DNS        |
| **Custom**     | Any Terraform module             |

This means **one control plane** for your entire cloud infrastructure.

## The Workflow

<Steps>
  <Step title="Connect Git">
    Link GitHub, GitLab, or Bitbucket
  </Step>

  <Step title="Configure">
    Set app settings, variables, resources
  </Step>

  <Step title="Deploy">
    Push code → Qovery builds and deploys automatically
  </Step>

  <Step title="Scale & Monitor">
    Track metrics, scale, optimize—all from one interface
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/getting-started/quickstart">
    Deploy your first app in 15 minutes
  </Card>

  <Card title="Core Concepts" icon="book" href="/getting-started/basic-concepts">
    Learn essential terminology
  </Card>

  <Card title="Platform Products" icon="graduation-cap" href="/getting-started/guides/qovery-101/provision">
    Deep dive into all five products
  </Card>

  <Card title="Configuration" icon="sliders" href="/configuration/overview">
    Explore all configuration options
  </Card>
</CardGroup>
