Tagged articles
4047 articles
Page 29 of 41
Alibaba Cloud Native
Alibaba Cloud Native
Jul 16, 2021 · Cloud Native

What Is Cloud Native? Exploring Its Evolving Vision and Practices

This article explains that cloud native is not a fixed definition but an evolving vision and set of best‑practice methods—such as immutable infrastructure, automation, sidecar architecture, and Kubernetes—that enable software to be born, grow, and operate efficiently in the cloud while reducing cost and complexity.

ContainersKubernetesOperator
0 likes · 22 min read
What Is Cloud Native? Exploring Its Evolving Vision and Practices
Code Ape Tech Column
Code Ape Tech Column
Jul 15, 2021 · Operations

What Really Caused Bilibili’s Sudden Outage? A Deep Dive into the Technical Failure

The article analyzes Bilibili's recent half‑hour service disruption, explores technical rumors such as an etcd crash, examines Kubernetes‑based cloud‑native infrastructure, reviews similar historic outages, and offers expert recommendations for improving high‑availability and disaster‑recovery in large‑scale internet services.

BilibiliCloud NativeKubernetes
0 likes · 8 min read
What Really Caused Bilibili’s Sudden Outage? A Deep Dive into the Technical Failure
Sohu Tech Products
Sohu Tech Products
Jul 14, 2021 · Cloud Native

Limitations and Challenges of Kubernetes in Cluster Management and Application Scenarios

The article examines Kubernetes' widespread adoption, outlines its scalability and multi‑cluster management constraints, discusses practical application scenarios such as deployment models, batch scheduling, and hard multi‑tenancy, and highlights the gaps that still limit its use in large‑scale production environments.

Cloud NativeCluster ManagementKubernetes
0 likes · 21 min read
Limitations and Challenges of Kubernetes in Cluster Management and Application Scenarios
Liangxu Linux
Liangxu Linux
Jul 13, 2021 · Information Security

Why Running Docker Containers as Root Is Dangerous and How to Avoid It

Running Docker containers as root or with the --privileged flag can expose the host to unnecessary risks; this article explains the differences, demonstrates root usage in common images, and provides practical methods—such as specifying non‑root users in Dockerfiles or using security contexts—to securely run containers.

$rootContainer SecurityKubernetes
0 likes · 7 min read
Why Running Docker Containers as Root Is Dangerous and How to Avoid It
Tencent Cloud Developer
Tencent Cloud Developer
Jul 13, 2021 · Backend Development

Function Mesh: Serverless Innovation in Message and Streaming Data Scenarios

The talk by Zha Jia showcases StreamNative’s open‑source Function Mesh, which builds on Apache Pulsar’s unified messaging and streaming platform and its lightweight Pulsar Functions, using Kubernetes CRDs to simplify deployment, management, and scaling of serverless data processing while highlighting the project’s rapid community growth.

Apache PulsarCloud NativeFunction Mesh
0 likes · 18 min read
Function Mesh: Serverless Innovation in Message and Streaming Data Scenarios
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 11, 2021 · Cloud Native

Mastering Argo CD: A Complete Guide to GitOps on Kubernetes

This guide explains the origins of GitOps, introduces Argo CD’s architecture and core concepts, and provides step‑by‑step instructions for installing, configuring, and operating Argo CD on Kubernetes, including CLI usage, cluster registration, application creation, synchronization, and health monitoring.

Argo CDCloud NativeDevOps
0 likes · 14 min read
Mastering Argo CD: A Complete Guide to GitOps on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Jul 8, 2021 · Cloud Native

Integrating Tekton CI/CD with Argo CD for GitOps: A Step‑by‑Step Guide

This tutorial shows how to refactor a Tekton‑based CI/CD pipeline by extracting Helm chart templates into a separate repository, configuring an Argo CD AppProject and Application, adding sync and manifest‑update tasks, customizing health checks, and finally achieving a streamlined GitOps workflow on Kubernetes.

Argo CDKubernetesci/cd
0 likes · 16 min read
Integrating Tekton CI/CD with Argo CD for GitOps: A Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2021 · Information Security

How to Secure Every Layer of Your Container Stack: Best Practices

This article outlines comprehensive container security best practices across kernel, container image, runtime, pod, network, node, and cluster components, emphasizing how to harden each layer in Kubernetes environments to protect against attacks and maintain robust, scalable deployments.

Cloud NativeContainer SecurityDevSecOps
0 likes · 9 min read
How to Secure Every Layer of Your Container Stack: Best Practices
Ops Development Stories
Ops Development Stories
Jul 8, 2021 · Cloud Native

Transform Tekton CI/CD into a GitOps Workflow with Argo CD

This guide shows how to refactor a Tekton CI/CD pipeline by extracting Helm chart templates into a separate repository, configuring Argo CD to manage the deployment stage, and adding Tekton tasks that update Helm values, sync the application, and handle health checks, achieving a full GitOps workflow on Kubernetes.

