# Getting Started - Setup

### 🚀 Overview

From 7.5 release, Sunbird-ED has moved from a hybrid deployment model to a fully Kubernetes-native architecture. Previously, deployments were managed using Jenkins, Ansible, and Helm, with services split between Kubernetes and traditional VMs. Components like Neo4j, Cassandra, Redis, Postgres, Elasticsearch, Keycloak, Druid, Kafka, and Spark ran on VMs, requiring additional orchestration and configuration.<br>

With the new [Sunbird-ED Installer](https://github.com/project-sunbird/sunbird-ed-installer):

* ✅ All services run natively on Kubernetes.
* ✅ Easier deployment across multiple cloud providers.
* ✅ All building blocks are bundled and modular.
* ✅ Simplified installation and maintenance experience.

This makes it easier to spin up, manage, and scale Sunbird-ED environments.


---

# 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://ed.sunbird.org/use/getting-started.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.
