Skip to content

Commit 32f5d07

Browse files
committed
Update KOTS install overview
1 parent b7919bc commit 32f5d07

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

docs/enterprise/installing-overview.md

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,29 @@
1-
# About Installing an Application
2-
3-
This topic provides an introduction to installing with Replicated KOTS, including options to consider before installing.
4-
5-
## Overview
6-
7-
You can use Replicated KOTS to install applications into various environments, with or without existing Kubernetes clusters. The installation options include online and air gapped clusters, and support managed offerings such as EKS, GKE, AKS, and more.
8-
9-
## Considerations Before Installing
1+
# Considerations Before Installing
102

113
Before you install an application, consider the following installation options.
124

13-
### Installations With or Without an Existing Cluster
5+
<!-- ### Installations With or Without an Existing Cluster
146
157
With KOTS, you can install an application in one of two ways:
168
* **With an existing cluster**: You can install an application in an existing Kubernetes cluster that meets the system requirements. For more information, see [Existing Cluster Requirements](installing-general-requirements#existing-cluster-requirements) in _Installation Requirements_.
179
* **Without an existing cluster**: If you do not have an existing Kubernetes cluster, you can install in a virtual machine or a bare metal server. For more information, see [kURL Requirements](installing-general-requirements#kurl-requirements) in _Installation Requirements_.
1810
19-
Most software vendors support both options and require the customer to determine their preferred method of deployment.
11+
Most software vendors support both options and require the customer to determine their preferred method of deployment. -->
2012

21-
### Internet-Connected or Air Gap Installations
13+
### Online (Internet-Connected) or Air Gap Installations
2214

2315
Most Kubernetes clusters are able to make outbound internet requests. Inbound access is never recommended or required.
2416
As such, most cluster operators are able to perform an online installation.
2517

2618
If the target cluster does not have outbound internet access, the application can also be delivered through an air gap installation.
2719

28-
To install an application in an air gapped environment, the cluster must have access to an image registry. In this case, KOTS re-tags and pushes all images to the target registry. KOTS supports installations in air gapped environments on both existing clusters and on clusters created by the kURL installer.
20+
To install an application in an air-gapped environment, the cluster must have access to an image registry. In this case, KOTS re-tags and pushes all images to the target registry.
2921

30-
For information about installing in air gapped environments:
31-
* **Existing clusters**: See [Air Gap Installation in Existing Clusters](installing-existing-cluster-airgapped)
32-
* **Embedded clusters with kURL**: See [Air Gap Installation with kURL](installing-kurl-airgap)
22+
For information about installing with KOTS in air-gapped environments, see [Air Gap Installation in Existing Clusters](installing-existing-cluster-airgapped).
3323

34-
### Existing Cluster Installations into Hardened Environments
24+
### Hardened Environments
3525

36-
By default, KOTS Pods and containers are not deployed with a specific security context. For existing cluster installations into a hardened environment, you can use the `--strict-security-context` flag with the installation command so that KOTS runs with a strict security context for Pods and containers.
26+
By default, KOTS Pods and containers are not deployed with a specific security context. For installations into a hardened environment, you can use the `--strict-security-context` flag with the installation command so that KOTS runs with a strict security context for Pods and containers.
3727

3828
For more information about the security context enabled by the `--strict-security-context` flag, see [kots install](/reference/kots-cli-install).
3929

@@ -44,15 +34,17 @@ This is useful to enable CVE scans, image policy validation, and other pre-deplo
4434

4535
For information about image registry requirements, see [Private Registry Requirements](installing-general-requirements#private-registry-requirements).
4636

47-
### Automated Installation
37+
### Automated (Headless) Installation
4838

49-
You can automate application installation in online, air gap, existing cluster, and embedded cluster environments using the KOTS CLI. In an automated installation, you provide all the information required to install and deploy the application with the `kots install` command, rather than providing this information in the Replicated Admin Console.
39+
You can automate application installation in online and air-gapped environments using the KOTS CLI. In an automated installation, you provide all the information required to install and deploy the application with the `kots install` command, rather than providing this information in the Replicated Admin Console.
5040

51-
For more information, see [Installing with Automation](/enterprise/installing-existing-cluster-automation).
41+
For more information, see [Installing with the CLI](/enterprise/installing-existing-cluster-automation).
5242

5343
### KOTS Installations Without Object Storage
5444

55-
The Replicated Admin Console requires persistent storage for state. For existing cluster installations, KOTS deploys MinIO for object storage by default. For embedded cluster installations with Replicated kURL, the object storage provider is either MinIO or Rook, depending on which add-on your software vendor included in the kURL installer specification.
45+
The KOTS Admin Console requires persistent storage for state. KOTS deploys MinIO for object storage by default.
46+
47+
<!-- For existing cluster installations, KOTS deploys MinIO for object storage by default. For embedded cluster installations with Replicated kURL, the object storage provider is either MinIO or Rook, depending on which add-on your software vendor included in the kURL installer specification. -->
5648

5749
You can optionally install KOTS without object storage. When installed without object storage, KOTS deploys the Admin Console as a Statefulset with an attached PersistentVolume (PV) instead of as a deployment.
5850

0 commit comments

Comments
 (0)