Tagged articles
4063 articles
Page 31 of 41
AntTech
AntTech
Apr 6, 2021 · Information Security

Confidential Computing: Challenges, Solutions, and the Role of Rust in the SOFAEnclave Stack

The article explains how confidential computing, built on trusted execution environments like Intel SGX, addresses data‑in‑use security, outlines the technical hurdles developers face, and showcases Ant Group's open‑source SOFAEnclave components—Occlum, HyperEnclave, and KubeTEE—highlighting Rust’s pivotal contribution.

RustSGXSOFAEnclave
0 likes · 13 min read
Confidential Computing: Challenges, Solutions, and the Role of Rust in the SOFAEnclave Stack
Open Source Linux
Open Source Linux
Apr 6, 2021 · Cloud Native

How Do Kubernetes and Docker Work Together? A Clear Comparison

This article provides a concise, illustrated explanation of the relationship between Kubernetes and Docker, covering official definitions, virtualization and deployment perspectives, and how Kubernetes manages Docker containers, helping readers grasp core concepts and practical usage in modern cloud-native environments.

ContainerizationDockerVirtualization
0 likes · 6 min read
How Do Kubernetes and Docker Work Together? A Clear Comparison
Alibaba Cloud Native
Alibaba Cloud Native
Apr 3, 2021 · Cloud Native

How RocketMQ Achieved Zero‑Failure Double‑11 with Cloud‑Native Operator and POP Consumption

This article details RocketMQ's 2020 Double‑11 transformation, covering its migration to a Kubernetes‑based operator, a MessageType‑indexed filter optimization that cut CPU usage by up to 32%, and the introduction of a POP consumption model that eliminates rebalance‑induced latency and improves reliability.

Message queuePerformance Optimizationcloud-native
0 likes · 14 min read
How RocketMQ Achieved Zero‑Failure Double‑11 with Cloud‑Native Operator and POP Consumption
Alibaba Cloud Native
Alibaba Cloud Native
Apr 2, 2021 · Cloud Native

How Fluid Turns Kubernetes into a High‑Performance Data Logistics System

This article explains how the open‑source Fluid project addresses the inefficiencies of data‑intensive AI and big‑data workloads in cloud‑native Kubernetes environments by introducing a data‑centric abstraction, dual orchestration mechanisms, and seamless integration with Alluxio to achieve faster, secure, and scalable data access.

AlluxioBig DataData Management
0 likes · 19 min read
How Fluid Turns Kubernetes into a High‑Performance Data Logistics System
Meituan Technology Team
Meituan Technology Team
Apr 1, 2021 · Cloud Native

Meituan Elastic Scaling System: Architecture, Challenges, and Business Enablement

Meituan's elastic scaling system evolved from Hulk 1.0 on OpenStack to Hulk 2.0 on Kubernetes, adding micro‑services, quota management, hybrid‑cloud pools, and automated scheduling, thereby delivering cost savings, high‑availability handling of holiday peaks, delivery spikes, anti‑scraping needs, and SaaS releases, while future plans target stability, usability, and emerging technologies.

MeituanPaaScloud-native
0 likes · 21 min read
Meituan Elastic Scaling System: Architecture, Challenges, and Business Enablement
Volcano Engine Developer Services
Volcano Engine Developer Services
Apr 1, 2021 · Cloud Native

How to Run Redis Natively on Kubernetes: Architecture & Ops Guide

This article explains Redis fundamentals, its typical use cases, and presents a detailed cloud‑native deployment architecture on Kubernetes—including Server, Proxy, ConfigServer components, placement strategies, storage handling, scaling, and upgrade procedures—illustrated with diagrams and practical operator workflows.

OperatorRedisStatefulSet
0 likes · 17 min read
How to Run Redis Natively on Kubernetes: Architecture & Ops Guide
UCloud Tech
UCloud Tech
Apr 1, 2021 · Cloud Native

How Serverless Containers Achieve Service Discovery Without kube-proxy Using eBPF

This article explains how UCloud's Serverless container product Cube integrates Virtual Kubelet with Kubernetes, why kube-proxy is unsuitable for lightweight serverless VMs, and how an eBPF‑based Rust proxy (cproxy) provides efficient service discovery and superior performance across different service scales.

Serverlesscloud-nativecproxy
0 likes · 9 min read
How Serverless Containers Achieve Service Discovery Without kube-proxy Using eBPF
Liangxu Linux
Liangxu Linux
Mar 31, 2021 · Cloud Native

Mastering Canary Deployments with Ingress‑Nginx Annotations in Kubernetes

This guide explains how to use Ingress‑Nginx 0.21+ Canary annotations to perform blue‑green, canary, and A/B testing deployments on Kubernetes, covering annotation syntax, priority rules, and step‑by‑step examples with weight‑based, header‑based, and cookie‑based traffic splitting.

A/B testingBlue-Greencanary deployment
0 likes · 17 min read
Mastering Canary Deployments with Ingress‑Nginx Annotations in Kubernetes
Sohu Tech Products
Sohu Tech Products
Mar 31, 2021 · Operations

Improving Cluster Stability: CI/CD, Monitoring, Logging, Documentation, and Traffic Management Solutions

The article analyzes the instability of a company's Kubernetes clusters, identifies root causes such as unstable release processes, lack of monitoring, logging, and documentation, and proposes comprehensive solutions including a Kubernetes‑centric CI/CD pipeline, federated Prometheus monitoring, Elasticsearch logging, centralized documentation, and integrated traffic management with Kong and Istio.

