Overview of Replicated KOTS
mainReplicated KOTS (Kubernetes Off-The-Shelf) is a suite of tools for distributing and managing Kubernetes applications. It consists of two primary components:
- Kots CLI: A
kubectlplugin used as a client-side binary to configure and build dynamic Kubernetes manifests. It also acts as the bootstrapper for the in-cluster Admin Console. - kotsadm (Admin Console): An in-cluster application that automates core Kots CLI tasks, including license verification, configuration, updates, image renaming, version controlling changes, and deployment. It also handles preflight checks and support bundle analysis.