Tagged articles
33 articles
Page 1 of 1
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jan 17, 2026 · Cloud Native

Deploying Microservices on Kubernetes: A Step‑by‑Step Guide

Learn how to package each microservice into containers and host them on a Kubernetes cluster, covering architecture diagrams, Ingress traffic routing, service discovery, ConfigMap and Secret management, persistent storage, deployment manifests, autoscaling, and CI/CD automation, while avoiding promotional fluff.

Cloud NativeConfigMapDeployment
0 likes · 4 min read
Deploying Microservices on Kubernetes: A Step‑by‑Step Guide
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 16, 2025 · Cloud Native

Mastering Kubernetes Service Deployment: From Docker Build to HPA

This guide walks you through the complete Kubernetes service deployment workflow, covering Docker image creation with multi‑stage builds, pushing to a registry, defining Deployment and Service resources, applying and monitoring them, managing configuration, implementing horizontal pod autoscaling, and integrating logging and monitoring solutions.

ConfigMapHPAKubernetes
0 likes · 8 min read
Mastering Kubernetes Service Deployment: From Docker Build to HPA
FunTester
FunTester
Mar 22, 2025 · Cloud Native

Master Kubernetes ReplicationController, ConfigMap, and Secret with Java Client

This guide demonstrates how to use the Fabric8 Kubernetes Java client to load, create, retrieve, update, scale, watch, and delete ReplicationController, ConfigMap, and Secret resources, providing complete code examples and step‑by‑step commands for managing these objects across namespaces in a Kubernetes cluster.

ConfigMapFabric8Java
0 likes · 14 min read
Master Kubernetes ReplicationController, ConfigMap, and Secret with Java Client
System Architect Go
System Architect Go
Nov 16, 2024 · Cloud Native

Kubernetes 10 Common Questions and Answers

This article answers ten common Kubernetes questions, covering pod scheduling strategies, OOM behavior, dynamic ConfigMap updates, pod stability, ClusterIP service load balancing, log collection, liveness probes, scaling mechanisms, exec access, and troubleshooting container restarts, providing concise explanations for each scenario.

ClusterIPConfigMapHorizontal Pod Autoscaler
0 likes · 9 min read
Kubernetes 10 Common Questions and Answers
Open Source Linux
Open Source Linux
Aug 13, 2024 · Cloud Native

How to Enable Hot Reload of ConfigMaps and Secrets in Kubernetes with Reloader

This article explains the challenges of updating ConfigMaps and Secrets in cloud‑native environments, compares env and volume injection methods, and demonstrates how the open‑source Reloader tool can automatically watch changes and trigger rolling updates for deployments, statefulsets, and other workloads.

Cloud NativeConfigMapKubernetes
0 likes · 10 min read
How to Enable Hot Reload of ConfigMaps and Secrets in Kubernetes with Reloader
MaGe Linux Operations
MaGe Linux Operations
May 18, 2024 · Cloud Native

How to Install Helm and Deploy OpenEBS on CentOS 7 for Kubernetes

This guide walks through setting up a CentOS 7 environment, installing Helm, adding the OpenEBS chart repository, deploying the OpenEBS control plane, creating a dedicated PostgreSQL namespace, and configuring persistent storage with a ConfigMap, providing all necessary commands and screenshots.

CentOSConfigMapKubernetes
0 likes · 3 min read
How to Install Helm and Deploy OpenEBS on CentOS 7 for Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Jan 4, 2024 · Cloud Native

How to Configure Kubernetes Pods to Use an HTTP Proxy

This guide explains why and how to set up HTTP/HTTPS proxy settings for Kubernetes pods in enterprise environments, covering use cases, two configuration methods (ConfigMap and direct environment variables), parameter details, testing procedures, and best practices for reliable outbound traffic.

Cloud NativeConfigMapKubernetes
0 likes · 6 min read
How to Configure Kubernetes Pods to Use an HTTP Proxy
Test Development Learning Exchange
Test Development Learning Exchange
Nov 8, 2023 · Cloud Native

Introduction to Kubernetes Storage Volumes and Their Types

This article provides an overview of Kubernetes storage options, describing temporary and persistent volume types such as EmptyDir, HostPath, ConfigMap, Secret, PersistentVolume, PersistentVolumeClaim, StorageClass, and NFS, and includes practical YAML examples for creating and using each storage solution in a cluster.

ConfigMapHostPathNFS
0 likes · 28 min read
Introduction to Kubernetes Storage Volumes and Their Types
Test Development Learning Exchange
Test Development Learning Exchange
Nov 1, 2023 · Cloud Native

