Tagged articles
104 articles
Page 2 of 2
Alibaba Cloud Native
Alibaba Cloud Native
Feb 26, 2019 · Cloud Native

Why Kubernetes Is the Next‑Generation OS and How to Build Your First Operator

This article explains why Kubernetes should be seen as a next‑generation operating system, walks through a simple nginx deployment using declarative YAML, introduces the concepts of CRDs, custom controllers and Operators, and shows how to create and manage resources such as etcd clusters and virtual machines within Kubernetes.

DeploymentDevOpsKubernetes
0 likes · 20 min read
Why Kubernetes Is the Next‑Generation OS and How to Build Your First Operator
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
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