Ksctl Components

Place of all the documentation for the Operators used specifically for k8s clusters

Components

  • ksctl agent
  • ksctl stateimporter
  • ksctl application controller

Sequence diagram on how its deployed

flowchart TD
Base(Ksctl Infra and Bootstrap) -->|Cluster is created| KC(Ksctl controller)
KC -->|Creates| Storage{storageProvider=='local'}
Storage -->|Yes| KSI(Ksctl Storage Importer)
Storage -->|No| KA(Ksctl Agent)
KSI -->KA
KA -->|Health| D(Deploy other ksctl controllers)

Ksctl Agent

Documentation on ksctl agent

Ksctl Application Controller

Documentation on ksctl application controller

Ksctl State-Importer

Documentation on ksctl stateimporter


Last modified July 12, 2024: added version based docs (39275d5)