DevOpsLoggingOperations
0 likes · 10 min read
Improving Cluster Stability: CI/CD, Monitoring, Logging, Documentation, and Traffic Management Solutions
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Mar 31, 2021 · Operations

How to Efficiently Backup and Restore Your Kubernetes Cluster with Velero and Other Tools

Accidental namespace deletions in Kubernetes can cause massive data loss, but by using etcd snapshots, resource‑level backup tools like Velero, PX‑Backup, and Kasten, and configuring scheduled backups, hooks, and PVC migration, you can protect clusters, streamline recovery, and avoid painful manual redeployments.

Cluster MigrationPVCVelero
0 likes · 12 min read
How to Efficiently Backup and Restore Your Kubernetes Cluster with Velero and Other Tools
dbaplus Community
dbaplus Community
Mar 30, 2021 · Operations

How to Build a Scalable Prometheus Monitoring Stack on Kubernetes with Thanos

This article explains why monitoring is essential for production stability, introduces Prometheus fundamentals, metric naming conventions, query types, and high‑availability solutions such as Thanos federation, then walks through a complete Kubernetes deployment including StatefulSets, RBAC, Pushgateway, Alertmanager, and Ingress configuration.

AlertmanagerDevOpsPushgateway
0 likes · 20 min read
How to Build a Scalable Prometheus Monitoring Stack on Kubernetes with Thanos
Efficient Ops
Efficient Ops
Mar 28, 2021 · Cloud Native

Building a Scalable Container Log Collection System with S6 and Filebeat

This article explains how to design and implement a unified log collection architecture for Docker containers and Kubernetes clusters using S6‑based images, Filebeat, logrotate, Kafka, Logstash, and Elasticsearch, addressing common challenges such as log rotation, daemon bottlenecks, and dynamic configuration.

DockerFilebeatLogging
0 likes · 9 min read
Building a Scalable Container Log Collection System with S6 and Filebeat
Alibaba Cloud Native
Alibaba Cloud Native
Mar 27, 2021 · Cloud Native

Why Knative? Simplifying Serverless on Kubernetes with ASK Integration

This article explains why Knative is needed to simplify Kubernetes‑based serverless workloads, describes its core modules and traffic‑based gray release capabilities, and shows how Alibaba Cloud's ASK platform integrates with Knative to reduce operational complexity, improve elasticity, and lower costs.

ASKGray ReleaseKnative
0 likes · 10 min read
Why Knative? Simplifying Serverless on Kubernetes with ASK Integration
Tencent Cloud Middleware
Tencent Cloud Middleware
Mar 26, 2021 · Cloud Native

How Tencent Leverages SkyWalking for Full‑Stack Microservice Observability

Facing challenges of distributed microservice architectures, Tencent’s Smart Retail team built a full‑link performance monitoring platform using Apache SkyWalking and the cloud‑native TSW service, detailing architecture, agent integration, deployment steps, and performance impact to guide similar observability implementations.

APMTSWcloud-native
0 likes · 9 min read
How Tencent Leverages SkyWalking for Full‑Stack Microservice Observability
Fangduoduo Tech
Fangduoduo Tech
Mar 26, 2021 · Cloud Native

Streamlining Deployments with a Cloud‑Native CI/CD Platform at Fangduoduo

This article details how Fangduoduo built an integrated, cloud‑native CI/CD release system—combining Vue front‑end, Python back‑end, Jenkins, Gerrit, Docker Swarm and Kubernetes—to automate builds, deployments, version control, testing, and service maintenance, dramatically boosting development efficiency.

DevOpsDocker Swarmautomation
0 likes · 11 min read
Streamlining Deployments with a Cloud‑Native CI/CD Platform at Fangduoduo
Alibaba Cloud Native
Alibaba Cloud Native
Mar 26, 2021 · Cloud Native

How KubeVela Transforms an AppFile into a Kubernetes Application

This article explains how KubeVela converts an AppFile into a Kubernetes Application by outlining the two‑stage process, showing the relevant Go source code for the `vela up` command, detailing the AppFile and Application data structures, and describing the controller logic that renders the final Kubernetes resources.

AppFileKubeVelaOAM
0 likes · 13 min read
How KubeVela Transforms an AppFile into a Kubernetes Application
Ops Development Stories
Ops Development Stories
Mar 26, 2021 · Cloud Native

How to Deploy and Monitor Kubernetes Networks with Kubenurse

This guide explains how to install Kubenurse as a DaemonSet in a Kubernetes cluster, configure its ingress and ServiceMonitor resources, and use Prometheus and Grafana to visualize comprehensive network health metrics such as latency, DNS errors, and API server connectivity.

DaemonSetNetwork MonitoringPrometheus
0 likes · 7 min read
How to Deploy and Monitor Kubernetes Networks with Kubenurse
Alibaba Cloud Native
Alibaba Cloud Native
Mar 25, 2021 · Cloud Native

How ChaosBlade‑Box Empowers Cloud‑Native High Availability with Chaos Engineering

The article introduces ChaosBlade‑Box, an open‑source cloud‑native chaos‑engineering console that builds on Alibaba’s ChaosBlade tool, explains the high‑availability challenges of cloud‑native systems, details the platform’s design, features, multi‑language support, deployment workflow, example experiments, and future roadmap for resilient architectures.

