Tagged articles
4046 articles
Page 40 of 41
JD Tech
JD Tech
Oct 26, 2018 · Cloud Native

Retrieving and Accessing Jenkins Job Workspace on Kubernetes Using NFS Mount

This article explains how to solve the problem of losing Jenkins job artifacts when using dynamic Kubernetes agents by mounting the slave workspace to the master via NFS, modifying pipeline code, and accessing the workspace through the Jenkins UI, complete with step‑by‑step instructions and troubleshooting tips.

DevOpsJenkinsKubernetes
0 likes · 7 min read
Retrieving and Accessing Jenkins Job Workspace on Kubernetes Using NFS Mount
Architects' Tech Alliance
Architects' Tech Alliance
Oct 18, 2018 · Cloud Native

Why Kubernetes Does Not Use Docker’s Libnetwork/CNM

Although Docker’s libnetwork/CNM offers a network plugin model, Kubernetes has chosen not to adopt it due to fundamental design mismatches, reliance on low‑level key‑value stores, security and scalability concerns, and a strategic shift toward the simpler, more portable CNI plugin framework.

CNIDockerKubernetes
0 likes · 8 min read
Why Kubernetes Does Not Use Docker’s Libnetwork/CNM
Architects' Tech Alliance
Architects' Tech Alliance
Oct 16, 2018 · Cloud Native

What Is Kubernetes? A Complete Overview of Its Architecture and Benefits

This article provides a comprehensive overview of Kubernetes, explaining its purpose as an open‑source platform for automating container deployment, scaling, and management, detailing its advantages over traditional VM approaches, and outlining the core features, capabilities, and limitations of the system.

Cloud NativeDevOpsKubernetes
0 likes · 10 min read
What Is Kubernetes? A Complete Overview of Its Architecture and Benefits
Alibaba Cloud Native
Alibaba Cloud Native
Oct 16, 2018 · Cloud Native

How Alibaba Achieved 100% Containerization with PouchContainer

Alibaba’s PouchContainer, an internally built container runtime, combines LXC and Docker technologies to enable full‑scale, non‑intrusive containerization of online services, offering rich features such as systemd‑based rich containers, enhanced isolation, P2P image distribution, in‑place upgrades, and native Kubernetes integration.

Cloud NativeIsolationKubernetes
0 likes · 15 min read
How Alibaba Achieved 100% Containerization with PouchContainer
Manbang Technology Team
Manbang Technology Team
Oct 12, 2018 · Cloud Native

Case Study: Migrating Manbang Group’s Microservices to Kubernetes

Manbang Group transformed thousands of mixed‑deployed Java microservice instances into Docker containers managed by Kubernetes, addressing resource isolation, manual fault handling, slow rollbacks, and DEV/QA release friction while implementing load balancing, service discovery, high availability, rolling upgrades, auto‑scaling, rapid deployment, and resource limits across a multi‑cluster cloud‑native architecture.

Cloud NativeKubernetesMicroservices
0 likes · 14 min read
Case Study: Migrating Manbang Group’s Microservices to Kubernetes
AntTech
AntTech
Oct 10, 2018 · Cloud Native

DNS Universal Addressing Scheme for Service Mesh Integration of Legacy SOA Applications

This article presents a DNS‑based universal addressing solution that enables traditional SOA applications using interfaces such as Dubbo, HSF, and SOFA to run on a Service Mesh without code changes, by mapping interface names to Kubernetes ClusterIP through CoreDNS and leveraging Istio’s routing mechanisms.

CoreDNSDNSIstio
0 likes · 14 min read
DNS Universal Addressing Scheme for Service Mesh Integration of Legacy SOA Applications
MaGe Linux Operations
MaGe Linux Operations
Oct 5, 2018 · Cloud Native

How Does Kubernetes Power Secure, Scalable Microservices in Financial Cloud?

This article provides a comprehensive technical guide on using Kubernetes and OpenShift for container‑cloud deployment, covering architecture, multi‑tenant isolation, security, load balancing, logging, monitoring, CI/CD, storage options, and best practices especially for financial‑industry microservice workloads.

KubernetesMicroservicesOpenShift
0 likes · 38 min read
How Does Kubernetes Power Secure, Scalable Microservices in Financial Cloud?
Alibaba Cloud Native
Alibaba Cloud Native
Sep 30, 2018 · Cloud Native

Why Kubernetes Dominates Container Orchestration: Design, Architecture, and Core Concepts

This article explains how Kubernetes evolved from Google’s Borg research to become the leading cloud‑native container orchestration platform, detailing its master‑node architecture, core components such as kubelet and CRI, the role of Pods, Services, Deployments, and the declarative API model that enables scalable, flexible workload management.

BorgDeclarative APIDeployment
0 likes · 18 min read
Why Kubernetes Dominates Container Orchestration: Design, Architecture, and Core Concepts
Youzan Coder
Youzan Coder
Sep 28, 2018 · Industry Insights

How Youzan Scaled Development with Containerization: Challenges and Solutions

This article examines Youzan's journey to containerize its development and testing environments using Kubernetes and Docker, detailing the motivations, architectural decisions, network and isolation challenges, image integration, logging, load balancing, debugging, and the ongoing rollout to standard production environments.

