# Concepts & Limits (Neon Kubernetes Engine)

Neon Kubernetes Engine (NKE) provides **managed Kubernetes** with versioned control planes and node pools.

> Insert screenshot of **Kubernetes → Clusters** here

## Key concepts 💡

* **Cluster:** Managed control plane with one or more **node pools**
* **Node pool:** Set of worker nodes sharing the same size/image
* **Versioning:** Supported K8s releases with scheduled deprecation
* **Networking:** VPC-attached; supports LoadBalancers and Ingress
* **Storage:** CSI-backed persistent volumes from block storage tiers

## Typical limits (example)

| Item                 | Default      | Notes                       |
| -------------------- | ------------ | --------------------------- |
| Clusters per project | 5            | Per region                  |
| Nodes per cluster    | 50           | Across all pools            |
| Node pool count      | 10           | Per cluster                 |
| PV size              | Up to 10 TiB | Depends on tier             |
| K8s versions         | N, N-1       | Oldest retired periodically |

> Actual limits may vary by region/plan; see **Quotas**.


---

# 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.neoncloud.com/products/kubernetes/concepts-and-limits-neon-kubernetes-engine.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.
