Tagged articles
7 articles
Page 1 of 1
iQIYI Technical Product Team
iQIYI Technical Product Team
Apr 23, 2021 · Cloud Native

ByteDance Stateful Application Cloud‑Native Practices

ByteDance’s cloud‑native migration of stateful services uses a custom SolarService extending StatefulSet with Budset CRD to handle versioned data, shard‑aware routing, NUMA‑aware scheduling, advanced storage, eBPF monitoring, and automated PDB eviction, delivering efficiency, cost savings, and reliable rolling upgrades.

AutomationKubernetesScheduling
0 likes · 18 min read
ByteDance Stateful Application Cloud‑Native Practices
Alibaba Cloud Native
Alibaba Cloud Native
Feb 10, 2020 · Cloud Native

Mastering Kubernetes StatefulSet: Deploy, Scale, and Upgrade Stateful Apps

This guide explains how Kubernetes StatefulSet solves the challenges of deploying stateful applications by providing stable network identities, persistent storage, ordered scaling, and flexible update strategies, and walks through example manifests, creation commands, status inspection, upgrade procedures, and scaling policies.

KubernetesStatefulSetUpgrade Strategies
0 likes · 21 min read
Mastering Kubernetes StatefulSet: Deploy, Scale, and Upgrade Stateful Apps
dbaplus Community
dbaplus Community
Sep 4, 2019 · Operations

Running Kafka on Kubernetes: Practical Tips, Pitfalls, and Best Practices

This guide explains how to run Kafka on Kubernetes, covering runtime resource needs, storage considerations, network requirements, configuration with Pods, StatefulSets, Helm charts and Operators, performance testing, monitoring, logging, health checks, rolling updates, scaling, and backup strategies.

KafkaKubernetesOps
0 likes · 12 min read
Running Kafka on Kubernetes: Practical Tips, Pitfalls, and Best Practices
Alibaba Cloud Native
Alibaba Cloud Native
Jan 24, 2019 · Cloud Native

How Alibaba Achieves Large‑Scale Stateful Container Migration

This article explains Alibaba's approach to migrating stateful containers at massive scale, covering the challenges of pod identity, resource duplication, hot versus cold migration, limitations of RunC and CRIU, and the opportunities presented by new container runtimes and process‑level virtualization.

Container MigrationHot MigrationKubernetes
0 likes · 22 min read
How Alibaba Achieves Large‑Scale Stateful Container Migration
Alibaba Cloud Native
Alibaba Cloud Native
Jan 9, 2019 · Cloud Native

Why Kubernetes Operators Became the Secret Weapon for Managing Stateful Apps

This article traces the rapid rise of Kubernetes Operators from a niche PoC to a de‑facto standard for deploying and managing distributed stateful applications, explains how they extend the controller pattern to provide declarative, dynamic lifecycle management, compares them with StatefulSets, and details the technical evolution from TPR to CRD with concrete code examples.

Custom ResourceKubernetesOperator
0 likes · 24 min read
Why Kubernetes Operators Became the Secret Weapon for Managing Stateful Apps