DevOpsDockerEnvironment provisioning
0 likes · 12 min read
How Youzan Scaled Development with Containerization: Challenges and Solutions
JD Tech
JD Tech
Sep 28, 2018 · Operations

JD's J-one Unified Release Platform: Architecture, Features, and Recent Enhancements

Since its launch in 2016, JD's J-one unified release platform has evolved through multiple large‑scale promotions, introducing container‑based compilation, auto‑scaling, and a new image‑deployment capability that dramatically speeds up releases while improving success rates and providing a suite of automation tools for developers.

Cloud NativeContainerDeployment
0 likes · 7 min read
JD's J-one Unified Release Platform: Architecture, Features, and Recent Enhancements
Efficient Ops
Efficient Ops
Sep 26, 2018 · Cloud Native

Key Takeaways from the 2018 Cloud Native Best Practices Summit in Beijing

The 2018 Cloud Native Best Practices Summit in Beijing gathered over 200 industry leaders and experts who shared insights on cloud native trends, standards, Kubernetes, service mesh, product launches, and the formation of the Cloud Native Practice Alliance, marking a milestone for China's cloud native ecosystem.

Cloud NativeContainerKubernetes
0 likes · 8 min read
Key Takeaways from the 2018 Cloud Native Best Practices Summit in Beijing
Efficient Ops
Efficient Ops
Sep 19, 2018 · Cloud Native

Kubernetes Log Management: Challenges, Logtail Solution & Architecture

Amid the rise of serverless Kubernetes, growing pod volumes, and real-time log demands, this article examines emerging log-handling challenges, evaluates traditional collection methods, and presents a comprehensive “Logtail + Log Service + Ecosystem” architecture that delivers high-throughput, reliable, and scalable logging for cloud-native environments.

Cloud NativeKubernetesLog Management
0 likes · 22 min read
Kubernetes Log Management: Challenges, Logtail Solution & Architecture
Alibaba Cloud Native
Alibaba Cloud Native
Sep 10, 2018 · Cloud Native

How Alibaba Scaled to 100% Containerization with PouchContainer: A Cloud‑Native Journey

Alibaba achieved full internal containerization by evolving from monolithic apps to the T4 container, integrating Docker images, and open‑sourcing PouchContainer, detailing the architectural shifts, resource isolation requirements, large‑scale deployment strategies, and lessons for building cloud‑native platforms.

DockerKubernetesPouchContainer
0 likes · 24 min read
How Alibaba Scaled to 100% Containerization with PouchContainer: A Cloud‑Native Journey
UCloud Tech
UCloud Tech
Aug 22, 2018 · Backend Development

Why Service Mesh Matters: Lessons from Deploying Istio on UCloud UAEK

This article explains why UCloud introduced a Service Mesh, how Istio was chosen and adapted for the UAEK Kubernetes platform—including IPv6 challenges, performance testing, and future improvements—providing practical insights for building reliable micro‑service infrastructures.

IPv6IstioKubernetes
0 likes · 14 min read
Why Service Mesh Matters: Lessons from Deploying Istio on UCloud UAEK
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 21, 2018 · Cloud Native

Kubernetes Namespace Resource Quotas: Set Defaults, Limits, and Enforce Policies

This guide explains how Kubernetes namespace-level resource management lets administrators set default CPU/memory requests, define minimum and maximum constraints, and enforce resource quotas, with step‑by‑step commands and YAML examples to create namespaces, ResourceQuota objects, and pods while handling quota limits.

Cloud NativeKubernetesNamespace
0 likes · 9 min read
Kubernetes Namespace Resource Quotas: Set Defaults, Limits, and Enforce Policies
Alibaba Cloud Native
Alibaba Cloud Native
Aug 21, 2018 · Cloud Native

Inside Alibaba’s Sigma: How a Cloud‑Native Scheduler Powers 280× Double‑11 Growth

The article details Alibaba’s Sigma scheduling and cluster management platform—its three‑layer architecture, data and state consistency strategies, real‑world case studies, Go‑based redesign, integration with Kubernetes APIs, and lessons on concurrency, high availability, and pod dispersion for massive Double 11 traffic.

GoKubernetesScheduler
0 likes · 20 min read
Inside Alibaba’s Sigma: How a Cloud‑Native Scheduler Powers 280× Double‑11 Growth
58 Tech
58 Tech
Aug 17, 2018 · Cloud Computing

Design and Architecture of 58 Cloud Search Platform Using Kubernetes and Docker

The article describes how 58's search technology team standardized and modularized their vertical search services into a cloud-native platform, detailing the overall architecture, Kubernetes‑based deployment, service and deployment designs, stateful indexing challenges, and solutions for high‑availability and scalability.

DockerKubernetesMicroservices
0 likes · 10 min read
Design and Architecture of 58 Cloud Search Platform Using Kubernetes and Docker
dbaplus Community
dbaplus Community
Aug 14, 2018 · Operations

How Ant Financial Automates Tens of Thousands of Kubernetes Nodes with Operators

Ant Financial tackles the challenge of managing dozens of Kubernetes clusters and over a hundred thousand worker nodes by employing a meta‑cluster with Kube‑on‑Kube and Node Operators, enabling automated lifecycle management, scaling, upgrades, and fault recovery for both master components and worker nodes.