Argo CDCI/CDGitOps
0 likes · 17 min read
Transform Tekton CI/CD into a GitOps Workflow with Argo CD
JD Retail Technology
JD Retail Technology
Jul 7, 2021 · Cloud Native

Private Deployment Practices and Rapid Deployment Platform for JD Transaction Center Microservices

This article describes the challenges of private deployment for micro‑service architectures at JD's Transaction Center and presents a cloud‑native rapid‑deployment platform that uses standardized metadata, drag‑and‑drop component design, automated resource initialization, and probe‑based health checks to achieve fast, low‑cost, and reliable service rollout.

KubernetesPrivate Deploymentautomation
0 likes · 11 min read
Private Deployment Practices and Rapid Deployment Platform for JD Transaction Center Microservices
DevOps Cloud Academy
DevOps Cloud Academy
Jul 3, 2021 · Cloud Native

Argo CD: A GitOps Continuous Delivery Tool for Kubernetes – Architecture, Features, Installation, and Usage Guide

This article provides a comprehensive overview of Argo CD, a Kubernetes‑native GitOps continuous deployment tool, covering its architecture, core components, supported manifest types, key features, installation steps, cluster configuration, application creation, and synchronization methods using both CLI and UI.

Argo CDDevOpsKubernetes
0 likes · 18 min read
Argo CD: A GitOps Continuous Delivery Tool for Kubernetes – Architecture, Features, Installation, and Usage Guide
Java High-Performance Architecture
Java High-Performance Architecture
Jul 3, 2021 · Backend Development

Building a High‑Throughput, Highly Available Messaging Center with RocketMQ & Elasticsearch

This article outlines the technical, business, and product goals for a messaging center, presents a prototype and functional requirements, evaluates RocketMQ and Elasticsearch as core technologies, and details the architectural design, underlying frameworks, and DevOps strategies—including Spring Cloud Gateway, Kubernetes, and Docker—to achieve 10,000 msg/s upstream throughput, 1,000 msg/s downstream delivery, and 100 % high availability.

ElasticsearchKubernetesMessaging System
0 likes · 5 min read
Building a High‑Throughput, Highly Available Messaging Center with RocketMQ & Elasticsearch
360 Tech Engineering
360 Tech Engineering
Jul 2, 2021 · Artificial Intelligence

DGL Operator: A Kubernetes‑Native Solution for Distributed Graph Neural Network Training

The article introduces DGL Operator, an open‑source Kubernetes‑based controller that automates the lifecycle of distributed graph neural network training with DGL, explains its terminology, challenges of native DGL distribution, and provides detailed architecture, workflow, and YAML/CLI examples for easy deployment.

AIDGLDistributed Training
0 likes · 18 min read
DGL Operator: A Kubernetes‑Native Solution for Distributed Graph Neural Network Training
Liangxu Linux
Liangxu Linux
Jun 30, 2021 · Cloud Native

Understanding Overlay vs. Underlay Networks in Kubernetes

This article explains the concepts, mechanisms, and trade‑offs of Overlay and Underlay network models for container networking in Kubernetes, covering VXLAN, MAC VLAN, IP VLAN, and direct‑routing approaches with practical examples and configuration details.

Direct RoutingIP VLANKubernetes
0 likes · 13 min read
Understanding Overlay vs. Underlay Networks in Kubernetes
Ops Development Stories
Ops Development Stories
Jun 30, 2021 · Cloud Native

Mastering Kubernetes: Essential Node & Pod Practices for Stable, Secure Deployments

This article outlines essential Kubernetes operational practices—including node maintenance, kernel upgrades, Docker and kubelet tuning, pod resource limits, scheduling strategies, health probes, logging standards, and monitoring setups—to ensure applications run reliably, securely, and efficiently in production environments.

Cloud NativeKubernetesNode Management
0 likes · 18 min read
Mastering Kubernetes: Essential Node & Pod Practices for Stable, Secure Deployments
Programmer DD
Programmer DD
Jun 30, 2021 · Cloud Native

How Apache Dubbo 3 Embraces Cloud‑Native Architecture with New Service Discovery and Triple RPC

Apache Dubbo 3 modernizes the popular Java RPC framework by adopting cloud‑native principles, introducing an application‑level service discovery model, a next‑generation Triple RPC protocol, and seamless Kubernetes integration, while preserving its proven ease of use and performance benefits for large‑scale microservice deployments.

Apache DubboKubernetesRPC
0 likes · 9 min read
How Apache Dubbo 3 Embraces Cloud‑Native Architecture with New Service Discovery and Triple RPC
Alibaba Cloud Native
Alibaba Cloud Native
Jun 29, 2021 · Cloud Native

