Tagged articles
8 articles
Page 1 of 1
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.

ConfigMapFabric8Kubernetes
0 likes · 14 min read
Master Kubernetes ReplicationController, ConfigMap, and Secret with Java Client
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
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