1. 1. Intro
  2. 2. Quick Start
  3. 3. Configuration
    1. 3.1. KubeSerial
    2. 3.2. Devices
    3. 3.3. Managers
      1. 3.3.1. Manager scheduled by KubeSerial
      2. 3.3.2. Managed externaly
  4. 4. Components
    1. 4.1. Controllers
    2. 4.2. Device Monitor
    3. 4.3. Device Gateway
    4. 4.4. Manager
  5. 5. Development

KubeSerial

Controller

Manages operator components by observing state of each of the devices.

  • Controller Loops
    • KubeSerial Controller
    • SerialDevice Controller
    • ManagerScheduleRequest Controller

Controller Loops

KubeSerial Controller

SerialDevice Controller

ManagerScheduleRequest Controller

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Found a bug? Edit this file on GitHub.