AutomationCluster ManagementKubernetes
0 likes · 12 min read
How Ant Financial Automates Tens of Thousands of Kubernetes Nodes with Operators
JD Tech Talk
JD Tech Talk
Aug 9, 2018 · Operations

Ensuring Stability and Scalability in Large‑Scale Kubernetes Clusters: Three Key Questions and Operational Practices

The article explains why operating massive Kubernetes clusters is as challenging as building large systems, outlines three critical stability questions, shares real‑world data collection, visualization, and tooling practices, and provides concrete recommendations for high‑availability, monitoring, and performance optimization.

AutomationKubernetesObservability
0 likes · 12 min read
Ensuring Stability and Scalability in Large‑Scale Kubernetes Clusters: Three Key Questions and Operational Practices
Programmer DD
Programmer DD
Aug 2, 2018 · Cloud Native

What’s New in Istio 1.0? A Deep Dive into Features, Gateways, and Security

Istio 1.0, released on August 1, brings the first production‑ready service‑mesh platform with major enhancements in networking, policy & telemetry, out‑of‑process adapters, and security features such as mTLS and JWT, while introducing the IstioGateway to replace the legacy Ingress model.

IstioKubernetesMicroservices
0 likes · 9 min read
What’s New in Istio 1.0? A Deep Dive into Features, Gateways, and Security
Ops Development Stories
Ops Development Stories
Aug 1, 2018 · Cloud Native

Step-by-Step Guide: Manually Install Kubernetes 1.9.9 on CentOS 7

This tutorial walks you through the complete process of manually installing a Kubernetes 1.9.9 master‑worker cluster on CentOS 7, covering environment preparation, binary downloads, configuration of etcd and Kubernetes components, creation of systemd services, and verification of the deployment.

Cluster SetupKubernetesManual Installation
0 likes · 12 min read
Step-by-Step Guide: Manually Install Kubernetes 1.9.9 on CentOS 7
vivo Internet Technology
vivo Internet Technology
Aug 1, 2018 · Cloud Native

Istio 1.0 Released – Production‑Ready Service Mesh

Istio 1.0, now production‑ready, launches after a year of rapid growth, offering beta‑grade features such as multi‑cluster support, fine‑grained network APIs, incremental mutual TLS rollout, and enhanced Envoy performance, while an expanding ecosystem of observability, policy, and serverless projects backs its adoption.

IstioKubernetes
0 likes · 7 min read
Istio 1.0 Released – Production‑Ready Service Mesh
Qunar Tech Salon
Qunar Tech Salon
Jul 31, 2018 · Operations

Best Practices for Container Operations: Logging, Monitoring, Security, and Immutability

This article outlines essential container operation best practices—including native logging, JSON log formatting, sidecar aggregators, stateless and immutable design, avoiding privileged containers, effective monitoring, health checks, non‑root execution, and careful image tagging—to help developers build secure, maintainable, and observable workloads on Kubernetes.

ContainersKubernetesSecurity
0 likes · 17 min read
Best Practices for Container Operations: Logging, Monitoring, Security, and Immutability
JD Tech
JD Tech
Jul 25, 2018 · Cloud Native

JD.com’s Large‑Scale Kubernetes Refactoring and Operational Lessons

This article shares JD.com’s extensive experience redesigning Kubernetes for massive production use, covering custom DNS and load‑balancing, scaling clusters to ten‑thousand nodes, adapting controllers, building the Archimedes scheduler, and practical insights on resource isolation, deployment, and high‑traffic elasticity.

Cloud NativeContainerInfrastructure
0 likes · 14 min read
JD.com’s Large‑Scale Kubernetes Refactoring and Operational Lessons
AntTech
AntTech
Jul 24, 2018 · Cloud Native

Insights on Service Mesh and Kubernetes from Ant Financial Experts at ArchSummit 2018

In a detailed Q&A session at ArchSummit 2018, Ant Financial and Alibaba UC experts discuss the fundamentals, challenges, implementation strategies, and future directions of Service Mesh and Kubernetes, covering performance, multi‑language support, open‑source efforts, and practical advice for developers and operators.

Ant FinancialCloud NativeIstio
0 likes · 24 min read
Insights on Service Mesh and Kubernetes from Ant Financial Experts at ArchSummit 2018
JD Retail Technology
JD Retail Technology
Jul 24, 2018 · Operations

Stability and Operational Practices for Large‑Scale Kubernetes Clusters

This article shares practical experience and best‑practice guidelines for operating large‑scale Kubernetes clusters, covering stability checks, component failure impact, recovery strategies, alerting mechanisms, data collection, visualization, and the suite of operational tools that help ensure reliable, high‑performance cloud‑native infrastructure.

KubernetesObservabilitycluster operations
0 likes · 10 min read
Stability and Operational Practices for Large‑Scale Kubernetes Clusters
JD Retail Technology
JD Retail Technology
Jul 20, 2018 · Cloud Native

How JD Built the World’s Largest Kubernetes Cluster to Support Trillion‑Scale E‑commerce Transactions

