Tagged articles
3 articles
Page 1 of 1
Alibaba Cloud Native
Alibaba Cloud Native
Sep 17, 2020 · Cloud Native

How to Run Declarative Performance Tests on Kubernetes with YAML

This article explains how to define and execute performance testing workflows for Kubernetes using declarative YAML files, covering the design of custom CRDs, task orchestration, example manifests, and the implementation of core operations and monitoring.

Cloud NativeCustom ResourceDeclarative
0 likes · 12 min read
How to Run Declarative Performance Tests on Kubernetes with YAML
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