mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-08-25 07:57:25 +00:00
4.9 KiB
4.9 KiB
description
| description |
|---|
| Top CI/CD Kubernetes Plugins resources for 2026, AI-ranked: Jenkins Kubernetes Plugin, GitLab Kubernetes Agent and more — curated Cloud Native tools, guides and. |
CI/CD Kubernetes Plugins
!!! tip "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.
!!! info "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