mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 10:21:14 +00:00
6.0 KiB
6.0 KiB
Demos
!!! info "Architectural Context" Detailed reference for Demos in the context of Architectural Foundations.
Application Delivery and GitOps
Package Management
OpenShift Integration
- (2021) developers.redhat.com: Deploy Helm charts with Jenkins CI/CD in Red Hat OpenShift 4 🌟 🌟🌟🌟🌟 [ENTERPRISE-STABLE] [GUIDE] — Red Hat developer guide demonstrating automated Helm deployments through Jenkins on OpenShift 4. Covers pipeline definitions, credentials handling, and rollback automations.
CI-CD Pipelines
Jenkins Ecosystem
Enterprise Architectures
- (2020) Continuous Delivery with Sonatype Nexus, Jenkins and the Cloudogu Ecosystem 🌟🌟 [COMMUNITY-TOOL] — Architectural integration study mapping out Continuous Delivery structures using Nexus Repository, Jenkins pipelines, and Cloudogu software suites for regulated enterprise workloads.
Continuous Integration
Jenkins Pipelines
Build Automation
Multi-JDK Build
- (2020) Using Jenkins Pipeline parallel stages to build Maven project with different JDKs 🌟🌟🌟 [COMMUNITY-TOOL] — Technical guide showing how to parallelize stages in a Jenkins declarative pipeline to build and test Maven applications across multiple isolated JDK versions simultaneously.
Containerized Builds
SDKMAN
- (2020) Using SDKMAN! as a docker image for Jenkins Pipeline - a step by step guide 🌟 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — High-density integration guide describing the preparation of a containerized Jenkins CI/CD worker image prepopulated with SDKMAN!, enabling dynamic runtime JDK resolution.
Data Infrastructure
Event Streaming
Red Hat AMQ Streams
Integrations
- (2020) developers.redhat.com: HTTP-based Kafka messaging with Red Hat AMQ Streams 🌟🌟🌟 [LEGACY] — An architectural guide detailing how to use the HTTP Bridge component inside AMQ Streams. Allows web and legacy application services to publish and consume event data via lightweight REST HTTP requests.
Infrastructure
Cluster Provisioning
Kubeadm Guides
- (2019) itnext.io: Kubernetes Journey — Up and running out of the cloud — How to setup the Masters using kubeadm bootstrap [ADVANCED LEVEL] [COMMUNITY-TOOL] — An in-depth guide on deploying an on-premises multi-master Kubernetes control plane using kubeadm and HAProxy for load balancing. Walks through the bootstrap token mechanism and control-plane join procedures. Excellent theoretical coverage of manual multi-master networking.
Platform Engineering
Enterprise Linux
Training
- (2025) redhatgov.io 🌟🌟 [COMMUNITY-TOOL] — Red Hat's dedicated architectural training blueprint designed for secure governmental and enterprise environments. Focuses on orchestrating compliant private clouds and enterprise Linux configurations.
Red Hat OpenShift
CI-CD Pipelines (1)
Jenkins Ecosystem (1)
- (2020) developers.redhat.com: An easier way to create custom Jenkins containers [EN CONTENT] [COMMUNITY-TOOL] — Explains streamlined procedures for producing custom, secure Jenkins container images for deployment. Focuses on minimizing layers, loading plug-ins safely during build time, and injecting enterprise parameters within Red Hat architectures.
- (2018) OpenShift Pipelines with Jenkins Blue Ocean 🌟 [EN CONTENT] [COMMUNITY-TOOL] — Combines OpenShift Orchestration APIs with Jenkins Blue Ocean to manage continuous delivery pipelines visually. Promotes clear state-tracking, modular pipeline construction, and simplified debugging metrics.
Security
Supply Chain
Enterprise Platform
- (2021) tanzu.vmware.com: Log4Shell Vulnerability Spotlights the Importance of Adopting Trusted Open Source Software Providers for the Enterprise [COMMUNITY-TOOL] — Examines the strategic imperative of establishing trusted open-source workflows inside enterprise build infrastructures. Demonstrates how Tanzu's curated application platform streamlines immediate mitigation tasks at runtime.
Software Engineering
Developer Experience
JVM Ecosystem
Environment Management
- (2026) ==SdkMan== 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — A command-line utility for managing parallel versions of multiple Software Development Kits on most Unix-like systems. Widely used to manage JDKs, Gradle, Maven, and JBang versions in local developer setups and CI agents.
💡 Explore Related: Mkdocs | Cheatsheets | Linux