The article describes JD’s experience of redesigning Kubernetes at massive scale, detailing the JDOS2.0 platform, custom DNS and load‑balancing, the Archimedes scheduler, API and controller optimizations, and operational lessons learned from running tens of thousands of nodes in production.

JDOSKubernetesLarge-Scale Clusters
0 likes · 16 min read
How JD Built the World’s Largest Kubernetes Cluster to Support Trillion‑Scale E‑commerce Transactions
Java Architect Essentials
Java Architect Essentials
Jul 15, 2018 · Cloud Native

Top 10 Challenges of Microservice Architecture and Their Solutions

The article outlines ten major challenges faced when adopting microservice architecture—such as data synchronization, security, version control, discovery, data expiration, debugging, testing, monitoring, DevOps support, and fault tolerance—and presents practical solutions using cloud‑native tools and patterns.

DevOpsKubernetesMicroservices
0 likes · 5 min read
Top 10 Challenges of Microservice Architecture and Their Solutions
Tencent Cloud Developer
Tencent Cloud Developer
Jul 12, 2018 · Cloud Native

TencentHub Technical Architecture and DevOps Implementation Overview

TencentHub is a unified storage and DevOps platform that combines Docker images, Helm charts, and binary artifacts, using a Kubernetes‑based architecture with a Registry layer, COS‑backed storage engine, JWT token authentication, built‑in vulnerability scanning, and a YAML‑driven, containerized workflow engine for automated, scalable software delivery.

Cloud NativeDevOpsDocker Registry
0 likes · 23 min read
TencentHub Technical Architecture and DevOps Implementation Overview
Tencent Cloud Developer
Tencent Cloud Developer
Jul 10, 2018 · Cloud Computing

Building a Containerized Scientific Computing Platform on the Cloud

The talk details XtraPi’s journey from early PBS‑based supercomputers to a modern Kubernetes‑driven, multi‑cloud platform that uses Tencent Cloud TKE to run massive containerized drug‑discovery simulations, describing scaling strategies, image optimization, CI pipelines, checkpoint‑restart, and future serverless and bare‑metal enhancements.

HPCKubernetesMesos
0 likes · 28 min read
Building a Containerized Scientific Computing Platform on the Cloud
Tencent Cloud Developer
Tencent Cloud Developer
Jul 9, 2018 · Cloud Computing

Best Deployment and Application Practices for Tencent Cloud Container Instance Service (CIS) and Clear Container

Tencent Cloud’s Container Instance Service (CIS) offers a fully managed, serverless‑style Kubernetes platform that launches Docker images instantly with per‑second billing, VPC isolation, and elastic networking, while Clear Container (Kata Containers) provides lightweight VM‑based isolation for containers, enhancing security and flexibility.

CISClear ContainerCloud Native
0 likes · 16 min read
Best Deployment and Application Practices for Tencent Cloud Container Instance Service (CIS) and Clear Container
Tencent Cloud Developer
Tencent Cloud Developer
Jul 5, 2018 · Cloud Native

Overview of Tencent Cloud Managed Kubernetes Service and Its Integration

Tencent Cloud’s fully managed Kubernetes service, launched in 2016, delivers one‑click, VPC‑isolated cluster deployment with automated lifecycle, integrated monitoring, logging, storage (CBS/CFS) and CI/CD, custom components for metrics and storage, flat VPC networking, CSI drivers, and flexible master deployment models that simplify scaling, upgrades, and developer focus on applications.

Cloud NativeContainer ServiceKubernetes
0 likes · 18 min read
Overview of Tencent Cloud Managed Kubernetes Service and Its Integration
Tencent Cloud Developer
Tencent Cloud Developer
Jul 5, 2018 · Cloud Native

Kubernetes One‑Click Cloud Deployment, CIS Architecture, and Tencent Hub DevOps Practices

The article recaps a Cloud+ Tech Salon session where Tencent Cloud’s one‑click Kubernetes service, the serverless Container Instance Service, and the Tencent Hub DevOps platform are detailed, illustrating how their integrated networking, storage, monitoring, and workflow features simplify large‑scale AI/ML and high‑performance scientific computing deployments in the cloud.

CISCloud NativeContainer Services
0 likes · 31 min read
Kubernetes One‑Click Cloud Deployment, CIS Architecture, and Tencent Hub DevOps Practices
JD Retail Technology
JD Retail Technology
Jun 22, 2018 · Operations

JDOS Operations Platform: Managing Million‑Scale Container Clusters at JD.com

This article describes JD.com's JDOS Operations Platform, which enables two operators to manage millions of Docker and Kubernetes containers across massive clusters, detailing its architecture, regression analysis of scale, gossip‑based inspection system, intelligent alert convergence, and performance improvements for ultra‑large‑scale environments.

DockerGossip ProtocolKubernetes
0 likes · 11 min read
JDOS Operations Platform: Managing Million‑Scale Container Clusters at JD.com
JD Tech
JD Tech
Jun 22, 2018 · Operations

JDOS Operations Platform: Managing Millions of Containers at JD.com

The article describes how JD.com built and operates the JDOS Operations Platform to manage a multi‑million‑container Docker and Kubernetes fleet, detailing the challenges of massive scale, the architectural components such as the configuration center, operation center, inspection system, gossip‑based communication, and an intelligent alerting system that together enable efficient, automated, and reliable large‑scale container operations.

