Image Factory Documentation

Kubernetes Integration

This section documents the current Kubernetes and Tekton integration surface for Image Factory, plus a small amount of historical design material that remains useful for context.

Start Here

Snapshot

Tekton provider preparation and readiness:

Tekton infrastructure provider preparation

Kubernetes Execution Flow

flowchart LR
    A[Infrastructure Provider] --> B[Provider Preparation]
    B --> C[Readiness Validation]
    C --> D[Dispatcher Selects Kubernetes Execution]
    D --> E[Tekton PipelineRun]
    E --> F[Cluster Execution]
    F --> G[Logs, Status, And Artifacts]

What This Section Covers

flowchart TD
    A[Kubernetes And Tekton Docs] --> B[Tekton Integration]
    A --> C[Cluster Connectivity]
    A --> D[Provider Management]
    A --> E[Readiness Troubleshooting]
    A --> F[Hybrid Infrastructure]

Supporting Docs