Components
Understand the details of how Keptn works
Keptn Components
Keptn consists of two main components:
- Keptn Lifecycle Operator, which splits into two separate operators
in Release 0.7.0 and later:
- Lifecycle-Operator
- Metrics-Operator
- Keptn Lifecycle Scheduler
graph TD;
KeptnComponents-->Operators;
KeptnComponents-->Scheduler
Operators-->Lifecycle-Operator
Operators-->Metrics-Operator
style KeptnComponents fill:#006bb8,stroke:#fff,stroke-width:px,color:#fff
style Operators fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8
style Scheduler fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8
style Lifecycle-Operator fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8
style Metrics-Operator fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8
Basic understanding of the Keptn Lifecycle Operator
Basic understanding of Keptn’s Metrics Operator
Scheduler and Scheduling Gates
Learn how the cert-manager works