Container ManagementGossip ProtocolKubernetes
0 likes · 12 min read
JDOS Operations Platform: Managing Millions of Containers at JD.com
dbaplus Community
dbaplus Community
Jun 21, 2018 · Cloud Native

Building an Enterprise‑Grade CI/CD Pipeline with Jenkins, Artifactory, Kubernetes & Helm

This article walks through the design and implementation of a production‑ready continuous integration and delivery pipeline using Jenkins, Artifactory, Kubernetes, and Helm, covering pipeline architecture, artifact promotion, binary metadata linking, resource limits, multi‑container pods, Helm chart management, monitoring with EFK, and practical lessons learned.

ArtifactoryDevOpsJenkins
0 likes · 9 min read
Building an Enterprise‑Grade CI/CD Pipeline with Jenkins, Artifactory, Kubernetes & Helm
Efficient Ops
Efficient Ops
Jun 14, 2018 · Cloud Native

Understanding Kubernetes: Core Concepts Explained Through Q&A

This article provides a concise, question‑driven overview of Kubernetes, covering the roles of master and worker nodes, pod scheduling, data storage with etcd, service exposure, dynamic scaling, and how the various control‑plane components collaborate to manage a distributed container cluster.

Cloud NativeKubernetesPods
0 likes · 9 min read
Understanding Kubernetes: Core Concepts Explained Through Q&A
vivo Internet Technology
vivo Internet Technology
Jun 5, 2018 · Operations

DevOps International Summit 2024: Latest Practices and Technologies

The DevOps International Summit 2024 in Beijing, the sole China‑based global DevOps conference, brings together over 80 leading experts to showcase end‑to‑end practices—from Lean‑Agile, Continuous Delivery, SRE, and microservices to DevSecOps, AI‑driven tooling, and the new Research and Operations Integration Capability Maturity Model—through industry‑focused tracks, hands‑on training, and real‑world case studies across finance, telecom, retail and more.

Continuous DeliveryDevOpsDevOps Summit
0 likes · 3 min read
DevOps International Summit 2024: Latest Practices and Technologies
MaGe Linux Operations
MaGe Linux Operations
May 31, 2018 · Cloud Native

How to Install Kubernetes in China Without a VPN – Step‑by‑Step Guide

This guide walks you through installing a Kubernetes (K8S) cluster on CentOS 7.3 in China, covering environment preparation, downloading required packages and images via local mirrors, configuring Docker and the network, initializing the master node with kubeadm, joining worker nodes, and optionally deploying the dashboard and flannel network plugin.

ChinaDockerFlannel
0 likes · 17 min read
How to Install Kubernetes in China Without a VPN – Step‑by‑Step Guide
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 24, 2018 · Cloud Native

Deploying CephFS Static and Dynamic PVs in Kubernetes

This guide explains how to configure both static and dynamic PersistentVolumes for CephFS in Kubernetes, covering PV and PVC definitions, deployment integration, the cephfs‑provisioner StorageClass, and common pitfalls such as path and permission issues.

CephFSDynamicProvisioningKubernetes
0 likes · 7 min read
Deploying CephFS Static and Dynamic PVs in Kubernetes
High Availability Architecture
High Availability Architecture
May 22, 2018 · Cloud Native

Understanding Kubernetes Readiness and Liveness Probes

This article explains how Kubernetes health checks—Readiness and Liveness probes—work, the differences between them, practical scenarios for their use, and how to configure probe types, delays, and thresholds to build more resilient cloud‑native applications.

Cloud NativeKubernetesLiveness Probe
0 likes · 8 min read
Understanding Kubernetes Readiness and Liveness Probes
Java High-Performance Architecture
Java High-Performance Architecture
May 20, 2018 · Cloud Native

What Is Kubernetes? Core Concepts Explained for Beginners

An overview of Kubernetes introduces its role as a container orchestration engine, highlights self‑healing and zero‑downtime deployment, and explains key components such as kubectl, master and worker nodes, pods, deployments, services, secrets, and how they work together in a cloud‑native environment.

DeploymentKubernetesPods
0 likes · 5 min read
What Is Kubernetes? Core Concepts Explained for Beginners
dbaplus Community
dbaplus Community
Apr 24, 2018 · Cloud Native

How Istio Simplifies Service Mesh Management for Kubernetes Microservices

This article explains why microservice architectures need reliable communication, load balancing, fault tolerance, monitoring, tracing and circuit breaking, and shows how Istio—a cloud‑native service mesh built on Envoy—provides these capabilities, enabling blue‑green and canary deployments, traffic routing, retries, and observability within Kubernetes.

Blue‑Green deploymentIstioKubernetes
0 likes · 8 min read
How Istio Simplifies Service Mesh Management for Kubernetes Microservices
Architecture Digest
Architecture Digest
Apr 21, 2018 · Databases

Case Study: Scaling Ticketing System with TiDB at Tongcheng

Facing rapid traffic growth and MySQL limitations, Tongcheng migrated its ticketing order database to a sharded MySQL cluster combined with TiDB, achieving transparent sharding, real‑time synchronization, high‑availability monitoring, and seamless handling of billions of rows and peak QPS over 10,000.