chaos engineeringcloud-nativehigh availability
0 likes · 12 min read
How ChaosBlade‑Box Empowers Cloud‑Native High Availability with Chaos Engineering
dbaplus Community
dbaplus Community
Mar 24, 2021 · Cloud Native

Three Years of Production Kubernetes: Key Lessons and Practical Tips

Over three years of running Kubernetes in production across on‑premise RHEL VMs and AWS EC2, we learned hard‑won lessons about Java container compatibility, upgrade strategies, build and deployment pipelines, probe tuning, external IP scaling, and when Kubernetes truly adds value.

JavaProbesUpgrade
0 likes · 11 min read
Three Years of Production Kubernetes: Key Lessons and Practical Tips
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Mar 23, 2021 · Cloud Native

How to Build a Scalable Cloud‑Native Log Collection System with Filebeat and Custom Controllers

This article explains the challenges of container log collection in Kubernetes, evaluates log‑agent options, details the design of a custom Filebeat‑based controller architecture, shares performance tuning with Golang, and outlines monitoring and future extensions for a robust cloud‑native logging solution.

FilebeatGolangcloud-native
0 likes · 14 min read
How to Build a Scalable Cloud‑Native Log Collection System with Filebeat and Custom Controllers
Alibaba Cloud Native
Alibaba Cloud Native
Mar 22, 2021 · Cloud Native

How OpenKruise Accelerates Large‑Scale Cluster Deployments with Image Pre‑warming

This article explains why image pre‑warming is essential for large Kubernetes clusters, describes OpenKruise’s architecture and custom resources (NodeImage, ImagePullJob) that enable cluster‑wide, sidecar, and resource‑pool image pre‑pulling, and outlines upcoming enhancements that combine pre‑warming with in‑place upgrades.

CloudNativeContainerImagesImagePrewarming
0 likes · 11 min read
How OpenKruise Accelerates Large‑Scale Cluster Deployments with Image Pre‑warming
Liangxu Linux
Liangxu Linux
Mar 21, 2021 · Cloud Native

Why Containers Are Revolutionizing IT: From Docker to Kubernetes

This article explains how containers have reshaped modern IT by enabling faster, more agile software delivery, improving resource efficiency, enhancing security through isolation, and powering DevSecOps, while also covering Docker's role, Kubernetes orchestration, Windows container support, and future trends.

Containerscloud-nativekubernetes
0 likes · 7 min read
Why Containers Are Revolutionizing IT: From Docker to Kubernetes
21CTO
21CTO
Mar 20, 2021 · Cloud Native

How Knative Enables Low‑Code Serverless Workflows for Complex Business Logic

This article explores the evolution of microservices, the challenges they introduce, and how Knative’s Cloud‑Native serverless framework—through its Build, Serving, and Eventing modules—can be leveraged to create a low‑code, production‑grade workflow platform that simplifies complex business logic while reducing development overhead.

KnativeServerlesseventing
0 likes · 14 min read
How Knative Enables Low‑Code Serverless Workflows for Complex Business Logic
iQIYI Technical Product Team
iQIYI Technical Product Team
Mar 19, 2021 · Cloud Native

Building a Serverless Workflow Platform with Knative: Architecture and Implementation

The article describes how the team built a production‑grade serverless workflow platform on Knative by creating four modules—a dashboard, API, operator, and syncer—that generate Kubernetes resources, automate CI/CD, monitor via Prometheus, and aim to cut boilerplate while supporting future extensions such as richer constructs, multi‑language support, and synchronous invocations.

Event-drivenKnativeServerless
0 likes · 12 min read
Building a Serverless Workflow Platform with Knative: Architecture and Implementation
JD Cloud Developers
JD Cloud Developers
Mar 17, 2021 · Cloud Native

How to Privatize JD’s Aura Android Component Platform on T‑PaaS with Docker & Kubernetes

This article details the step‑by‑step process of deploying JD’s Aura Android component platform on the private T‑PaaS environment, covering requirement analysis, solution selection, Docker image creation, Helm‑based Kubernetes orchestration, configuration management with Confd, and essential middleware setup for a successful cloud‑native rollout.

AndroidConfiguration ManagementDocker
0 likes · 13 min read
How to Privatize JD’s Aura Android Component Platform on T‑PaaS with Docker & Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Mar 16, 2021 · Databases

Deploying a Scalable Redis Cluster on Kubernetes: Step‑by‑Step Guide

This article introduces Redis, explains its advantages, describes Redis Cluster architecture, and provides a detailed, hands‑on tutorial for deploying a Redis Cluster on Kubernetes using StatefulSets, PersistentVolumes, services, and a sample hit‑counter application, complete with configuration files and verification commands.

DatabaseRedisRedis Cluster
0 likes · 15 min read
Deploying a Scalable Redis Cluster on Kubernetes: Step‑by‑Step Guide
Alibaba Cloud Native
Alibaba Cloud Native
Mar 15, 2021 · Cloud Native

OpenKruise SidecarSet: Injection, In‑Place Upgrade & Rollout Strategies

This article explains how OpenKruise SidecarSet enables automatic sidecar injection, in‑place upgrades without restarting the main container, and advanced rollout strategies such as rolling updates, canary releases, and scatter deployments, illustrated with a logtail sidecar example and detailed YAML configurations.

OpenKruiseSidecarSetcanary deployment
0 likes · 16 min read
OpenKruise SidecarSet: Injection, In‑Place Upgrade & Rollout Strategies
Efficient Ops
Efficient Ops
Mar 14, 2021 · Operations

