CI/CD Kubernetes Plugins¶
Nubenetes V2 Elite Portal
You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.
Architectural Context
Detailed reference for CI/CD Kubernetes Plugins in the context of Engineering Pipeline.
CICD¶
Automation¶
Deployment Tools¶
- (2023) Kubernetes Continuous Deploy [JAVA CONTENT] ๐๐๐๐๐ [DE FACTO STANDARD] โ A specialized Jenkins plugin designed to coordinate container deployment pipelines, allowing seamless application delivery onto Kubernetes clusters. It handles cluster authentication, manifest interpolation, and rollout verification, although modern enterprise GitOps architectures have largely transitioned target deployments to ArgoCD or Flux.
Jenkins Integration¶
- (2024) Jenkins Kubernetes Plugin [JAVA CONTENT] ๐๐๐๐๐ [DE FACTO STANDARD] โ A foundational plugin that integrates Jenkins with Kubernetes clusters to dynamically provision Jenkins agent pods on-demand. By leveraging Kubernetes namespaces and resources, it ensures isolated build environments, scaling agent capacity up during intensive test stages and scaling down to save compute budget.
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 OpenShiftโs 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¶
- (2021) about.gitlab.com: GitLab 14.1 released with Helm Chart Registry and Escalation Policies [MARKDOWN CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] [GUIDE] โ Details the GitLab 14.1 release, highlighting its integrated Helm chart registry and custom escalation policies. Explains how teams can store and manage Kubernetes deployment packaging files directly alongside their application source code.
๐ก Explore Related: Jenkins | CI/CD | Registries
๐ See Also: AWS Pricing | Ansible