maxcembalest's picture
Upload 184 files
ad8da65
# Kubernetes Installation
This section covers the steps required for installing Arthur on a Kubernetes cluster. There are separate steps required for online and airgapped installations. An additional set of instructions are also available for installing Arthur that’s scoped within a K8s namespace.
## {doc}`kubernetes-preparation/index`
This section shows how to configure a Kubernetes cluster to install Arthur.
## {doc}`k8s_install_online`
This page shows how to install Arthur into an online Kubernetes installation.
## {doc}`k8s_install_airgapped`
This page shows how to install Arthur into an airgapped Kubernetes installation.
## {doc}`k8s_install_airgapped_cli`
This page shows how to install Arthur into an online Kubernetes installation via a command-line interface.
## {doc}`k8s_install_namespace_scoped`
This page shows how to install Arthur into a Kubernetes cluster with namespace scoped privileges.
```{toctree}
:maxdepth: 2
:hidden:
Configuring Kubernetes <kubernetes-preparation/index>
Online <k8s_install_online>
Airgapped <k8s_install_airgapped>
Airgapped CLI <k8s_install_airgapped_cli>
Namespace Scoped <k8s_install_namespace_scoped>
```