Apache Dubbo 3 Goes Cloud‑Native: New Service Discovery, Triple RPC, Kubernetes Integration

The article explains how Apache Dubbo 3 adapts to the cloud‑native era by introducing an application‑level service discovery model, the next‑generation Triple RPC protocol, and deep Kubernetes integration, highlighting performance gains, cross‑language support, and flexible deployment options for modern microservices.

Apache DubboCloud NativeKubernetes
0 likes · 9 min read
Apache Dubbo 3 Goes Cloud‑Native: New Service Discovery, Triple RPC, Kubernetes Integration
dbaplus Community
dbaplus Community
Jun 28, 2021 · Cloud Native

From chroot to Kubernetes: Choosing the Right Redis Container Strategy

This talk walks through the evolution of containerization—from early chroot and jails to modern Kubernetes—explains Redis’s core features, compares various container solutions for Redis deployment, and offers practical guidance on installation, scaling, monitoring, and fault recovery in both single‑instance and clustered environments.

ContainerizationDockerKubernetes
0 likes · 30 min read
From chroot to Kubernetes: Choosing the Right Redis Container Strategy
IT Architects Alliance
IT Architects Alliance
Jun 27, 2021 · Cloud Native

From Monolith to Microservices: A Complete Evolution Guide

This article traces the evolution of software architecture from monolithic applications through vertical splitting, distributed services, and SOA to modern microservices, and then details the essential technology stack—including service communication, API gateways, authentication, fault tolerance, logging, configuration, containers, orchestration, and CI/CD—required to build scalable, resilient cloud‑native systems.

Cloud NativeContainersKubernetes
0 likes · 19 min read
From Monolith to Microservices: A Complete Evolution Guide
IT Architects Alliance
IT Architects Alliance
Jun 26, 2021 · Operations

How DevOps, Containers, and Kubernetes Unite to Accelerate Software Delivery

This article explains the origins of DevOps, its evolution from agile practices, and how containers and Kubernetes enable a seamless, automated pipeline—from code checkout and build to testing, code analysis, artifact storage, image creation, and staged deployment—illustrated with real‑world Jenkins pipelines and logs.

ContainerizationDevOpsDocker
0 likes · 16 min read
How DevOps, Containers, and Kubernetes Unite to Accelerate Software Delivery
Sohu Tech Products
Sohu Tech Products
Jun 23, 2021 · Cloud Native

Containerizing Stateful Services on Kubernetes: Challenges, Solutions, and Best Practices

This article examines the difficulties of running stateful services such as Redis, etcd, and MySQL on Kubernetes and presents practical solutions—including workload selection, CRD/operator extensions, scheduling strategies, high‑availability mechanisms, performance‑optimized networking and storage, and chaos‑engineering validation—to achieve reliable, high‑performance containerized deployments.

CRDKubernetesNetworking
0 likes · 32 min read
Containerizing Stateful Services on Kubernetes: Challenges, Solutions, and Best Practices
Qingyun Technology Community
Qingyun Technology Community
Jun 23, 2021 · Databases

Why Containerizing MySQL Is a Game‑Changer for Modern Operations

This article examines the challenges of traditional MySQL deployments, explains how containerization with Docker and Kubernetes addresses cost, elasticity, and operational complexity, and introduces RadonDB MySQL's Helm and Operator solutions for high‑availability cloud‑native database management.

Cloud NativeKubernetesOperator
0 likes · 9 min read
Why Containerizing MySQL Is a Game‑Changer for Modern Operations
Selected Java Interview Questions
Selected Java Interview Questions
Jun 23, 2021 · Cloud Native

Can Kubernetes Replace a Full‑Stack Microservice Framework? A Detailed Comparison of Gateway, Service Discovery, Load Balancing, Circuit Breaking, and Config Center

The article evaluates whether Kubernetes alone can replace traditional microservice frameworks by examining gateway choices, native service discovery, load balancing, circuit breaking, configuration management, and concluding that a hybrid approach often yields the best trade‑off between DevOps efficiency and business logic focus.

Cloud NativeConfiguration ManagementKubernetes
0 likes · 6 min read
Can Kubernetes Replace a Full‑Stack Microservice Framework? A Detailed Comparison of Gateway, Service Discovery, Load Balancing, Circuit Breaking, and Config Center
Alibaba Cloud Native
Alibaba Cloud Native
Jun 22, 2021 · Cloud Native

What’s Next for Cloud‑Native Application Delivery? Insights from CNCF’s New Co‑Chairs

CNCF’s Application Delivery SIG, now co‑chaired by Alibaba Cloud’s Deng Hongchao and VMware’s Jennifer Strejevitch, aims to advance cloud‑native app management by uniting best‑practice guidance, open‑source project stewardship, and emerging trends such as sidecars, universal control planes, GitOps, and standardized application models.