Comprehensive Guide to Installing, Configuring, and Deploying Applications on Kubernetes (K8s)

This article provides a step‑by‑step tutorial on preparing hardware, installing Docker, downloading and configuring Kubernetes, deploying the control plane and workloads, managing clusters, and detailed hands‑on examples for ConfigMaps, Jobs, Deployments, StatefulSets, and common applications such as Flask, MySQL, Redis, GitLab, and Jenkins, all illustrated with ready‑to‑use YAML and kubectl commands.

ConfigMapDockerStatefulSet
0 likes · 18 min read
Comprehensive Guide to Installing, Configuring, and Deploying Applications on Kubernetes (K8s)
DevOps
DevOps
Oct 10, 2023 · Operations

Common Kubernetes Pod Issues and Troubleshooting Guide

This article outlines typical Kubernetes pod failure states such as ContainerCreating, ErrImagePull, Pending, CrashLoopBackOff, and UnexpectedAdmissionError, explains their common causes—including Docker service problems, storage mount errors, ConfigMap misconfigurations, and image issues—and provides practical troubleshooting steps and example manifests.

ConfigMapDockerKubernetes
0 likes · 10 min read
Common Kubernetes Pod Issues and Troubleshooting Guide
Efficient Ops
Efficient Ops
Oct 9, 2023 · Cloud Native

Why Do Kubernetes Pods Get Stuck? Decoding Common Pod Status Errors

Learn how to diagnose and resolve frequent Kubernetes pod status issues such as ContainerCreating, ErrImagePull, Pending, CrashLoopBackOff, and UnexpectedAdmissionError by examining Docker services, storage mounts, ConfigMaps, image repositories, and node resources, with practical examples and command‑line solutions.

ConfigMapContainerCreatingErrImagePull
0 likes · 9 min read
Why Do Kubernetes Pods Get Stuck? Decoding Common Pod Status Errors
DevOps Cloud Academy
DevOps Cloud Academy
Jul 9, 2023 · Cloud Native

Designing Scalable Kubernetes Applications: Best Practices

This article outlines comprehensive best‑practice guidelines for building Kubernetes applications, covering scalability design, containerization, pod scope, configuration management, health probes, deployments, service discovery, storage, monitoring, security, and CI/CD integration to achieve robust, highly available workloads.

ConfigMapKubernetesSecurity
0 likes · 9 min read
Designing Scalable Kubernetes Applications: Best Practices
DevOps Cloud Academy
DevOps Cloud Academy
Jun 25, 2023 · Cloud Native

Advanced Helm Chart Techniques: Setting Replica Limits, Sharing Code with Sub‑templates, and Generating ConfigMaps

This article explains how to create and customize Helm charts by setting replica count ceilings, reusing logic with sub‑templates, and generating properly indented ConfigMaps using toYaml and indent functions, providing practical examples and command‑line snippets for Kubernetes deployments.

ConfigMapDevOpsKubernetes
0 likes · 12 min read
Advanced Helm Chart Techniques: Setting Replica Limits, Sharing Code with Sub‑templates, and Generating ConfigMaps
DevOps Cloud Academy
DevOps Cloud Academy
Jun 24, 2023 · Cloud Native

Using ConfigMap to Dynamically Configure Nginx in Kubernetes

This article explains what a Kubernetes ConfigMap is, when to use it, and provides step‑by‑step instructions with YAML examples for creating a ConfigMap, mounting it in an Nginx deployment, and making the server_name parameter dynamic using pod metadata.

Cloud NativeConfigMapDevOps
0 likes · 8 min read
Using ConfigMap to Dynamically Configure Nginx in Kubernetes
Java Architect Essentials
Java Architect Essentials
Jun 13, 2023 · Cloud Native

Zero‑Downtime Deployment with K8s and SpringBoot: Health Checks, Rolling Updates, Graceful Shutdown, Autoscaling, Prometheus Integration, and Config Separation

This article demonstrates how to achieve zero‑downtime releases for SpringBoot applications on Kubernetes by configuring readiness/liveness probes, rolling update strategies, graceful shutdown hooks, horizontal pod autoscaling, Prometheus monitoring, and externalized configuration via ConfigMaps.

ConfigMapHealthcheckKubernetes
0 likes · 13 min read
Zero‑Downtime Deployment with K8s and SpringBoot: Health Checks, Rolling Updates, Graceful Shutdown, Autoscaling, Prometheus Integration, and Config Separation
Selected Java Interview Questions
Selected Java Interview Questions
Apr 19, 2023 · Operations