KubernetesMySQL compatibilityTiDB
0 likes · 8 min read
Case Study: Scaling Ticketing System with TiDB at Tongcheng
dbaplus Community
dbaplus Community
Apr 18, 2018 · Cloud Native

How to Persist Data in Kubernetes with Ceph RBD: Static and Dynamic PV Guide

This article explains Kubernetes storage use cases, introduces PersistentVolume and PersistentVolumeClaim concepts, and provides step‑by‑step instructions for creating both static and dynamic Ceph RBD volumes—including secret creation, PV/YAML definitions, StorageClass setup, PVC binding, pod deployment, verification commands, and a discussion of Ceph RBD limitations.

CephDynamicPVKubernetes
0 likes · 14 min read
How to Persist Data in Kubernetes with Ceph RBD: Static and Dynamic PV Guide
Efficient Ops
Efficient Ops
Apr 18, 2018 · Operations

Huawei’s Triple‑Play Model: Advancing AIOps for Massive K8s and Serverless

At the 9th Global Operations Conference, Huawei Cloud’s chief architect Cai Xiaogang presented a three‑pronged AIOps strategy that combines large‑scale Kubernetes management, causal tracing in Serverless environments, multi‑source RCA analysis, and clustering‑based black‑box network packet inspection, showcasing how academia‑industry collaboration accelerates cloud‑native operations.

KubernetesRoot Cause AnalysisServerless
0 likes · 8 min read
Huawei’s Triple‑Play Model: Advancing AIOps for Massive K8s and Serverless
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2018 · Cloud Native

Step-by-Step Guide: Install CentOS, Docker, and Build a Kubernetes Cluster

This tutorial walks through installing net‑tools on CentOS, disabling firewalld, setting up Docker CE, pulling and tagging required Kubernetes images, configuring kubelet and kubeadm, initializing a master node, joining worker nodes, installing Flannel networking, and troubleshooting common kubectl issues.

CentOSFlannelKubernetes
0 likes · 15 min read
Step-by-Step Guide: Install CentOS, Docker, and Build a Kubernetes Cluster
360 Tech Engineering
360 Tech Engineering
Apr 11, 2018 · Cloud Native

Understanding Kubernetes Architecture and Custom Controllers: A Practical Guide

This article from the 360 Qihu operations team explains Kubernetes' architecture, core components, and the three‑step registration‑watch‑action process, while also detailing custom load‑balancer and log‑collection controllers they built for HULK deployments, offering insights for developers and operators.

Cloud NativeCustom ControllersKubernetes
0 likes · 11 min read
Understanding Kubernetes Architecture and Custom Controllers: A Practical Guide
dbaplus Community
dbaplus Community
Apr 7, 2018 · Cloud Native

What Makes Distributed Schedulers Tick? Patterns from YARN to Kubernetes

This article surveys the architecture of cluster resource managers and task schedulers—covering definitions, design principles, and three main categories (centralized, two‑level, and shared‑state) with concrete examples such as Hadoop YARN, Mesos, Spark Drizzle, Borg and Kubernetes—while highlighting their trade‑offs in scalability, fault‑tolerance, and flexibility.

KubernetesMesosOmega
0 likes · 27 min read
What Makes Distributed Schedulers Tick? Patterns from YARN to Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Apr 3, 2018 · Cloud Native

Why Kubernetes Is the Hidden Backbone Shaping the Future of Cloud Computing

This article explores how Kubernetes has emerged as the dominant container‑orchestration platform, evolving into a low‑level, multi‑cloud standard that creates network effects for distributed tools, reshapes vendor offerings, drives new business models such as Helm‑based package management and serverless functions, and hints at a future where Kubernetes is as invisible as the OS kernel.

Cloud NativeKubernetesServerless
0 likes · 26 min read
Why Kubernetes Is the Hidden Backbone Shaping the Future of Cloud Computing
DevOps Coach
DevOps Coach
Apr 1, 2018 · Cloud Computing

Deploy a Production‑Ready Kubernetes Cluster on AWS with Kops

This step‑by‑step guide shows how to configure Route53 DNS, prepare a VM with required tools, create an S3 state store, provision a Kubernetes cluster on AWS using kops, validate it, expose a sample service, and clean up the resources.

AWSDeploymentInfrastructure
0 likes · 15 min read
Deploy a Production‑Ready Kubernetes Cluster on AWS with Kops
Tencent Cloud Developer
Tencent Cloud Developer
Mar 30, 2018 · Cloud Native

Why Tencent Cloud Chose Kubernetes and Its Cloud‑Native PaaS Architecture

Tencent Cloud adopted Kubernetes in 2016 for its Borg‑derived design, extensive ecosystem, strong community, and stateful workload support, building a cloud‑native PaaS with managed Kubernetes, integrated monitoring, logging, Helm‑based configuration, high‑availability control‑plane containers, and a suite of container services, while planning broader runtimes and DevOps tools.

Cloud NativeDevOpsKubernetes
0 likes · 15 min read
Why Tencent Cloud Chose Kubernetes and Its Cloud‑Native PaaS Architecture
DevOpsClub
DevOpsClub
Mar 26, 2018 · Cloud Native

