Spaces:
Sleeping
Sleeping
File size: 1,170 Bytes
ad8da65 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# 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> ``` |