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

# Platform Operator

Starting with Domino 6.0.0, the Platform Operator is the **only** supported path for managing your Domino cluster’s service layer.

This includes:

* Installing Domino.

* Upgrading Domino.

* Keeping your Domino cluster in sync with the desired state.

The Platform Operator is constituted of a few components:

* The Operator itself, which is packaged as a Helm chart.

* The `ddlctl` command line interface.

The `ddlctl` command line can be used for:

* Bootstrapping a new (or existing) Domino cluster with the operator and Domino custom resource.

* Installing and/or upgrading the operator.

* Installing and/or upgrading Domino.

* Interacting with Domino resources.

Detailed information can be found in these topics:

* The Domino Platform Operator is a Kubernetes operator that manages the lifecycle of Domino on Kubernetes. Find out [how it works](/6.3/admin/installation/platform-operator/overview).

* Learn how to [work with the ddlctl command line](/6.3/admin/installation/platform-operator/ddlctl), including how to [install](/6.3/admin/installation/platform-operator/ddlctl/install) and [upgrade](/6.3/admin/installation/platform-operator/ddlctl/upgrade) it.

* Get the steps to [install the Platform Operator](/6.3/admin/installation/platform-operator/install).

* Get the steps to [upgrade the Platform Operator](/6.3/admin/installation/platform-operator/upgrade).

* Find out more about [drift detection](/6.3/admin/installation/platform-operator/drift).