Mastering Cloud‑Native Container Design: 8 Essential Principles

This article summarizes the key principles from Red Hat's whitepaper on container‑based application design, explaining classic software design rules and seven Red Hat cloud‑native principles that help build reliable, observable, immutable, disposable, self‑contained, and resource‑constrained containers for Kubernetes.

Cloud NativeDevOpsKubernetes
0 likes · 12 min read
Mastering Cloud‑Native Container Design: 8 Essential Principles
DevOps Coach
DevOps Coach
Mar 25, 2018 · Cloud Native

7 Essential Cloud‑Native Container Design Principles You Must Follow

This article summarizes Red Hat's cloud‑native container design principles, explains each rule—from single concern to runtime confinement—shows how they extend classic software design concepts, and provides practical best‑practice tips and reference links for building resilient, observable, and immutable containerized applications on Kubernetes.

ContainerDevOpsKubernetes
0 likes · 14 min read
7 Essential Cloud‑Native Container Design Principles You Must Follow
Alibaba Cloud Native
Alibaba Cloud Native
Mar 22, 2018 · Cloud Native

Understanding Kubernetes’ Core Design: Declarative Data, List‑Watch, and Level Trigger

This article explains Kubernetes’ fundamental design principles—including declarative state, level‑trigger messaging, and the list‑watch mechanism—by walking through a ReplicationController‑based runtime flow, detailing each component’s role, and analyzing the reliability, ordering, and real‑time requirements of the watch system.

ControllerDeclarativeKubernetes
0 likes · 13 min read
Understanding Kubernetes’ Core Design: Declarative Data, List‑Watch, and Level Trigger
Programmer DD
Programmer DD
Mar 15, 2018 · Cloud Native

Is Service Mesh the Next Evolution of Microgateway? A Deep Dive into Cloud‑Native Architecture

With large organizations moving to self‑organized microservice teams, this article explains how service mesh and microgateway technologies provide decentralized, consistent service‑to‑service communication, detailing gateway functions, data‑plane and control‑plane roles, and the evolution of low‑invasive components, reverse proxies, sidecar patterns, and native infrastructure such as Istio.

Cloud NativeIstioKubernetes
0 likes · 11 min read
Is Service Mesh the Next Evolution of Microgateway? A Deep Dive into Cloud‑Native Architecture
Programmer DD
Programmer DD
Jan 15, 2018 · Cloud Native

Automate Safe Database Migrations on Kubernetes with Spinnaker

Learn how to build a repeatable, secure Spinnaker pipeline that automatically runs database migrations and deploys a Go‑based API service to Kubernetes, using Docker images, Run Job stages, and environment variables, without writing custom scripts.

Cloud NativeDevOpsKubernetes
0 likes · 7 min read
Automate Safe Database Migrations on Kubernetes with Spinnaker
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Dec 29, 2017 · Cloud Native

Inside JD’s ‘Moon Landing’ ML Platform: Cloud‑Native Architecture Secrets

JD’s Moon Landing Machine Learning Platform, built on Docker and Kubernetes, showcases a cloud‑native architecture that integrates AI services, multi‑tenant security, GPU management, big‑data scheduling, and advanced networking and storage solutions for high‑performance inference and training workloads.

Cloud NativeGPU ManagementKubernetes
0 likes · 15 min read
Inside JD’s ‘Moon Landing’ ML Platform: Cloud‑Native Architecture Secrets
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 19, 2017 · Cloud Native

Inside Kubelet: How Kubernetes Starts Pods and Manages Nodes

This article explains the Kubelet service lifecycle, its core functions, code structure, startup sequence, and the detailed steps Kubernetes follows to create and run Pods, providing code snippets and diagrams for developers who want to understand or extend Kubelet internals.

KubernetesOrchestrationPod
0 likes · 9 min read
Inside Kubelet: How Kubernetes Starts Pods and Manages Nodes
Programmer DD
Programmer DD
Dec 13, 2017 · Cloud Native

How Google Deploys Microservices with Kubernetes: A Practical Guide

Google Cloud’s engineers explain how microservice architectures benefit from small, fast-deployable containers, using Docker, Docker‑Compose, and Kubernetes features such as Pods, Replication Controllers, Services, Labels, and canary releases to achieve automated, high‑availability deployments at Google’s massive scale.

Cloud NativeDockerKubernetes
0 likes · 10 min read
How Google Deploys Microservices with Kubernetes: A Practical Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 5, 2017 · Cloud Native

Why Alibaba’s Open‑Source Pouch Is Changing the Container Landscape

Alibaba has open‑sourced its lightweight container runtime Pouch under Apache 2.0, detailing its evolution from early LXC experiments to a million‑scale deployment, highlighting strong isolation, rich “rich container” features, P2P image distribution, and its integration with Kubernetes and other cloud‑native ecosystems.

AlibabaCloud NativeKubernetes
0 likes · 13 min read
Why Alibaba’s Open‑Source Pouch Is Changing the Container Landscape
21CTO
21CTO
Nov 24, 2017 · Cloud Native

What Is Istio? An Open‑Source Service Mesh from IBM, Google, and Lyft