Practical Prometheus on Kubernetes: Exporters, Scaling & Tips

This article shares practical experiences and best‑practice guidelines for using Prometheus in Kubernetes environments, covering version selection, inherent limitations, common exporters, Grafana dashboards, metric selection principles, multi‑cluster scraping, GPU monitoring, timezone handling, memory and storage planning, and alerting considerations.

ExportersGrafanaPrometheus
0 likes · 24 min read
Practical Prometheus on Kubernetes: Exporters, Scaling & Tips
21CTO
21CTO
Mar 13, 2021 · Cloud Native

Why Quarkus Is the Ideal Cloud‑Native Java Framework for Kubernetes

Quarkus is an open‑source, lightweight Java framework optimized for Kubernetes and serverless environments, offering fast startup, low memory usage, native compilation via GraalVM, reactive and imperative programming models, and seamless integration with Red Hat OpenShift, making it a compelling choice for modern cloud‑native development.

OpenShiftQuarkusServerless
0 likes · 7 min read
Why Quarkus Is the Ideal Cloud‑Native Java Framework for Kubernetes
Cloud Native Technology Community
Cloud Native Technology Community
Mar 11, 2021 · Cloud Native

How to Debug Kubernetes Deployments, Services, and Ingress Step‑by‑Step

This guide walks you through troubleshooting Kubernetes Deployments by explaining the relationships between Deployments, Services, and Ingress, showing a complete YAML example, detailing label and port matching rules, and providing concrete kubectl commands and debugging techniques for Pods, Services, and Ingress.

ServiceTroubleshootingcloud-native
0 likes · 18 min read
How to Debug Kubernetes Deployments, Services, and Ingress Step‑by‑Step
Alibaba Cloud Native
Alibaba Cloud Native
Mar 11, 2021 · Cloud Native

OpenKruise v0.8.0 Highlights: DaemonSets, Image Pre‑Pull, and SidecarSet Overhaul

OpenKruise v0.8.0 introduces a new kruise‑daemon component for node‑level tasks, a scalable image pre‑pull capability via ImagePullJob, a fully restructured SidecarSet controller with enhanced injection and upgrade policies, a feature‑gate mechanism, and various optimizations such as CloneSet improvements and Alibaba Cloud image registry support.

DaemonSetImagePullJobOpenKruise
0 likes · 11 min read
OpenKruise v0.8.0 Highlights: DaemonSets, Image Pre‑Pull, and SidecarSet Overhaul
Ops Development Stories
Ops Development Stories
Mar 11, 2021 · Cloud Native

Mastering Argo Workflows: From Installation to Advanced CI/CD Pipelines

This article provides a comprehensive guide to Argo Workflows, covering its core concepts, installation of both controller and client, detailed examples of workflows, templates, variables, reusable WorkflowTemplate and ClusterWorkflowTemplate resources, and a practical CI/CD pipeline implementation on Kubernetes.

Argo WorkflowsCI/CDDevOps
0 likes · 20 min read
Mastering Argo Workflows: From Installation to Advanced CI/CD Pipelines
macrozheng
macrozheng
Mar 10, 2021 · Cloud Native

Deploy Mall‑Swarm on Kubernetes with Rancher: Full Step‑by‑Step Guide

This article walks through deploying the open‑source mall‑swarm project using Docker for supporting services on a base server and Kubernetes on an application server, covering image packaging, Docker Compose setup, Rancher installation, Nacos configuration, YAML deployments, and Nginx reverse‑proxy access, with full command examples.

DevOpsDockercloud-native
0 likes · 15 min read
Deploy Mall‑Swarm on Kubernetes with Rancher: Full Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Mar 7, 2021 · Cloud Native

Mastering Canary Deployments with Ingress-Nginx Annotations in Kubernetes

This article explains how to implement blue‑green and canary releases on Kubernetes using Ingress‑Nginx’s annotation‑based canary feature, covering weight‑based traffic splitting, header‑ and cookie‑driven routing, with step‑by‑step YAML examples and command‑line testing for validation.

A/B testingBlue-GreenCanary
0 likes · 17 min read
Mastering Canary Deployments with Ingress-Nginx Annotations in Kubernetes
Programmer DD
Programmer DD
Mar 6, 2021 · Cloud Native

How to Build a Multi‑Cloud k3s Cluster with WireGuard and Kilo CNI

This guide walks you through using WireGuard for both networking and encryption in cloud‑native Kubernetes, showing how to configure Kilo CNI to create a multi‑cloud k3s mesh across AWS, Azure, GCP and Alibaba Cloud, and how to connect local clients to the cluster.

CNIK3sKilo
0 likes · 18 min read
How to Build a Multi‑Cloud k3s Cluster with WireGuard and Kilo CNI
MaGe Linux Operations
MaGe Linux Operations
Mar 5, 2021 · Cloud Native

Why Loki Beats ELK for Kubernetes Logging: Architecture and Cost Benefits

This article explains why the Grafana Loki log system was chosen over ELK for container cloud environments, detailing its lightweight design, cost‑effective architecture, components like Distributor, Ingester, and Querier, and how it integrates with Prometheus labels to simplify log collection and querying in Kubernetes.

ELKLoggingLoki
0 likes · 6 min read
Why Loki Beats ELK for Kubernetes Logging: Architecture and Cost Benefits
Alibaba Cloud Native
Alibaba Cloud Native
Mar 5, 2021 · Artificial Intelligence

