docs/content/stable/yugabyte-platform/yba-overview-install.md
At a high level, you perform the following tasks to install and use YugabyteDB Anywhere to manage database deployments:
Decide on the type of provider configuration you will use.
The provider you choose depends on where you will deploy universes (on your own machines, in the cloud, on Kubernetes), and the permissions you can grant to YugabyteDB Anywhere to perform its tasks.
Prepare your infrastructure.
Set up the cloud permissions, users, networking, and servers needed to install YugabyteDB Anywhere and deploy universes. How you prepare your infrastructure depends on the types of providers you want to support.
Install the management software (that is, YugabyteDB Anywhere).
Using YBA Installer, install YugabyteDB Anywhere on a VM.
Create a Provider Configuration using YugabyteDB Anywhere.
The provider configuration stores details of the cloud environment where you will deploy your universes.
Create a database cluster (also referred to as a Universe) using YugabyteDB Anywhere.
YugabyteDB Anywhere uses the details in the provider configuration to configure and deploy the universe. If using Kubernetes, using Helm charts or the Kubernetes operator is also possible.
See Create universes.
{{< warning title="Keep the control plane separate from the data plane" >}} Don't install YugabyteDB Anywhere on servers that you will use for database clusters, and vice-versa. {{< /warning >}}
To install YugabyteDB Anywhere and be able to deploy YugabyteDB universes requires the following prerequisites:
These are required when using Kubernetes or a public cloud provider (AWS, GCP, or Azure). Cloud permissions are not required when using an on-premises provider.
Server hardware and software
To track your progress while you prepare your infrastructure, you can use the following checklists:
See Prepare your infrastructure for instructions on meeting these prerequisites.
If you have development, staging, and production environments (with multiple clusters per environment), deploy one YugabyteDB Anywhere instance (or active/passive high availability pair) for each environment.
YugabyteDB Anywhere can be deployed to on-premises VMs, public cloud VMs, or Kubernetes. The same is true for database clusters. While these are usually de-coupled and independent deployment decisions, if you want to deploy a database cluster to Kubernetes, YugabyteDB Anywhere must also be deployed on Kubernetes.