Tagged articles
6 articles
Page 1 of 1
Ray's Galactic Tech
Ray's Galactic Tech
Jan 29, 2026 · Cloud Native

Build a Production-Ready Go Microservice with Nacos and Kubernetes

This guide walks through designing a full‑stack Go microservice architecture that integrates Nacos for service discovery and dynamic configuration, adds rate‑limiting, circuit‑breaking, and load‑balancing, and deploys the whole system on Kubernetes with graceful shutdown and real‑time governance.

Config CenterNacosservice discovery
0 likes · 7 min read
Build a Production-Ready Go Microservice with Nacos and Kubernetes
Sanyou's Java Diary
Sanyou's Java Diary
Oct 16, 2023 · Backend Development

Unveiling the Core Mechanics of Spring Cloud Config Center

This article dissects how Spring Cloud Config Center integrates with Spring Boot, detailing the startup phases, the prepareEnvironment logic, the bootstrap container that fetches remote configurations, and the @RefreshScope mechanism that enables dynamic property refreshes.

BootstrapConfig CenterDynamic Refresh
0 likes · 15 min read
Unveiling the Core Mechanics of Spring Cloud Config Center
Ops Development Stories
Ops Development Stories
Aug 3, 2023 · Cloud Native

How to Use Kubernetes as a Config Center and Auto‑Generate Dockerfiles

This article compares traditional independent config centers with Kubernetes as a config center, explains how to simplify environment variable handling, automatically generate Dockerfiles, and manage build and runtime images in Go projects, offering practical tips and code examples for containerized service deployment.

Config CenterDockerfileEnvironment Variables
0 likes · 11 min read
How to Use Kubernetes as a Config Center and Auto‑Generate Dockerfiles
Programmer DD
Programmer DD
Jun 24, 2022 · Backend Development

Unlock Spring Cloud Tencent: A One‑Stop Microservice Solution on Polaris

Spring Cloud Tencent, open‑sourced on June 14, offers a comprehensive, Spring‑compatible microservice suite built on Tencent's Polaris platform, providing service discovery, configuration, routing, rate limiting, and circuit breaking, while explaining its motivations, core capabilities, and future roadmap for Java developers.

Config CenterMicroservicescircuit-breaker
0 likes · 19 min read
Unlock Spring Cloud Tencent: A One‑Stop Microservice Solution on Polaris
Ctrip Technology
Ctrip Technology
Aug 3, 2017 · Operations

Apollo Configuration Center: Overview, Features, Architecture, and Usage

This article provides a comprehensive overview of Apollo, an open‑source configuration management center, detailing its background, core concepts, architecture, deployment, client integration, key features such as real‑time updates, versioning, gray releases, permission control, and operational considerations for high availability.

Config CenterConfiguration
0 likes · 13 min read
Apollo Configuration Center: Overview, Features, Architecture, and Usage