How Alluxio Supercharges Cloud Deep Learning: Benchmarks, Architecture, and Tuning

This article examines why accelerating cloud‑based deep learning is essential, presents benchmark results comparing GPU generations and distributed training, introduces Alluxio as a distributed memory‑level cache, details its architecture on Kubernetes, and offers concrete tuning strategies to overcome I/O bottlenecks and boost training performance.

AIAlluxioDeep Learning
0 likes · 16 min read
How Alluxio Supercharges Cloud Deep Learning: Benchmarks, Architecture, and Tuning
Alibaba Cloud Native
Alibaba Cloud Native
Mar 4, 2021 · Cloud Native

Deploy Wasm Filters to Alibaba Cloud Service Mesh with ORAS and Envoy

This guide explains how to push WebAssembly modules to an OCI‑compatible ACR registry using the ORAS client, enable Wasm support in Alibaba Cloud Service Mesh (ASM), and deploy Envoy filters via the ASMFilterDeployment CRD, covering Envoy filter types, pros and cons of Wasm, required CLI commands, and verification steps.

Alibaba CloudEnvoyOCI Registry
0 likes · 18 min read
Deploy Wasm Filters to Alibaba Cloud Service Mesh with ORAS and Envoy
58 Tech
58 Tech
Mar 3, 2021 · Artificial Intelligence

Design and Implementation of a Faiss‑Based Vector Search Platform

The article describes the design, architecture, and key components of a vector search platform built on Faiss that supports full‑index construction, incremental and distributed indexing, online retrieval, city‑level search, and vector update/delete operations to meet large‑scale AI application needs.

AIdistributed indexingkubernetes
0 likes · 10 min read
Design and Implementation of a Faiss‑Based Vector Search Platform
Alibaba Cloud Native
Alibaba Cloud Native
Mar 2, 2021 · Cloud Native

How KubeVela Simplifies Cloud‑Native Application Delivery with OAM

This article explains how KubeVela, built on the OAM model, enables platform teams to assemble reusable, extensible application delivery capabilities on Kubernetes without reinventing wheels, covering its origins, user roles, core abstractions, Appfile workflow, dashboard/API support, and upcoming roadmap.

Application DeliveryKubeVelaOAM
0 likes · 17 min read
How KubeVela Simplifies Cloud‑Native Application Delivery with OAM
macrozheng
macrozheng
Mar 2, 2021 · Cloud Native

Why Switch from Docker to containerd? A Quick Guide for Kubernetes Users

This article explains what containerd is, compares it with Docker, describes Kubernetes' CRI support, and provides step‑by‑step commands for using containerd via crictl, showing that migrating from Docker to containerd is simple and resource‑efficient.

CRIDockercontainer-runtime
0 likes · 6 min read
Why Switch from Docker to containerd? A Quick Guide for Kubernetes Users
JD Tech
JD Tech
Mar 1, 2021 · Cloud Native

Private Deployment of JD mPaaS Aura Platform on TPaaS: Architecture, Dockerfile, and Kubernetes Orchestration

This article details the end‑to‑end process of privatizing JD's mPaaS Aura Android component platform on the TPaaS cloud‑native environment, covering requirement analysis, custom Dockerfile creation, unified configuration with confd, middleware setup, and Kubernetes resource definitions for a production‑grade deployment.

AURADockerTPaaS
0 likes · 10 min read
Private Deployment of JD mPaaS Aura Platform on TPaaS: Architecture, Dockerfile, and Kubernetes Orchestration
Qu Tech
Qu Tech
Mar 1, 2021 · Cloud Native

Boost Kubernetes Efficiency: 5 Practical Pod Scheduling Techniques

This article explains how to improve Kubernetes resource utilization by addressing node fragmentation, pod misconfiguration, and HPA settings, and then details five concrete scheduling methods—including nodeName, nodeSelector, nodeAffinity, taints, and pod priority—to optimize pod placement and reduce waste.

Node AffinityPod SchedulingTaints
0 likes · 12 min read
Boost Kubernetes Efficiency: 5 Practical Pod Scheduling Techniques
DataFunTalk
DataFunTalk
Feb 28, 2021 · Big Data

Migrating Youzan Offline Spark Platform to Kubernetes: Architecture, Optimizations, and Lessons Learned

This article details how Youzan's offline Spark computing platform was transformed for the cloud‑native era by migrating from YARN to Kubernetes, introducing containerization, storage‑compute separation, dynamic allocation, deployment optimizations, and a collection of practical lessons to reduce cost and improve resource utilization.

Big DataPerformance OptimizationSpark
0 likes · 27 min read
Migrating Youzan Offline Spark Platform to Kubernetes: Architecture, Optimizations, and Lessons Learned
Liangxu Linux
Liangxu Linux
Feb 28, 2021 · Cloud Native

Essential Kubernetes Best Practices for Production‑Ready Clusters

This guide presents a comprehensive checklist of Kubernetes best practices covering container image selection, registry authentication, namespace isolation, labeling, annotations, RBAC, pod security policies, network policies, secrets management, image scanning, CI/CD, canary releases, monitoring, service mesh, and admission controllers to help you build secure, stable, and scalable production clusters.

Cluster Managementcloud-nativekubernetes
0 likes · 17 min read
Essential Kubernetes Best Practices for Production‑Ready Clusters
Architect
Architect
Feb 26, 2021 · Operations

Comprehensive Guide to Prometheus: Overview, Installation, Configuration, PromQL, Exporters, Grafana Integration, and Alerting