Istio, an open-source service mesh created by IBM, Google, and Lyft, offers a uniform platform for integrating microservices, managing traffic, enforcing policies, and collecting telemetry, with a control plane that abstracts underlying cluster platforms like Kubernetes, illustrated through developer presentations and slide decks.

Cloud NativeIstioKubernetes
0 likes · 3 min read
What Is Istio? An Open‑Source Service Mesh from IBM, Google, and Lyft
ITPUB
ITPUB
Nov 24, 2017 · Cloud Computing

Linux Containers vs Virtual Machines: Which Wins for Your Workloads?

This article compares Linux containers and virtual machines, explaining their differing purposes, resource usage, security implications, typical use cases, and how to choose the right technology based on workload requirements and tool ecosystems such as Docker, Kubernetes, VirtualBox, and VMware.

DockerKubernetesVirtualization
0 likes · 7 min read
Linux Containers vs Virtual Machines: Which Wins for Your Workloads?
JD Tech
JD Tech
Nov 20, 2017 · Cloud Native

Interview with JD.com Infrastructure Director Bao Yongcheng on Container Platforms, Kernel Optimizations, and Scaling for the 11.11 Summit

In this interview, JD.com’s infrastructure director Bao Yongcheng discusses his work on large‑scale container platforms, kernel‑level scheduling improvements, power‑saving experiments, and the future of cloud‑native data centers, highlighting practical lessons from the 11.11 shopping festival preparation.

ContainersKubernetesOpenStack
0 likes · 9 min read
Interview with JD.com Infrastructure Director Bao Yongcheng on Container Platforms, Kernel Optimizations, and Scaling for the 11.11 Summit
Tencent Cloud Developer
Tencent Cloud Developer
Nov 17, 2017 · Cloud Native

Tencent Cloud Container Service Becomes Early Member of CNCF Certified Kubernetes Conformance Program

Tencent Cloud Container Service has joined the inaugural CNCF Certified Kubernetes Conformance Program, confirming its Kubernetes platform meets the foundation’s consistency, portability and reliability standards, and giving enterprises such as Wall Street Snippets and Xiaohongshu confidence that workloads will run seamlessly across any certified Kubernetes environment.

CNCFCloud NativeConformance Certification
0 likes · 4 min read
Tencent Cloud Container Service Becomes Early Member of CNCF Certified Kubernetes Conformance Program
UCloud Tech
UCloud Tech
Nov 14, 2017 · Databases

Unlocking Cloud TiDB: Kubernetes‑Powered Scaling for Distributed NewSQL

This article explains how Cloud TiDB, a cloud‑native NewSQL database launched by UCloud and PingCAP, leverages Kubernetes integration, operators, and custom volume management to provide elastic scaling, high availability, and efficient lifecycle management for distributed workloads.

Cloud-ComputingDistributed-DatabaseKubernetes
0 likes · 9 min read
Unlocking Cloud TiDB: Kubernetes‑Powered Scaling for Distributed NewSQL
DevOps
DevOps
Nov 12, 2017 · Cloud Computing

Overview of Rancher: Open‑Source Platform for Docker and Kubernetes Management

Rancher is an open‑source software platform that simplifies running and managing Docker and Kubernetes by providing integrated infrastructure services such as networking, storage, load balancing, DNS, security, multi‑cloud deployment, container orchestration, an application catalog, and enterprise‑grade access control.

DockerKubernetescloud infrastructure
0 likes · 3 min read
Overview of Rancher: Open‑Source Platform for Docker and Kubernetes Management
vivo Internet Technology
vivo Internet Technology
Nov 3, 2017 · Cloud Native

Service Mesh Overview and Resource Collection

This article compiles a curated collection of high‑quality resources—including introductory explanations, in‑depth tutorials, Chinese translations, and tool overviews for Istio, Linkerd, and Envoy—to guide readers from basic concepts to advanced practices in service mesh and cloud‑native microservice architectures.

IstioKubernetesMicroservices
0 likes · 9 min read
Service Mesh Overview and Resource Collection
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 15, 2017 · Cloud Native

Why Alibaba’s Pouch Container Runtime Is Shaping the Future of Cloud Native

At the 2017 Hangzhou Cloud Expo, Alibaba announced the open‑source release of its internally‑developed container runtime Pouch, detailing its seven‑year evolution, unique security and scalability features, collaborations with Zhejiang University, and the company’s strategy to foster an ecosystem‑driven, standards‑focused container technology future.

AlibabaCloud NativeContainer
0 likes · 7 min read
Why Alibaba’s Pouch Container Runtime Is Shaping the Future of Cloud Native
21CTO
21CTO
Sep 17, 2017 · Artificial Intelligence

Scaling JD’s AI Platform: 5K+ Containers, GPU Management, and Multi‑Tenant Kubernetes

Since September 2016, JD’s AI foundation platform has leveraged Docker and Kubernetes to build a scalable machine‑learning infrastructure that now runs over 5,000 container instances, supports more than 20 AI services, and provides unified GPU, storage, networking, and multi‑tenant capabilities for both inference and training workloads.

AI PlatformGPU schedulingKubernetes
0 likes · 14 min read
Scaling JD’s AI Platform: 5K+ Containers, GPU Management, and Multi‑Tenant Kubernetes