Application DeliveryCNCFCloud Native
0 likes · 11 min read
What’s Next for Cloud‑Native Application Delivery? Insights from CNCF’s New Co‑Chairs
Efficient Ops
Efficient Ops
Jun 21, 2021 · Cloud Native

How Kubernetes Connects Containers: From Docker Bridge to CNI Plugins

This article explains the fundamentals of container networking in Kubernetes, covering Linux network namespaces, veth pairs, Docker's default bridge, CNI plugins such as Flannel and Calico, their routing modes, and practical command‑line examples for cross‑host communication.

CNICalicoDocker
0 likes · 19 min read
How Kubernetes Connects Containers: From Docker Bridge to CNI Plugins
Qingyun Technology Community
Qingyun Technology Community
Jun 21, 2021 · Databases

Inside Nebula Graph: Architecture, Cloud‑Native Challenges, and DBaaS Solutions

Nebula Graph is a high‑performance, open‑source distributed graph database that separates storage and compute, supports billions of vertices, and offers millisecond query latency, while its cloud‑native DBaaS deployment faces multi‑cloud resource, performance, and operational challenges addressed through Kubernetes, KubeSphere, and custom operators.

Cloud NativeDBaaSDistributed Systems
0 likes · 12 min read
Inside Nebula Graph: Architecture, Cloud‑Native Challenges, and DBaaS Solutions
TAL Education Technology
TAL Education Technology
Jun 17, 2021 · Cloud Native

Introduction to Service Mesh Solutions and Their Implementation in Our Platform

This article explains the evolution from monolithic to microservice architectures, the challenges of service governance, the concept and benefits of service mesh, and details the practical adoption of Istio‑based service mesh—including traffic ingress, smooth migration, downgrade strategies, and future enhancements—within the platform.

Cloud NativeIstioKubernetes
0 likes · 15 min read
Introduction to Service Mesh Solutions and Their Implementation in Our Platform
Cloud Native Technology Community
Cloud Native Technology Community
Jun 17, 2021 · Cloud Native

Kube-OVN Growth Journey, Recent Feature Updates, and 2021‑2022 Roadmap

The article outlines Kube‑OVN’s evolution from its 2019 debut to becoming the CNCF‑hosted open‑source CNI with extensive enterprise adoption, details recent feature releases such as multi‑VLAN, BGP, Smart‑NIC, DPDK, dual‑stack and multi‑cluster support, and presents a 2021‑2022 roadmap focusing on performance, security, monitoring and broader cloud‑native use cases.

CNICloud Native NetworkingKube-OVN
0 likes · 12 min read
Kube-OVN Growth Journey, Recent Feature Updates, and 2021‑2022 Roadmap
Top Architect
Top Architect
Jun 17, 2021 · Cloud Native

Kubernetes Interview Questions and Answers: Architecture, Probes, Deployment, and Management

This article provides a comprehensive set of Kubernetes interview questions and detailed answers covering architecture components, pod lifecycle, health probes, rolling updates, image pull policies, services, label selectors, DaemonSets, Jobs, and persistent storage options, with example YAML snippets and command‑line usage.

KubernetesLabelPersistent Volume
0 likes · 23 min read
Kubernetes Interview Questions and Answers: Architecture, Probes, Deployment, and Management
DevOps Cloud Academy
DevOps Cloud Academy
Jun 16, 2021 · Cloud Native

Boosting ForgeRock Developer Productivity with Google Cloud Native Tools

The article explains how ForgeRock’s engineering team improves developer efficiency and product delivery by using Google Cloud’s native DevOps suite—including Cloud Code, Tekton, Cloud Build, and Container Registry—to streamline IDE workflows, enable end‑to‑end automation, and adopt a multi‑cloud strategy across GKE, EKS, and AKS.

Cloud NativeDevOpsGoogle Cloud
0 likes · 7 min read
Boosting ForgeRock Developer Productivity with Google Cloud Native Tools
Laravel Tech Community
Laravel Tech Community
Jun 14, 2021 · Backend Development

Apache Dubbo 3.0 Release: Core Features, Branch Differences, Compatibility and Upgrade Guide

The article announces Apache Dubbo 3.0's preview and upcoming official release, outlines its new application‑level service discovery, Triple RPC protocol, routing rules, performance improvements, Kubernetes integration, extension modules, compatibility with 2.7.x, and provides migration considerations for developers.

Apache DubboBackendKubernetes
0 likes · 3 min read
Apache Dubbo 3.0 Release: Core Features, Branch Differences, Compatibility and Upgrade Guide
Architecture Digest
Architecture Digest
Jun 14, 2021 · Cloud Native

From Monolith to Microservices and Containerization: A Small Team’s Evolution Journey