This article provides a detailed introduction to Prometheus, covering its history, core features, installation methods, configuration file structure, PromQL basics, various exporters, Grafana visualization, alerting with Alertmanager, service discovery, and best‑practice recommendations for building a production‑grade monitoring system.

AlertmanagerExportersGrafana
0 likes · 34 min read
Comprehensive Guide to Prometheus: Overview, Installation, Configuration, PromQL, Exporters, Grafana Integration, and Alerting
Youzan Coder
Youzan Coder
Feb 26, 2021 · Big Data

Migrating Spark Offline Computing to Kubernetes: Architecture, Optimizations, and Lessons Learned

Youzan migrated its large‑scale offline Spark workloads from YARN to a cloud‑native Kubernetes architecture, separating storage and compute with Ceph FS, adding dynamic executor allocation and remote shuffle services, and applying numerous Spark and deployment tweaks that yielded elastic scaling, higher resource utilization, reduced costs, and valuable operational lessons.

DevOpsPerformance OptimizationSpark
0 likes · 24 min read
Migrating Spark Offline Computing to Kubernetes: Architecture, Optimizations, and Lessons Learned
Alibaba Cloud Native
Alibaba Cloud Native
Feb 24, 2021 · Cloud Native

How OpenYurt Bridges Cloud‑Native and Edge Computing: Architecture, Trends, and Real‑World Cases

This article explains the rise of edge computing, outlines its layered architecture, examines industry trends, describes cloud‑native fundamentals, and details how the OpenYurt platform solves integration challenges with features like unitization, edge autonomy, seamless conversion, and cloud‑edge collaboration, illustrated by edge‑AI and video‑to‑cloud case studies.

Edge AIOpenYurtkubernetes
0 likes · 19 min read
How OpenYurt Bridges Cloud‑Native and Edge Computing: Architecture, Trends, and Real‑World Cases
Alibaba Cloud Native
Alibaba Cloud Native
Feb 22, 2021 · Cloud Native

Why Dapr v1.0 Marks a New Era for Cloud‑Native Microservices

The Dapr v1.0 release announces a production‑ready, Kubernetes‑focused runtime that delivers low‑latency service calls, robust security, a growing component ecosystem, and multi‑language SDKs, while showcasing real‑world case studies and outlining future roadmap priorities for cloud‑native developers.

Daprcloud-nativekubernetes
0 likes · 15 min read
Why Dapr v1.0 Marks a New Era for Cloud‑Native Microservices
DataFunTalk
DataFunTalk
Feb 22, 2021 · Big Data

Optimizing Flink Real-Time Task Resources: Memory and Message Processing Perspectives

This article explores practical methods for optimizing Flink real‑time task resources on Kubernetes, focusing on memory usage analysis via GC logs and message‑processing capacity assessment, proposing automated detection of over‑provisioned memory and CPU, and outlining a workflow for resource adjustment to reduce costs.

Big DataFlinkGC Analysis
0 likes · 18 min read
Optimizing Flink Real-Time Task Resources: Memory and Message Processing Perspectives
Programmer DD
Programmer DD
Feb 21, 2021 · Cloud Native

How to Build a Fast Docker Registry Proxy in China with Kubernetes and Envoy

This guide shows how to set up a self‑hosted Docker registry proxy using Docker's registry image, Kubernetes (k3s), and Envoy to accelerate access to public image repositories like gcr.io, quay.io, and Docker Hub from within China, covering prerequisites, custom Dockerfile, deployment manifests, Envoy configuration, authentication, and cache cleanup.

Container RegistryDockerEnvoy
0 likes · 22 min read
How to Build a Fast Docker Registry Proxy in China with Kubernetes and Envoy
Alibaba Cloud Native
Alibaba Cloud Native
Feb 20, 2021 · Cloud Native

How to Prevent Cascading Deletions and Keep Cloud‑Native Apps Stable with OpenKruise

This article explains the inherent security risks of cloud‑native Kubernetes deployments—such as workload, namespace, and CRD cascading deletions and concurrent pod updates—and presents practical OpenKruise‑based protection techniques like label‑driven cascade‑deletion blocking, pod‑deletion flow control, and automatic PUB/PDB generation to ensure runtime stability.

OpenKruisePodUnavailableBudgetcascading deletion
0 likes · 21 min read
How to Prevent Cascading Deletions and Keep Cloud‑Native Apps Stable with OpenKruise
Open Source Linux
Open Source Linux
Feb 20, 2021 · Cloud Native

Fix Inconsistent Kubernetes rc/deployment/service Deletions and Etcd Failures

This guide walks through troubleshooting Kubernetes issues such as partially deleted resources, resetting etcd, apiserver start failures due to missing ServiceAccount certificates, SELinux permission errors, ServiceAccount key generation, etcd startup errors, host trust configuration, and resource limit pitfalls, providing concrete commands and scripts for each problem.

Cluster ManagementLinuxServiceAccount
0 likes · 17 min read
Fix Inconsistent Kubernetes rc/deployment/service Deletions and Etcd Failures
MaGe Linux Operations
MaGe Linux Operations
Feb 15, 2021 · Operations

5 Essential Practices to Safely Back Up Your Kubernetes Workloads

This article outlines five best‑practice steps—including considering cluster architecture, planning recovery, simplifying operations, ensuring security, and leveraging Kubernetes portability—to help organizations reliably back up applications and data in Kubernetes environments.