Zero‑Downtime Deployment with Kubernetes and Spring Boot: Health Checks, Rolling Updates, Graceful Shutdown, Autoscaling, Prometheus Monitoring, and Config Separation

This guide explains how to achieve zero‑downtime releases of a Spring Boot application on Kubernetes by configuring readiness/liveness probes, rolling‑update strategies, graceful shutdown, horizontal pod autoscaling, Prometheus metrics collection, and externalized configuration via ConfigMaps.

ConfigMapKubernetesPrometheus
0 likes · 11 min read
Zero‑Downtime Deployment with Kubernetes and Spring Boot: Health Checks, Rolling Updates, Graceful Shutdown, Autoscaling, Prometheus Monitoring, and Config Separation
ZhiKe AI
ZhiKe AI
Sep 17, 2021 · Cloud Native

How to Uniformly Increase File Upload Size in Kubernetes

The article walks through diagnosing why a second Kubernetes cluster ignored the upload‑size setting, shows how to inspect the nginx‑ingress‑controller deployment, identify the --configmap argument, and fix the issue by updating the referenced ConfigMap name to nginx‑configuration.

ConfigMapDeploymentKubernetes
0 likes · 2 min read
How to Uniformly Increase File Upload Size in Kubernetes
Architecture Digest
Architecture Digest
Jan 14, 2021 · Cloud Native

Understanding Kubernetes Components Through an Aquarium Analogy

The article uses an aquarium metaphor to explain Kubernetes fundamentals—including Pods, Nodes, Scheduler, ReplicaSets, Services, Network Policies, and ConfigMaps—by comparing applications to fish, tanks to Pods, rooms to Nodes, and the control plane to the aquarium manager, making complex concepts easier to visualize.

Cloud NativeConfigMapContainers
0 likes · 7 min read
Understanding Kubernetes Components Through an Aquarium Analogy
MaGe Linux Operations
MaGe Linux Operations
Jun 17, 2020 · Cloud Native

Mastering Kubernetes ConfigMaps: From Creation to Pod Integration

This comprehensive guide explains how ConfigMaps and Secrets work in Kubernetes, walks through multiple ways to provide configuration to containers—including command‑line arguments, environment variables, and volume mounts—shows how to create ConfigMaps from literals, files, or directories, and demonstrates how to consume them in Pods with env, envFrom, and volume mounts, plus best‑practice tips.

ConfigMapEnvironment VariablesKubernetes
0 likes · 34 min read
Mastering Kubernetes ConfigMaps: From Creation to Pod Integration
Cloud Native Technology Community
Cloud Native Technology Community
May 20, 2020 · Cloud Native

Understanding Istio Sidecar Injection: The istio-sidecar-injector Component

This article explains how Istio injects sidecar containers into user‑space Pods using the istio‑sidecar‑injector component, covering automatic and manual injection methods, the underlying MutatingAdmissionWebhook configuration, the initContainer and sidecar containers added, and the associated ConfigMap and volume setups.

ConfigMapIstioKubernetes
0 likes · 6 min read
Understanding Istio Sidecar Injection: The istio-sidecar-injector Component
Alibaba Cloud Native
Alibaba Cloud Native
Oct 22, 2019 · Cloud Native

Mastering Kubernetes Pod Configuration: ConfigMaps, Secrets, ServiceAccounts, and InitContainers

This article explains how Kubernetes solves common pod launch challenges—variable configuration, sensitive data, authentication, resource limits, security isolation, and pre‑start checks—by using ConfigMaps, Secrets, ServiceAccounts, Resources, SecurityContext, and InitContainers, with practical creation commands and usage patterns.

ConfigMapInitContainerKubernetes
0 likes · 16 min read
Mastering Kubernetes Pod Configuration: ConfigMaps, Secrets, ServiceAccounts, and InitContainers
Programmer DD
Programmer DD
May 13, 2019 · Cloud Native

Deploy Spring Cloud Kubernetes Microservices on Minikube – A Step‑by‑Step Guide

This tutorial walks through building a Spring Cloud Kubernetes microservice solution on a local Minikube cluster, covering installation, sample service development, YAML deployment, service discovery, ConfigMaps, Secrets, Ribbon load‑balancing, Hystrix circuit breaking, health checks, and concluding with best‑practice recommendations.

ConfigMapHystrixRibbon
0 likes · 13 min read
Deploy Spring Cloud Kubernetes Microservices on Minikube – A Step‑by‑Step Guide