This article chronicles a SaaS company's transition from a two‑person monolithic SPA to a multi‑service microservice architecture, covering RESTful API design, CI integration testing, Spring Cloud choices, Kubernetes containerization, automated deployment, link tracing, and operational monitoring, while highlighting practical lessons for small teams.

DockerKubernetesSpring Cloud
0 likes · 13 min read
From Monolith to Microservices and Containerization: A Small Team’s Evolution Journey
DataFunTalk
DataFunTalk
Jun 13, 2021 · Artificial Intelligence

GPU Virtual Sharing for AI Inference Services on Kubernetes

The article presents a GPU virtual‑sharing solution for AI inference workloads that isolates memory and compute resources via CUDA API interception, integrates with Kubernetes using the open‑source aliyun‑gpushare scheduler, and demonstrates doubled GPU utilization and minimal performance loss across multiple tests.

CUDAGPU virtualizationKubernetes
0 likes · 16 min read
GPU Virtual Sharing for AI Inference Services on Kubernetes
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Jun 11, 2021 · Cloud Computing

Containerizing the Live Classroom Service: Architecture, Migration Process, and Lessons Learned

This article details the background, goals, architectural analysis, migration scope, step‑by‑step containerization process, code‑level challenges, and post‑migration results of moving a large‑scale live‑classroom platform from virtual machines to a Kubernetes‑based container environment, highlighting performance, reliability, and operational improvements.

ContainerizationInfrastructure MigrationKubernetes
0 likes · 22 min read
Containerizing the Live Classroom Service: Architecture, Migration Process, and Lessons Learned
DataFunTalk
DataFunTalk
Jun 9, 2021 · Cloud Native

Graceful Shutdown in Kubernetes and Integration with AWS Load Balancer

This article explains how to perform graceful shutdown of Pods within a Kubernetes cluster, details the internal shutdown workflows, and describes strategies to ensure that AWS Load Balancer updates are synchronized to avoid traffic loss, including using IP mode and sidecar approaches.

AWS Load BalancerGraceful ShutdownIngress
0 likes · 9 min read
Graceful Shutdown in Kubernetes and Integration with AWS Load Balancer
Cloud Native Technology Community
Cloud Native Technology Community
Jun 9, 2021 · Cloud Native

Understanding Knative Eventing: Broker & Trigger Architecture and Implementation

This article provides a comprehensive overview of Knative Eventing's Broker and Trigger model, detailing background concepts, event routing patterns, data‑plane and control‑plane workflows, and includes practical YAML and command‑line examples for deploying and managing the components in a Kubernetes environment.

BrokerCloud NativeKnative
0 likes · 11 min read
Understanding Knative Eventing: Broker & Trigger Architecture and Implementation
Alibaba Cloud Native
Alibaba Cloud Native
Jun 7, 2021 · Cloud Native

Master Knative Serverless: Serving, Eventing, and Alibaba Cloud Integration

This article introduces Knative, the open‑source serverless framework built on Kubernetes, explains its core Serving and Eventing components, details Alibaba Cloud’s deep integration and enhanced capabilities such as traffic management, auto‑scaling policies, and provides a step‑by‑step example of a real‑time bullet‑screen application.

Alibaba CloudCloud NativeKnative
0 likes · 8 min read
Master Knative Serverless: Serving, Eventing, and Alibaba Cloud Integration
Open Source Linux
Open Source Linux
Jun 6, 2021 · Cloud Computing

Unlocking Open‑Source Cloud: Platforms, Tools, and Cost‑Saving Strategies

This article explores the landscape of open‑source cloud platforms and tools—such as AppScale, Kubernetes, and OpenStack—detailing their capabilities, cost advantages, and how they compare to proprietary services, while also covering monitoring, cost‑optimization, and infrastructure‑as‑code solutions for modern enterprises.

KubernetesOpenStackcloud computing
0 likes · 8 min read
Unlocking Open‑Source Cloud: Platforms, Tools, and Cost‑Saving Strategies
New Oriental Technology
New Oriental Technology
Jun 4, 2021 · Cloud Native

Overview of XDF Local Storage Service (xlss) Architecture, Components, and Disaster Recovery Workflow

The article introduces xlss, a high‑performance, highly‑available Kubernetes local storage solution, details its core components, application scenarios, custom scheduler design, backup and recovery processes, and provides code snippets and CRD examples for implementing resilient stateful workloads.

Cloud NativeKubernetesScheduler
0 likes · 14 min read
Overview of XDF Local Storage Service (xlss) Architecture, Components, and Disaster Recovery Workflow
Open Source Linux
Open Source Linux
Jun 3, 2021 · Operations

Master Kubernetes Capacity Planning: Detect & Optimize Unused Resources

This guide explains Kubernetes capacity planning, showing how to detect idle CPU and memory, identify wasteful namespaces, use open‑source tools like kube‑state‑metrics and cAdvisor, and apply PromQL queries to optimize resource requests and measure the impact of your improvements.