Data ProtectionOperationsbackup
0 likes · 7 min read
5 Essential Practices to Safely Back Up Your Kubernetes Workloads
Alibaba Cloud Native
Alibaba Cloud Native
Feb 10, 2021 · Cloud Native

Accelerate AI and Big Data Workloads on Kubernetes with Fluid’s JindoRuntime

Fluid is an open‑source Kubernetes‑native engine that orchestrates and accelerates distributed datasets for AI and big‑data workloads, and this guide explains its core concepts, the JindoRuntime implementation, performance benefits, and step‑by‑step instructions to deploy and test JindoRuntime on a K8s cluster.

AIBig DataData Acceleration
0 likes · 14 min read
Accelerate AI and Big Data Workloads on Kubernetes with Fluid’s JindoRuntime
MaGe Linux Operations
MaGe Linux Operations
Feb 9, 2021 · Cloud Native

Demystifying Kubernetes Runtime: From Docker to CRI‑O and Kata

This article explains the evolution and inner workings of Kubernetes container runtimes, covering the classic Docker‑based flow, the roles of CRI, OCI, containerd, CRI‑O, and strong‑isolation solutions like Kata, gVisor, and Firecracker, while clarifying why the architecture became so layered.

CRICRI-OKata
0 likes · 12 min read
Demystifying Kubernetes Runtime: From Docker to CRI‑O and Kata
Ops Development Stories
Ops Development Stories
Feb 8, 2021 · Cloud Native

Mastering Kubernetes Descheduler: Strategies to Balance Your Cluster

Learn how to use Kubernetes Descheduler to rebalance uneven pod distribution across nodes by configuring various built‑in strategies, custom policies, filtering options, and deployment methods such as Jobs and CronJobs, with detailed examples and best‑practice guidelines for production clusters.

Cluster balancingDeschedulerPod Scheduling
0 likes · 19 min read
Mastering Kubernetes Descheduler: Strategies to Balance Your Cluster
Alibaba Cloud Native
Alibaba Cloud Native
Feb 6, 2021 · Cloud Native

Boost Serverless Pod Creation Speed on Kubernetes: Practical Optimizations

This article examines why pod creation latency hurts serverless workloads on Kubernetes and presents a step‑by‑step guide that includes image pre‑warming, multithreaded decompression, non‑compressed images, P2P image distribution, and in‑place upgrade techniques to dramatically improve elasticity and startup performance.

Image OptimizationPod creationServerless
0 likes · 15 min read
Boost Serverless Pod Creation Speed on Kubernetes: Practical Optimizations
Open Source Linux
Open Source Linux
Feb 6, 2021 · Cloud Native

How Pods Communicate: Shared Volumes and IPC in Kubernetes

This article explains the four Kubernetes networking models and demonstrates two primary ways for containers inside a Pod to exchange data—using shared volumes and inter‑process communication (IPC)—with detailed YAML examples and command‑line verification steps.

Container CommunicationIPCPods
0 likes · 7 min read
How Pods Communicate: Shared Volumes and IPC in Kubernetes
360 Tech Engineering
360 Tech Engineering
Feb 5, 2021 · Cloud Native

KubeVirt Technical Guide: Architecture, Components, Storage, Network, SDK, and Platform Integration

This article provides a comprehensive overview of KubeVirt, a Kubernetes plugin that enables virtual machine management alongside containers, covering its background, technical selection, core concepts, CRDs, component architecture, common operations, storage and networking options, SDK usage, and integration into a private cloud platform.

CRDCloudNativeGo
0 likes · 23 min read
KubeVirt Technical Guide: Architecture, Components, Storage, Network, SDK, and Platform Integration
Liangxu Linux
Liangxu Linux
Feb 4, 2021 · Cloud Native

How to Configure Nginx as a TCP Load Balancer for Kubernetes Applications

This guide walks through installing Nginx on a CentOS VM, opening firewall ports, disabling SELinux enforcement, extracting NodePort values from a Kubernetes cluster, editing the Nginx configuration to proxy TCP traffic, and testing the load balancer with a sample deployment.

cloud-nativekubernetesnginx
0 likes · 7 min read
How to Configure Nginx as a TCP Load Balancer for Kubernetes Applications
Alibaba Cloud Native
Alibaba Cloud Native
Feb 3, 2021 · Cloud Native

How OpenYurt Enables Scalable Cloud‑Native Edge Computing with Kubernetes

OpenYurt, the first non‑intrusive Kubernetes‑based edge computing platform, merges cloud‑native and edge paradigms to address scaling, autonomy, and network challenges, offering unitized management, edge autonomy, cloud‑edge collaboration, seamless conversion, and heterogeneous resource support, with real‑world cases from retail and transportation.

OpenYurtcloud-nativecontainer orchestration
0 likes · 14 min read
How OpenYurt Enables Scalable Cloud‑Native Edge Computing with Kubernetes
macrozheng
macrozheng
Feb 3, 2021 · Cloud Native

Master Rancher: Visual Kubernetes Management and Deploying MySQL & SpringBoot

Learn how to simplify Kubernetes administration with Rancher by installing Docker, deploying Rancher, creating MySQL and SpringBoot deployments via YAML, configuring services, and exposing the application through Nginx, all illustrated with step‑by‑step commands and screenshots.

DockerSpringBootYAML
0 likes · 12 min read
Master Rancher: Visual Kubernetes Management and Deploying MySQL & SpringBoot
JavaEdge
JavaEdge
Feb 2, 2021 · Cloud Native

