Files
awesome-kubernetes/v2-docs/cicd-kubernetes-plugins.md

3.7 KiB
Raw Blame History

CI/CD Kubernetes Plugins

!!! info "Architectural Context" Detailed reference for CI/CD Kubernetes Plugins in the context of Engineering Pipeline.

Table of Contents

  1. CICD
  1. Software Engineering

CICD

GitOps

GitLab Integration

  • (2024) ==GitLab Kubernetes Agent== [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — A secure, bidirectional, and active cluster integration agent (now known as the GitLab Agent for Kubernetes) that enables enterprise GitOps workflows. Operating inside the target cluster, it pulls configurations from Git repositories, avoiding the security risk of exposing Kube-apiserver endpoints to external CI runners.

OpenShift

CLI Tools

  • (2022) ==openshift-client== [JAVA CONTENT] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — A vital Jenkins plugin that packages and injects the OpenShift CLI (oc) command tool directly into pipeline execution containers. It enables automation scripts to easily authenticate, query, and manipulate OpenShift namespaces, security context constraints (SCCs), and route resources.

Pipelines

  • (2022) ==openshift-pipeline== [JAVA CONTENT] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — A key Jenkins integration designed to trigger and coordinate OpenShift source-to-image (S2I) and binary-to-image build pipelines directly from Jenkins stages. It bridges traditional centralized orchestration with OpenShift-native application delivery models. Modern workloads are increasingly migrating toward Tekton-based OpenShift Pipelines.

Synchronization

  • (2022) ==openshift-sync== [JAVA CONTENT] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — A specialized Jenkins plugin designed to continuously synchronize Jenkins Job states, configurations, and build logs directly with OpenShifts Build configurations and pipelines. By unifying build states, it provides developers with a single dashboard experience within the native OpenShift console interface.

Software Engineering

Collaborative Platforms

Kubernetes Integration


💡 Explore Related: Jenkins | Sonarqube | Stackstorm