KubernetesPromQLResource Optimization
0 likes · 10 min read
Master Kubernetes Capacity Planning: Detect & Optimize Unused Resources
Alibaba Cloud Native
Alibaba Cloud Native
Jun 3, 2021 · Artificial Intelligence

How Weibo Boosted Deep Learning Training Speed 18× with Fluid and JindoRuntime

Weibo’s deep learning platform faced severe latency and stability issues when accessing massive small‑file datasets via a compute‑storage‑separated architecture, so the team adopted the CNCF Fluid project with JindoRuntime, implementing a distributed cache that leverages POSIX interfaces, dramatically improving data locality, reducing HDFS load, and achieving up to 18‑fold training speedups while raising success rates from 37 % to 98 %.

Data CachingDeep LearningDistributed Training
0 likes · 15 min read
How Weibo Boosted Deep Learning Training Speed 18× with Fluid and JindoRuntime
Architecture Digest
Architecture Digest
Jun 3, 2021 · Operations

Deploying Apache Zookeeper on Kubernetes with StatefulSet, Operator, and KUDO

This guide demonstrates how to deploy Apache Zookeeper on Kubernetes using three approaches—StatefulSet, a custom Operator, and KUDO—covering configuration files, command‑line steps, scaling procedures, and verification, enabling elastic, high‑availability service discovery in cloud‑native environments.

Cloud NativeKUDOKubernetes
0 likes · 7 min read
Deploying Apache Zookeeper on Kubernetes with StatefulSet, Operator, and KUDO
Efficient Ops
Efficient Ops
Jun 2, 2021 · Cloud Native

How Kubernetes Controllers Automate Cluster Management: A Deep Dive

This article explains Kubernetes' controller pattern, detailing how declarative APIs, controllers like ReplicaSet, and components such as Reflector, Informer, and Indexer work together to achieve automated, self‑healing cluster operations and illustrate the benefits of declarative over imperative programming.

Cloud NativeKubernetesOperator
0 likes · 18 min read
How Kubernetes Controllers Automate Cluster Management: A Deep Dive
Alibaba Cloud Native
Alibaba Cloud Native
Jun 1, 2021 · Cloud Native

What’s New in OpenKruise v0.9.0? Container Restart, Deletion Protection, and CloneSet Enhancements

OpenKruise v0.9.0 introduces a pod‑level container restart API, cascade‑deletion protection, new CloneSet capabilities such as deletion‑cost ordering, image pre‑download for in‑place updates, pod‑replacement strategies, partition‑based rollback, short‑hash labels, and a SidecarSet hot‑upgrade mechanism, all aimed at improving cloud‑native workload reliability and upgrade flexibility.

CloneSetCloud NativeKubernetes
0 likes · 16 min read
What’s New in OpenKruise v0.9.0? Container Restart, Deletion Protection, and CloneSet Enhancements
Ops Development Stories
Ops Development Stories
Jun 1, 2021 · Cloud Native

Why Do Readiness Probe Failures Show “OCI runtime exec failed: EOF” in Kubernetes?

A Kubernetes pod reported readiness probe warnings with an OCI runtime exec failure, which was traced through kubelet, Docker, dockershim, containerd, and runc, ultimately caused by a race condition with cpu‑manager updating the container state file, and resolved by disabling cpu‑manager or upgrading runc.

CPU ManagerKubernetesOCI runtime
0 likes · 14 min read
Why Do Readiness Probe Failures Show “OCI runtime exec failed: EOF” in Kubernetes?
Baidu Geek Talk
Baidu Geek Talk
May 31, 2021 · Cloud Native

Adoption of Service Mesh (Istio) at Baidu iFanFan: Challenges, Migration Strategy, and Benefits

Baidu iFanFan migrated all its Java‑based services to a native Kubernetes + Istio service mesh within three months, replacing fragmented, manual governance with automated rate‑limiting, canary releases, chaos testing and observability, which cut governance cycles from months to minutes, reduced CI time by ~20 % and dramatically improved system stability and multi‑cloud readiness.

Cloud NativeIstioKubernetes
0 likes · 21 min read
Adoption of Service Mesh (Istio) at Baidu iFanFan: Challenges, Migration Strategy, and Benefits
Top Architect
Top Architect
May 31, 2021 · Cloud Native

Why I Switched from Istio to Linkerd: A Practical Service Mesh Evaluation

After two years of using Istio in production, the author explains the operational complexities, reliability issues, and protocol limitations that led to abandoning Istio in favor of Linkerd, highlighting the pros and cons of both service meshes within Kubernetes environments.

IstioKubernetesLinkerd
0 likes · 10 min read
Why I Switched from Istio to Linkerd: A Practical Service Mesh Evaluation
Programmer DD
Programmer DD
May 31, 2021 · Cloud Native

