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
- KUBERNETES_TEKTON_INTEGRATION.md
- KUBERNETES_CLUSTER_CONNECTIVITY_GUIDE.md
- HYBRID_INFRASTRUCTURE_STRATEGY.md
Snapshot
Tekton provider preparation and readiness:

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
- TEKTON_READINESS_TROUBLESHOOTING.md
- TEKTON_INSTALLER_ROLLBACK_GUIDE.md
- KUBERNETES_PROVIDER_MANAGEMENT.md (deprecated historical reference)