mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
3.7 KiB
3.7 KiB
CI/CD Kubernetes Plugins
!!! info "Architectural Context" Detailed reference for CI/CD Kubernetes Plugins in the context of Engineering Pipeline.
Table of Contents
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 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 | Sonarqube | Stackstorm