How to Eliminate JVM Warm‑up Delays in Kubernetes with Burstable QoS

Running Java services on Kubernetes often suffers from long JVM warm‑up times that cause high latency during deployments, but by analyzing CPU throttling and leveraging Burstable QoS with appropriate request/limit settings, you can dramatically reduce warm‑up delays without extra pods or cost.

Burstable QoSCPU throttlingJVM
0 likes · 11 min read
How to Eliminate JVM Warm‑up Delays in Kubernetes with Burstable QoS
Ops Development Stories
Ops Development Stories
May 31, 2021 · Cloud Native

Effortlessly Manage Multiple Kubernetes Clusters with kubecm

Learn how to install kubecm, merge multiple kubeconfig files, list, switch, and delete cluster contexts, enabling streamlined, single‑file management of many Kubernetes clusters directly from the command line without manually editing the config file, and see visual cues for the active context.

CLIKubernetescloud-native
0 likes · 3 min read
Effortlessly Manage Multiple Kubernetes Clusters with kubecm
Open Source Linux
Open Source Linux
May 30, 2021 · Cloud Native

What Is etcd? Features, Use Cases, and How It Powers Kubernetes

This article explains etcd as a highly available distributed key‑value store, outlines its simple, secure, fast, and reliable characteristics, describes typical scenarios such as service discovery and distributed locking, and then provides a comprehensive overview of Kubernetes architecture, components, deployment methods, security, networking, storage, and operational best practices.

Kubernetescontainer orchestrationetcd
0 likes · 45 min read
What Is etcd? Features, Use Cases, and How It Powers Kubernetes
Qunar Tech Salon
Qunar Tech Salon
May 29, 2021 · Cloud Native

How Qunar Scales Kubernetes Networking with Calico: Architecture & Lessons

This article details Qunar's adoption of Calico as a CNI solution, covering its three‑layer architecture, core components, large‑scale deployment practices, IPAM behavior, pod‑to‑pod and pod‑to‑external traffic flows, encountered issues, and the overall benefits for a production Kubernetes environment.

BGPCNICalico
0 likes · 11 min read
How Qunar Scales Kubernetes Networking with Calico: Architecture & Lessons
iQIYI Technical Product Team
iQIYI Technical Product Team
May 28, 2021 · Artificial Intelligence

iQIYI GPU Virtual Sharing for AI Inference: Architecture, Isolation, and Scheduling

iQIYI created a custom GPU‑virtual‑sharing system that intercepts CUDA calls to enforce per‑container memory limits, rewrites kernel launches for compute isolation, and integrates with a Kubernetes scheduler extender, allowing multiple AI inference containers to share a single V100 with minimal overhead and more than doubling overall GPU utilization.

AI inferenceCUDAGPU virtualization
0 likes · 16 min read
iQIYI GPU Virtual Sharing for AI Inference: Architecture, Isolation, and Scheduling
MaGe Linux Operations
MaGe Linux Operations
May 26, 2021 · Cloud Native

Unlock Cloud Native Mastery: Free 14‑Chapter Handbook from Alibaba Cloud

This article explains the evolution of cloud native practices—from Docker containerization and Kubernetes orchestration to service mesh technologies—highlights Alibaba Cloud's strategic commitment, and introduces a comprehensive 14‑chapter handbook that guides readers through core Kubernetes concepts, configuration management, and networking strategies.

Alibaba CloudCloud NativeConfiguration Management
0 likes · 4 min read
Unlock Cloud Native Mastery: Free 14‑Chapter Handbook from Alibaba Cloud
MaGe Linux Operations
MaGe Linux Operations
May 25, 2021 · Cloud Native

Mastering Kubernetes Architecture: Core Components, Networking, and Scaling

This article provides a comprehensive overview of Kubernetes, covering its core components, container operations, service discovery layers, pod shared resources, common CNI plugins, multi‑layer load balancing, isolation dimensions, network model principles, and various IP address categories for large‑scale deployments.

CNIIP addressingKubernetes
0 likes · 11 min read
Mastering Kubernetes Architecture: Core Components, Networking, and Scaling
Alibaba Cloud Native
Alibaba Cloud Native
May 24, 2021 · Operations

How to Build a Data‑Driven Stability Assurance System for Kubernetes Clusters

This article presents a systematic, data‑model‑driven approach to Kubernetes stability assurance, detailing the sources of complexity, a four‑diagram and three‑table data model, insight and pre‑plan structures, global visualisation concepts, deployment patterns, operational workflows, and competitive analysis to enable effective, iterative, and sustainable cluster stability management.

Kubernetesdata modelingincident management
0 likes · 15 min read
How to Build a Data‑Driven Stability Assurance System for Kubernetes Clusters
360 Tech Engineering
360 Tech Engineering
May 24, 2021 · Cloud Native