Why Istio Is the Go-To Service Mesh for Modern Microservices

Istio is a fully open‑source service‑mesh platform that adds a transparent control plane to existing distributed applications, enabling traffic routing, access policies, telemetry, security, and observability without code changes, and it offers features such as virtual services, destination rules, gateways, sidecar configuration, fault injection, retries, timeouts, metrics, logging and distributed tracing.

IstioObservabilityService Mesh
0 likes · 14 min read
Why Istio Is the Go-To Service Mesh for Modern Microservices
Architects Research Society
Architects Research Society
Feb 1, 2021 · Cloud Native

Understanding Knative: Serving, Configuration, Traffic Splitting, and Service Integration

This article introduces Knative as a Kubernetes‑based serverless platform, explains its three core components, walks through deploying a Hello World service with YAML and kubectl commands, shows how configuration changes create revisions, demonstrates traffic splitting, and illustrates integration with external services such as Twilio.

DevOpsKnativecloud-native
0 likes · 8 min read
Understanding Knative: Serving, Configuration, Traffic Splitting, and Service Integration
Architects Research Society
Architects Research Society
Jan 31, 2021 · Cloud Computing

Performance Comparison of Containers on Bare Metal versus Virtual Machines

The article analyzes recent Docker adoption trends, compares the benefits and overhead of containers and virtual machines, presents benchmark results showing significant performance gains for container workloads on bare‑metal servers and Kubernetes clusters, and discusses implications for hybrid cloud strategies.

DockerPerformance Benchmarkkubernetes
0 likes · 12 min read
Performance Comparison of Containers on Bare Metal versus Virtual Machines
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jan 31, 2021 · Cloud Native

Solving Cloud‑Native Log Collection: NetEase Lightboat’s Architecture & Insights

This article explains how NetEase’s Lightboat micro‑service platform tackles the challenges of log collection in cloud‑native Kubernetes environments by designing a custom controller, selecting Filebeat as the agent, integrating it via DaemonSet, extending its functionality, and applying Golang performance‑tuning techniques to achieve efficient, observable logging.

FilebeatGolangPerformance Optimization
0 likes · 13 min read
Solving Cloud‑Native Log Collection: NetEase Lightboat’s Architecture & Insights
Open Source Linux
Open Source Linux
Jan 30, 2021 · Cloud Native

How Containers Communicate in Kubernetes: Network Basics and CNI Explained

This article explains the fundamental principles of container networking in Kubernetes, covering pod-to-pod communication, Linux network namespaces, veth pairs, Docker bridge, and advanced CNI plugins such as Flannel and Calico, including their overlay, routing, and underlay modes with practical command examples.

CNICalicoFlannel
0 likes · 19 min read
How Containers Communicate in Kubernetes: Network Basics and CNI Explained
Open Source Linux
Open Source Linux
Jan 29, 2021 · Cloud Native

Essential Kubernetes Best Practices for Production Clusters

This guide presents a comprehensive checklist of production‑grade Kubernetes best practices, covering container image selection, registry management, namespace isolation, labeling, security controls, CI/CD, monitoring, service mesh adoption, and advanced features to keep clusters stable, secure, and efficient.

DevOpscontainer securitykubernetes
0 likes · 17 min read
Essential Kubernetes Best Practices for Production Clusters
Open Source Linux
Open Source Linux
Jan 29, 2021 · Operations

Essential Kubernetes Production Best Practices for Secure, Scalable Ops

This article outlines comprehensive production‑grade Kubernetes best practices—including health probes, RBAC, resource management, network policies, monitoring, autoscaling, image security, and zero‑downtime strategies—to help teams run secure, efficient, and highly available workloads.

AutoscalingOperationskubernetes
0 likes · 11 min read
Essential Kubernetes Production Best Practices for Secure, Scalable Ops
High Availability Architecture
High Availability Architecture
Jan 28, 2021 · Backend Development

Designing Elastic Microservice Architecture for Traffic Peaks

This article explains how to design an elastic microservice architecture that can handle sudden traffic spikes, covering data partitioning, cache design, service layering, governance, adaptive circuit breaking, and auto‑scaling techniques using Go, gRPC, Kubernetes, and load‑balancing strategies.

Cachingelastic designkubernetes
0 likes · 12 min read
Designing Elastic Microservice Architecture for Traffic Peaks
360 Smart Cloud
360 Smart Cloud
Jan 28, 2021 · Cloud Native

KubeVirt Overview, Architecture, and Practical Usage with Code Examples

This article introduces KubeVirt as a Kubernetes plugin for managing virtual machines, compares it with OpenStack and other solutions, explains its CRDs, components, storage and networking options, and provides detailed code examples and SDK usage for deploying and operating VMs in a cloud‑native environment.

CephCloudNativeKubeVirt
0 likes · 23 min read
KubeVirt Overview, Architecture, and Practical Usage with Code Examples
Ops Development Stories
Ops Development Stories
Jan 27, 2021 · Information Security

Secure Secrets: Install & Integrate HashiCorp Vault with Kubernetes

This guide walks through installing HashiCorp Vault on Linux and Kubernetes, configuring it for secret management, enabling Kubernetes authentication, creating policies and roles, and accessing secrets via initContainers or the Vault SDK, providing a complete end‑to‑end secure integration.

DevOpsHashiCorpVault
0 likes · 13 min read
Secure Secrets: Install & Integrate HashiCorp Vault with Kubernetes