# Overview

PerfectScale can be deployed as a Managed SaaS or On-premise Self-hosted platform.

## Prerequisites

Before starting, there are some prerequisites you need to consider:

1. A Kubernetes cluster.
2. A fully configured [kubectl](https://kubernetes.io/docs/tasks/tools/) command-line interface with permissions on your local machine allows you to create a Namespace, ServiceAccount, ClusterRole, ClusterRoleBinding, Deployment, Service, and Secret.
3. Installed [Helm](https://helm.sh/docs/intro/install/) (minimal supported version **3.5**).

## How to start?

Getting started with PerfectScale is fast and seamless. Cluster onboarding takes just a few minutes, with flexible options to match your specific needs. Use one of the following guides to walk through the process and complete the setup smoothly:

:star: [Onboard a cluster using the UI](https://docs.perfectscale.io/getting-started/how-to-onboard-a-cluster) - simple, minimum-steps approach to start optimizing.

:robot: [Onboard clusters programmatically](https://docs.perfectscale.io/getting-started/onboarding-clusters-programmatically) - for those who want to provision clusters dynamically.

:woman\_singer: [Onboarding with ArgoCD](https://docs.perfectscale.io/getting-started/onboarding-with-argocd) - for GitOps-driven deployments fans.

{% hint style="info" %}
The customers who have access to the DoiT Kubernetes Lens also have access to their PerfectScale tenant with an [**Admin role**](https://docs.perfectscale.io/administration/rbac-or-roles-and-permissions).
{% endhint %}


---

# 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.perfectscale.io/getting-started/overview.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.
