Tag

Kustomize

0 views collected around this technical thread.

DevOps Operations Practice
DevOps Operations Practice
Oct 3, 2024 · Cloud Native

Deploying and Using MetalLB for Load Balancing in Self‑Managed Kubernetes Clusters

This article introduces MetalLB, an open‑source load‑balancing solution for self‑managed Kubernetes clusters, explains its deployment requirements, operating principles, Layer 2 and BGP modes, and provides step‑by‑step installation and verification instructions using Kubernetes manifests, Helm, and Kustomize.

BGPHelmKubernetes
0 likes · 9 min read
Deploying and Using MetalLB for Load Balancing in Self‑Managed Kubernetes Clusters
Bitu Technology
Bitu Technology
Apr 7, 2023 · Cloud Native

Managing Kubernetes Resource Manifests with Kustomize: Aggregation, Overlays, and Components

This article explains how Tubi’s engineering team uses Kustomize to simplify and scale Kubernetes Resource Manifest management by aggregating resources, applying patches, organizing bases and overlays, and leveraging reusable components to reduce duplication and improve maintainability across clusters and namespaces.

KubernetesKustomizeOverlay
0 likes · 15 min read
Managing Kubernetes Resource Manifests with Kustomize: Aggregation, Overlays, and Components
DevOps Cloud Academy
DevOps Cloud Academy
Mar 29, 2023 · Cloud Native

Using Kustomize for Kubernetes Configuration Management and Multi‑Environment Deployments

This article demonstrates how to use Kustomize to manage Kubernetes manifests, generate ConfigMaps, Secrets, update images and replicas, create multi‑environment overlays, and render the final YAML for deployment with kubectl or Argo CD, assuming basic Kubernetes knowledge and the Kustomize CLI installed.

Argo CDConfiguration ManagementDevOps
0 likes · 5 min read
Using Kustomize for Kubernetes Configuration Management and Multi‑Environment Deployments
DevOps Cloud Academy
DevOps Cloud Academy
Mar 23, 2023 · Operations

Managing Kubernetes Manifests with Kustomize and Automating Code Review with Gerrit and Jenkins

This article demonstrates how to use Kustomize for managing Kubernetes manifests, set up a Gerrit instance with Docker, configure SSH keys, integrate Gerrit with Jenkins via the Gerrit Trigger plugin, and create a Jenkins pipeline that automatically builds and tests code changes upon review approval.

CI/CDDevOpsGerrit
0 likes · 8 min read
Managing Kubernetes Manifests with Kustomize and Automating Code Review with Gerrit and Jenkins
DevOps Cloud Academy
DevOps Cloud Academy
Mar 14, 2023 · Cloud Native

Kustomize Tutorial: Managing Kubernetes Manifests Without Helm

This article introduces Kustomize as a native Kubernetes tool that replaces Helm, explains its declarative philosophy, and provides step‑by‑step examples for building base resources, creating overlays, applying patches, generating secrets, and updating images using simple command‑line operations.

Configuration ManagementDevOpsKubernetes
0 likes · 13 min read
Kustomize Tutorial: Managing Kubernetes Manifests Without Helm
DevOps Operations Practice
DevOps Operations Practice
Aug 2, 2022 · Cloud Native

Deploying MetalLB Load Balancer on Bare‑Metal Kubernetes Clusters

This article explains why exposing services on a bare‑metal Kubernetes cluster requires a custom load‑balancer solution, introduces MetalLB, details its deployment requirements, explains its Layer 2 and BGP modes, provides step‑by‑step installation commands, and shows how to verify the setup.

BGPBareMetalHelm
0 likes · 11 min read
Deploying MetalLB Load Balancer on Bare‑Metal Kubernetes Clusters
DevOps Cloud Academy
DevOps Cloud Academy
Nov 2, 2020 · Cloud Native

Kustomize Tutorial: Declarative Kubernetes Configurations with Overlays, Patches, Secrets, and Image Updates

This article demonstrates how to replace Helm with Kustomize for managing Kubernetes manifests, covering installation, base and overlay structures, strategic patches for environment variables, replica counts, secrets, ConfigMaps, and image version updates, and shows how to build and apply the final configuration.

Declarative ConfigurationDevOpsImage Management
0 likes · 13 min read
Kustomize Tutorial: Declarative Kubernetes Configurations with Overlays, Patches, Secrets, and Image Updates