Understanding the Calico CNI Plugin: Code Walkthrough and Network Resource Creation

This article provides a detailed walkthrough of the Calico CNI plugin source code, explaining how the calico and calico‑ipam binaries are built, how the ADD command creates WorkloadEndpoint objects, veth pairs, routes, and sysctl settings, and how these components integrate with the Calico datastore in a Kubernetes environment.

CNICalicoContainerNetworking
0 likes · 16 min read
Understanding the Calico CNI Plugin: Code Walkthrough and Network Resource Creation
Volcano Engine Developer Services
Volcano Engine Developer Services
May 24, 2021 · Operations

How ByteDance Scales High Availability with Chaos Engineering: From Platform 1.0 to 2.0

This article details ByteDance's evolution of chaos engineering platforms and high‑availability practices, covering service types, architectural upgrades, fault‑center design, explosion‑radius control, steady‑state algorithms, automated experiments, and future plans for resilient infrastructure.

Kubernetesautomationchaos engineering
0 likes · 17 min read
How ByteDance Scales High Availability with Chaos Engineering: From Platform 1.0 to 2.0
Java Interview Crash Guide
Java Interview Crash Guide
May 24, 2021 · Cloud Native

Mastering Kubernetes: Core Concepts, Architecture, Probes, and Best Practices

This comprehensive guide explains what Kubernetes is, its architecture and components, pod health‑checking probes, rolling updates, image pull policies, restart strategies, services, label selectors, DaemonSet, Job, persistent volumes, and the full pod lifecycle, providing clear examples and command‑line snippets for each topic.

KubernetesPersistent VolumeProbes
0 likes · 23 min read
Mastering Kubernetes: Core Concepts, Architecture, Probes, and Best Practices
Top Architect
Top Architect
May 23, 2021 · Cloud Native

Kubernetes Deprecates Docker: Implications and Migration Guide

This article explains the background of containers, compares Docker and Kubernetes, details the deprecation of Docker's dockershim in Kubernetes v1.20, outlines the impact on developers and operators, and provides practical steps for migrating to OCI‑compatible runtimes.

Cloud NativeDockerKubernetes
0 likes · 12 min read
Kubernetes Deprecates Docker: Implications and Migration Guide
JD Tech
JD Tech
May 22, 2021 · Cloud Native

Design and Implementation of a High‑Availability Jenkins Distributed Cluster with Kubernetes and LVS

This article presents a high‑availability Jenkins distributed architecture that leverages master‑slave deployment, label‑based node management, Kubernetes containerization, and LVS load‑balancing to address resource constraints, configuration complexity, and maintenance overhead in large‑scale CI pipelines.

Cloud NativeDevOpsDistributed
0 likes · 8 min read
Design and Implementation of a High‑Availability Jenkins Distributed Cluster with Kubernetes and LVS
Qingyun Technology Community
Qingyun Technology Community
May 20, 2021 · Cloud Native

How We Scaled Multi‑Cluster Management with KubeSphere and QKE

This article details how the QingJiao Classroom platform evolved from a single‑cluster setup to a multi‑cluster architecture using KubeSphere on QingCloud (QKE), covering selection criteria, deployment strategies, automation, monitoring, authentication, elastic scaling with Keda, and future plans.

KEDAKubeSphereKubernetes
0 likes · 12 min read
How We Scaled Multi‑Cluster Management with KubeSphere and QKE
Selected Java Interview Questions
Selected Java Interview Questions
May 17, 2021 · Cloud Native

Kubernetes Interview Guide: Architecture, Pods, Probes, Rolling Updates, Services, Labels, and Data Persistence

This article provides a comprehensive overview of Kubernetes, covering its architecture, master and node components, pod lifecycle, health probes, rolling updates, image pull policies, services, label selectors, DaemonSets, Jobs, and data persistence methods, with practical YAML examples and command snippets.

Cloud NativeKubernetesLabels
0 likes · 21 min read
Kubernetes Interview Guide: Architecture, Pods, Probes, Rolling Updates, Services, Labels, and Data Persistence
Alibaba Cloud Native
Alibaba Cloud Native
May 17, 2021 · Big Data

How Vineyard Accelerates Cloud‑Native Big Data Workflows with Zero‑Copy Memory Sharing

Vineyard, an open‑source distributed memory data‑sharing engine, tackles the inefficiencies of traditional file‑system based big‑data pipelines by enabling zero‑copy, in‑memory object exchange, Kubernetes‑aware scheduling, and plug‑in operators, delivering up to 1.34× faster end‑to‑end execution.

Big DataCloud NativeKubernetes
0 likes · 10 min read
How Vineyard Accelerates Cloud‑Native Big Data Workflows with Zero‑Copy Memory Sharing