Tagged articles

Kubernetes

4380 articles · Page 42 of 44
58 Tech
58 Tech
Jul 11, 2019 · Cloud Computing

Overview of the 58 Faas Function Compute Cloud Platform and Its Core Working Principles

This article introduces the 58 self‑developed Faas serverless function compute platform, explaining its background, key features, architecture components, function build and deployment processes, scaling mechanisms, and its role in enabling rapid development of mini‑program cloud solutions.

Function-as-a-ServiceKubernetesServerless
0 likes · 13 min read
Overview of the 58 Faas Function Compute Cloud Platform and Its Core Working Principles
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 11, 2019 · Cloud Native

Unlock Alibaba’s Cloud‑Native Secrets: 15 Essential Lectures

This page introduces Alibaba’s free‑downloadable book “Alibaba Cloud‑Native Practice: 15 Lectures,” which compiles key insights from nine years of cloud‑native engineering, covering Kubernetes migration, large‑scale container reliability, serverless, GPU sharing, image distribution, and other real‑world solutions for developers.

AlibabaKubernetes
0 likes · 15 min read
Unlock Alibaba’s Cloud‑Native Secrets: 15 Essential Lectures
21CTO
21CTO
Jul 10, 2019 · Cloud Native

What Is Cloud Native? Understanding Containers, Microservices, and Their Impact

This article explains the concept of cloud native computing, covering its definitions, the role of containers and orchestration, the benefits and challenges of micro‑service architectures, and practical tools like Docker and Kubernetes for building scalable, portable applications.

Kubernetescloud nativemicroservices
0 likes · 10 min read
What Is Cloud Native? Understanding Containers, Microservices, and Their Impact
Didi Tech
Didi Tech
Jul 5, 2019 · Artificial Intelligence

How Didi’s Jianshu Machine Learning Platform Boosts AI Development Efficiency

An in‑depth look at Didi’s Jianshu Machine Learning Platform reveals its end‑to‑end AI workflow—from experiment environments and batch training to high‑availability online serving—highlighting resource‑efficient Kubernetes scheduling, Docker‑based reproducible environments, a custom parameter server, and the IFX inference engine that together accelerate development, training, and deployment.

AIPlatformDockerKubernetes
0 likes · 11 min read
How Didi’s Jianshu Machine Learning Platform Boosts AI Development Efficiency
Alibaba Cloud Native
Alibaba Cloud Native
Jul 5, 2019 · Cloud Native

Mastering Knative Build: Key Features and Practical YAML Examples

This article explains the core concepts of Knative Build, outlines its most important features, and provides detailed YAML examples for steps, templates, sources, service accounts, volumes, and timeout configuration, helping developers create native Kubernetes pipelines without pre‑provisioned build environments.

CI/CDKnativeKubernetes
0 likes · 9 min read
Mastering Knative Build: Key Features and Practical YAML Examples
Sohu Tech Products
Sohu Tech Products
Jul 3, 2019 · Cloud Native

Building a Cloud‑Native Distributed Tracing System with Jaeger

This article explains why Jaeger is a popular cloud‑native tracing solution, describes its architecture, sampling options, and deployment strategies on Kubernetes—including DaemonSet and Sidecar modes—followed by a step‑by‑step Django integration example and guidance on monitoring, alerting, and resource cleanup.

DjangoJaegerKubernetes
0 likes · 13 min read
Building a Cloud‑Native Distributed Tracing System with Jaeger
Alibaba Cloud Native
Alibaba Cloud Native
Jul 3, 2019 · Cloud Native

Deploy Kubernetes Apps in Seconds with Helm and Alibaba Cloud AppHub

This article introduces Helm as a Kubernetes package manager, explains the Chinese Helm Hub alternative AppHub, guides readers through installing Helm v3, adding the AppHub repository, and quickly deploying the Guestbook example with step‑by‑step commands and optional one‑click UI.

AppHubGuestbookHelm
0 likes · 10 min read
Deploy Kubernetes Apps in Seconds with Helm and Alibaba Cloud AppHub
Alibaba Cloud Native
Alibaba Cloud Native
Jul 1, 2019 · Cloud Native

How Alibaba Cloud’s Kubernetes Service Enables Seamless Monitoring and Autoscaling

Alibaba Cloud’s Kubernetes service integrates four native monitoring services—SLS, ARMS, AHAS, and Cloud Monitor—while offering enhanced open‑source components and autoscaling mechanisms such as HPA, VPA, cronHPA, Resizer, Cluster‑Autoscaler, and virtual‑kubelet‑autoscaler, enabling cloud‑native apps to achieve robust observability and elastic scaling.

Alibaba CloudAutoscalingKubernetes
0 likes · 10 min read
How Alibaba Cloud’s Kubernetes Service Enables Seamless Monitoring and Autoscaling
AntTech
AntTech
Jun 27, 2019 · Cloud Native

SOFAStack Cloud Native Workshop: Building a Cloud‑Native E‑Commerce Platform

This article summarizes the SOFAStack Cloud Native Workshop held at KubeCon China 2019, detailing Ant Financial’s journey from centralized to cloud‑native architectures, the open‑source SOFAStack ecosystem, and a hands‑on five‑hour demo that builds a micro‑service‑based online bookstore using Kubernetes, Service Mesh, Serverless, and distributed transaction technologies.

KubernetesSOFAStackcloud-native
0 likes · 8 min read
SOFAStack Cloud Native Workshop: Building a Cloud‑Native E‑Commerce Platform
Cloud Native Technology Community
Cloud Native Technology Community
Jun 25, 2019 · Cloud Native

Kubernetes 1.15 Release Highlights: API Extensions, Admission Webhooks, CSI Improvements, and Cluster Lifecycle Enhancements

The Kubernetes 1.15 release introduces 25 enhancements—including stable, beta, and alpha features—focused on sustainability, API extensibility, admission webhook improvements, cluster lifecycle stability, CSI storage advances, and deprecations, providing a comprehensive overview of the new capabilities and updates.

APIAdmissionWebhookCRD
0 likes · 8 min read
Kubernetes 1.15 Release Highlights: API Extensions, Admission Webhooks, CSI Improvements, and Cluster Lifecycle Enhancements
ITPUB
ITPUB
Jun 21, 2019 · Cloud Native

Building a Scalable, High‑Availability Kubernetes Monitoring System with Prometheus

This article details the design and evolution of a highly available, persistent, and dynamically adjustable Kubernetes monitoring solution at Xiaomi, covering initial Falcon‑based approaches, the transition to Prometheus with remote storage via OpenTSDB, federation‑based partitioning, deployment strategies, performance testing, and future enhancements.

FALCONKubernetesOpenTSDB
0 likes · 17 min read
Building a Scalable, High‑Availability Kubernetes Monitoring System with Prometheus
58 Tech
58 Tech
Jun 21, 2019 · Cloud Native

Investigation and Resolution of Kubernetes API Server and Etcd Performance Bottlenecks in the 58 Cloud Platform

The article analyzes a slowdown issue in the 58 Cloud Platform caused by an overloaded API Server and uneven Etcd load, explains the root causes—including load‑balancing failure and missing namespace segmentation—and presents concrete remediation steps such as DNS round‑robin, namespace partitioning, Etcd client upgrade, and cache‑enabled queries.

KubernetesNamespacePerformance
0 likes · 15 min read
Investigation and Resolution of Kubernetes API Server and Etcd Performance Bottlenecks in the 58 Cloud Platform
Mafengwo Technology
Mafengwo Technology
Jun 21, 2019 · Frontend Development

How Containers Supercharge Frontend Development: Real-World Practices

This article explains how container technology, including Docker and Kubernetes, empowers modern frontend development by improving build isolation, accelerating testing, enabling rapid rollbacks, and providing stable, scalable deployment pipelines for web, mobile, and mini‑program applications.

CI/CDContainersDevOps
0 likes · 17 min read
How Containers Supercharge Frontend Development: Real-World Practices
NetEase Media Technology Team
NetEase Media Technology Team
Jun 20, 2019 · Cloud Native

Deep Dive into Docker and Kubernetes Resource Management Using Linux Namespaces and Cgroups

The article explains how Docker and Kubernetes use Linux namespaces to isolate processes, network, IPC, mounts, UTS and users, and employ cgroups to enforce CPU, memory and I/O limits, detailing Docker’s architecture, Kubernetes’s millicore‑based resource model, QoS classes, and the hierarchical pod‑level cgroup structure.

Container OrchestrationDockerKubernetes
0 likes · 41 min read
Deep Dive into Docker and Kubernetes Resource Management Using Linux Namespaces and Cgroups
Cloud Native Technology Community
Cloud Native Technology Community
Jun 19, 2019 · Cloud Native

How Kube-OVN 0.5 Boosts Kubernetes NetworkPolicy and Custom Networking

Kube-OVN 0.5 introduces full Kubernetes NetworkPolicy support via Openflow, customizable container interfaces and MTU, automatic system parameter tuning, auto‑computed default gateways, and additional CLI options, while its open‑source design brings comprehensive OVN‑based networking features to Kubernetes across diverse platforms.

Kube-OVNKubernetesNetworkPolicy
0 likes · 5 min read
How Kube-OVN 0.5 Boosts Kubernetes NetworkPolicy and Custom Networking
Alibaba Cloud Native
Alibaba Cloud Native
Jun 17, 2019 · Cloud Native

What Are This Week’s Key Cloud‑Native Trends and Kubernetes Updates?

This roundup covers Gartner’s eight predicted cloud‑native infrastructure trends, a five‑year reflection on Kubernetes, recent upstream Kubernetes changes, and highlights two open‑source tools—ksniff for pod traffic capture and Flagger for service‑mesh‑based canary releases—providing developers with actionable insights into the evolving cloud‑native ecosystem.

FlaggerGartnerKubernetes
0 likes · 8 min read
What Are This Week’s Key Cloud‑Native Trends and Kubernetes Updates?
Architects' Tech Alliance
Architects' Tech Alliance
Jun 15, 2019 · Cloud Native

From Functions to Serverless: Tracing the Evolution of Cloud‑Native Architecture

The article chronicles the historical shift from low‑level functions through object‑oriented, interface‑driven, and component‑based designs to WebServices, microservices, and finally serverless cloud‑native applications, highlighting key industry milestones, Amazon's architectural principles, and the role of DevOps, Docker, and Kubernetes.

DevOpsDockerKubernetes
0 likes · 18 min read
From Functions to Serverless: Tracing the Evolution of Cloud‑Native Architecture
Tencent Cloud Developer
Tencent Cloud Developer
Jun 12, 2019 · Cloud Native

Building a .NET Core Technical Middle Platform on Kubernetes

This article explains why modern enterprises need a middle platform, how to construct a cloud‑native technical middle platform using Kubernetes and .NET Core, and the advantages of these technologies for fast, cost‑effective development and operations in startup environments.

.NET CoreKubernetesTechnical Platform
0 likes · 12 min read
Building a .NET Core Technical Middle Platform on Kubernetes
UCloud Tech
UCloud Tech
Jun 12, 2019 · Cloud Native

Boost Hybrid Cloud Efficiency: Integrating Hosted Physical Machines into UK8S

This article explains how incorporating hosted‑cloud physical servers into UCloud's UK8S cluster enables seamless hybrid‑cloud operation by improving resource utilization during low‑traffic periods, simplifying network, storage, and load‑balancing configurations, and reducing the operational overhead of managing separate Kubernetes clusters.

KubernetesUK8Shybrid cloud
0 likes · 10 min read
Boost Hybrid Cloud Efficiency: Integrating Hosted Physical Machines into UK8S
Efficient Ops
Efficient Ops
Jun 11, 2019 · Information Security

How OPPO Secures Docker at Scale: Deep Dive into Container Security Practices

This article summarizes OPPO's comprehensive Docker security strategy, covering the container ecosystem, key vulnerabilities, image and runtime protection, Kubernetes hardening, deep image scanning, host hardening, logging, traffic analysis, and future challenges in large‑scale container deployments.

KubernetesOPPOcontainer-security
0 likes · 21 min read
How OPPO Secures Docker at Scale: Deep Dive into Container Security Practices
Alibaba Cloud Native
Alibaba Cloud Native
Jun 10, 2019 · Information Security

Critical Docker & Kubernetes Vulnerabilities and Key Open‑Source Updates You Must Know

This week’s roundup covers two high‑severity Docker CVEs (CVE‑2019‑5021 privilege escalation in Alpine images and CVE‑2018‑15664 TOCTOU flaw in docker cp), Kubernetes moving to Go modules, new Envoy request‑mirror and route‑debug features, Knative’s stateful‑serverless experiment, Istio 1.0 EOL, Cilium’s BPF‑based network policy, and emerging Service Mesh trends, all with reference links for deeper reading.

CVEDockerKubernetes
0 likes · 10 min read
Critical Docker & Kubernetes Vulnerabilities and Key Open‑Source Updates You Must Know
Efficient Ops
Efficient Ops
Jun 4, 2019 · Cloud Native

How Kuaishou Built a Private Kubernetes Cloud with CI/CD and Service Mesh

This talk shares Kuaishou's practical experience in building a private Kubernetes container cloud, optimizing Docker image layers, using Helm for application deployment, implementing GitLab CI/CD pipelines, and adopting Istio service mesh for multi‑cluster service governance, highlighting challenges and solutions for real‑world adoption.

CI/CDHelmKubernetes
0 likes · 14 min read
How Kuaishou Built a Private Kubernetes Cloud with CI/CD and Service Mesh
Cloud Native Technology Community
Cloud Native Technology Community
Jun 4, 2019 · Cloud Native

Introduction to Istio Service Mesh and How It Addresses Common Microservice Challenges

This article introduces Istio as an open‑source service mesh, explains its data‑plane and control‑plane architecture, outlines its traffic management, security, and telemetry features, discusses performance considerations, and shows how Lingque Cloud ASM leverages Istio to solve typical microservice problems such as debugging, testing, release processes, and flexible network policies.

IstioKubernetesService Mesh
0 likes · 13 min read
Introduction to Istio Service Mesh and How It Addresses Common Microservice Challenges
dbaplus Community
dbaplus Community
May 30, 2019 · Cloud Native

Re‑engineering a Legacy Ops Platform with Kubernetes and Docker

Facing scaling and resource‑management limits of a legacy Java‑centric ops platform, a team rebuilt their deployment system from 2018 onward, adopting Docker, Kubernetes, Prometheus, and kube‑router, while ensuring seamless migration for thousands of services and addressing networking, memory, and debugging challenges.

DevOpsDockerKubernetes
0 likes · 15 min read
Re‑engineering a Legacy Ops Platform with Kubernetes and Docker
Efficient Ops
Efficient Ops
May 30, 2019 · Operations

Enterprise‑Scale DevOps Secrets from China’s Top Banks Revealed

The 2019 Enterprise‑Level DevOps Empowerment Forum in Chengdu gathered experts from major Chinese banks and telecoms to share practical experiences, including China Merchants Bank’s K8s‑based pipeline, measurement challenges, and collaborative Q&A, illustrating how organizations can accelerate DevOps adoption and improve delivery efficiency.

KubernetesOperationscontinuous integration
0 likes · 9 min read
Enterprise‑Scale DevOps Secrets from China’s Top Banks Revealed
Alibaba Cloud Native
Alibaba Cloud Native
May 30, 2019 · Cloud Native

KubeCon EU 2019 Highlights: Config Changes, Server‑Side Apply, GitOps, Canary Rollouts

At KubeCon EU 2019, Alibaba Cloud expert Deng Hongchao dissected key application‑management advances—including automated ConfigMap‑driven upgrades, server‑side apply, GitOps workflows, and automated canary rollouts—offering practical analysis and guidance for modern Kubernetes deployments.

Canary DeploymentConfig ManagementKubernetes
0 likes · 12 min read
KubeCon EU 2019 Highlights: Config Changes, Server‑Side Apply, GitOps, Canary Rollouts
DataFunTalk
DataFunTalk
May 27, 2019 · Big Data

Practical Applications and Ecosystem Integration of Apache Kafka

This article explores Apache Kafka’s evolution, core messaging and stream processing capabilities, typical use cases, internal storage mechanisms, API choices, and best practices for deploying Kafka on Kubernetes, providing readers with comprehensive guidance to assess suitability and implement effective Kafka solutions.

Apache KafkaKafka APIsKubernetes
0 likes · 16 min read
Practical Applications and Ecosystem Integration of Apache Kafka
Cloud Native Technology Community
Cloud Native Technology Community
May 22, 2019 · Cloud Native

What Is Service Mesh Interface (SMI) and How Does It Standardize Kubernetes Meshes?

The article introduces Service Mesh Interface (SMI), a lightweight standard for Kubernetes service meshes, explains its design goals, details the core API objects for traffic specification, access control, traffic splitting, and monitoring, and reviews the ecosystem of vendors and contributors supporting the specification.

APIKubernetesSMI
0 likes · 8 min read
What Is Service Mesh Interface (SMI) and How Does It Standardize Kubernetes Meshes?
dbaplus Community
dbaplus Community
May 18, 2019 · Cloud Native

Why Kubernetes Is the Bedrock of Cloud‑Native and How to Adopt It

This article explains Kubernetes' origins, its pivotal role in the cloud‑native ecosystem, practical steps for migrating legacy applications, common operational challenges, and emerging trends such as service mesh, serverless, and data‑service integration.

Container OrchestrationDevOpsKubernetes
0 likes · 11 min read
Why Kubernetes Is the Bedrock of Cloud‑Native and How to Adopt It
Tencent Cloud Developer
Tencent Cloud Developer
May 16, 2019 · Game Development

Case Study: Deploying Pandora Marketing Solution on Tencent Cloud Kubernetes for Game Operations

The case study details how Pandora’s marketing solution for Tencent’s games was migrated to a managed Tencent Cloud Kubernetes cluster, compares container‑service, serverless, and self‑built options, outlines the new image‑based deployment workflow, autoscaling, monitoring practices, and demonstrates the operational benefits of tighter dev‑ops collaboration.

DevOpsGame MarketingKubernetes
0 likes · 12 min read
Case Study: Deploying Pandora Marketing Solution on Tencent Cloud Kubernetes for Game Operations
360 Tech Engineering
360 Tech Engineering
May 16, 2019 · Cloud Native

Introduction to Istio Service Mesh and the Pilot Component Architecture

This article introduces the fundamentals of Istio as a service mesh, explains its data‑plane and control‑plane architecture, and details the roles of the Pilot component—including pilot‑agent and pilot‑discovery—in providing service discovery, traffic management, and integration with Kubernetes for microservice deployments.

EnvoyIstioKubernetes
0 likes · 7 min read
Introduction to Istio Service Mesh and the Pilot Component Architecture
Cloud Native Technology Community
Cloud Native Technology Community
May 15, 2019 · Cloud Native

A Formal TLA+ Model of the Kubernetes Scheduler

This article presents a concise yet detailed formal model of the Kubernetes Scheduler, describing its control‑loop logic, scheduling and preemption processes, feasibility filters, viability scoring, and binding objects using TLA+ specifications and illustrative code snippets.

KubernetesScheduling AlgorithmsTLA+
0 likes · 13 min read
A Formal TLA+ Model of the Kubernetes Scheduler
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 15, 2019 · Cloud Native

Understanding Istio Service Mesh: Architecture, Pilot, and Data Plane

This article explains how Istio simplifies microservice management by providing a full service‑mesh solution—including service discovery, load balancing, fault recovery, telemetry, and traffic control—while detailing its architecture, the roles of the data and control planes, and the functions of the Pilot components.

IstioKubernetesPiLoT
0 likes · 8 min read
Understanding Istio Service Mesh: Architecture, Pilot, and Data Plane
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 9, 2019 · Artificial Intelligence

Master Distributed MXNet Training with Kubeflow: A Step‑by‑Step Guide

Learn how to perform single‑machine multi‑GPU and multi‑node multi‑GPU training with MXNet, understand KVStore modes, configure workers, servers, and schedulers, and deploy large‑scale distributed training on Kubernetes using Kubeflow, including operator installation, task creation, and performance considerations.

Distributed TrainingGPUKubeflow
0 likes · 11 min read
Master Distributed MXNet Training with Kubeflow: A Step‑by‑Step Guide
Tencent Cloud Developer
Tencent Cloud Developer
May 6, 2019 · Cloud Computing

Understanding Cloud Computing Layers: IaaS, PaaS, SaaS and the Rise of Container Cloud

The article explains cloud computing’s three service models—IaaS, PaaS, and SaaS—while highlighting how container technologies like Docker and Kubernetes have transformed the PaaS layer into a mainstream “container cloud,” driving faster deployments, DevOps convergence, and rapid market growth predicted to double by 2022.

IaaSKubernetesPaaS
0 likes · 12 min read
Understanding Cloud Computing Layers: IaaS, PaaS, SaaS and the Rise of Container Cloud
MaGe Linux Operations
MaGe Linux Operations
May 5, 2019 · Cloud Native

Step-by-Step Guide to Install CentOS, Docker, and Build a Kubernetes Cluster

This tutorial walks you through installing essential tools on CentOS, setting up Docker CE, configuring kubelet and kubeadm packages, initializing a Kubernetes master node, joining worker nodes, installing Flannel networking, and troubleshooting common issues, providing all commands and configuration steps needed for a functional cluster.

CentOSCluster SetupDocker
0 likes · 13 min read
Step-by-Step Guide to Install CentOS, Docker, and Build a Kubernetes Cluster
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 30, 2019 · Operations

How Alibaba’s Feature Environments Revolutionize Test Environment Management

Alibaba’s R&D team introduced a service‑level virtualization technique called “feature environments,” which uses shared base environments and virtual routing to provide lightweight, isolated test environments, reducing cost and improving stability while leveraging containers, Kubernetes, and DevOps practices for large‑scale projects.

DevOpsKubernetescloud native
0 likes · 21 min read
How Alibaba’s Feature Environments Revolutionize Test Environment Management
360 Tech Engineering
360 Tech Engineering
Apr 24, 2019 · Artificial Intelligence

Introduction to Kubeflow and Its Installation Process

This article introduces Kubeflow, explains the typical machine‑learning model lifecycle, outlines Kubeflow’s core components and Kubernetes advantages, provides detailed server and storage configuration, walks through ksonnet and Kubeflow installation steps, and shows how to verify deployments and access the Kubeflow UI.

AI platformKubeflowKubernetes
0 likes · 6 min read
Introduction to Kubeflow and Its Installation Process
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 23, 2019 · Artificial Intelligence

Mastering Kubeflow: Deploy AI Workflows on Kubernetes Step‑by‑Step

This article introduces Kubeflow, a Kubernetes‑based machine‑learning platform, outlines the typical ML lifecycle, details core components, explains why Kubernetes benefits AI workloads, and provides a step‑by‑step guide for installing and accessing Kubeflow’s services, concluding with its industry impact.

AI platformKubeflowKubernetes
0 likes · 7 min read
Mastering Kubeflow: Deploy AI Workflows on Kubernetes Step‑by‑Step
Cloud Native Technology Community
Cloud Native Technology Community
Apr 23, 2019 · Cloud Native

Recap of the First Cloud Native Technology Practice Salon in Beijing – Kube‑OVN, Ksplice, Multi‑Cluster Management, Container Storage and CI/CD

The Beijing cloud‑native technology salon on April 20 showcased expert talks on Kube‑OVN networking, Oracle Linux Ksplice hot‑patching, 360’s Wayne multi‑cluster platform, YRCloudFile container storage, and CI/CD strategies, highlighting practical advances and open‑source projects for modern cloud environments.

CI/CDKspliceKube-OVN
0 likes · 7 min read
Recap of the First Cloud Native Technology Practice Salon in Beijing – Kube‑OVN, Ksplice, Multi‑Cluster Management, Container Storage and CI/CD
Tencent Cloud Developer
Tencent Cloud Developer
Apr 22, 2019 · Cloud Native

In-Place Container Upgrade in Kubernetes: Mechanism and Implementation

Kubernetes performs in‑place container upgrades by detecting spec changes, computing pod actions that selectively kill and restart only the affected containers while preserving the pod sandbox, allowing sidecar updates without full pod recreation, reducing downtime and enabling custom operators for gray‑scale rolling upgrades.

Container UpgradeKubernetescloud native
0 likes · 16 min read
In-Place Container Upgrade in Kubernetes: Mechanism and Implementation
Alibaba Cloud Native
Alibaba Cloud Native
Apr 22, 2019 · Cloud Native

Latest Cloud Native Updates: K8s External Secrets, Performance Gains, and Best Practices

This roundup covers GoDaddy's open‑source Kubernetes External Secrets project, free CNCF cloud‑native courses for Chinese developers, major Kubernetes performance and security enhancements, Knative and Istio updates, containerd improvements, a shift from rich‑container ops to cloud‑native practices, and recommended open‑source and reading resources.

KubernetesPerformanceSecurity
0 likes · 11 min read
Latest Cloud Native Updates: K8s External Secrets, Performance Gains, and Best Practices
58 Tech
58 Tech
Apr 19, 2019 · Operations

Prometheus-Based Monitoring Solution for the 58 Cloud Search Platform

This article describes the challenges of scaling the 58 Cloud Search service, explains why Prometheus was selected as the monitoring stack, and details the architecture, data collection, storage, alerting, visualization, and future enhancements of the resulting cloud‑native monitoring system.

AlertmanagerGrafanaKubernetes
0 likes · 12 min read
Prometheus-Based Monitoring Solution for the 58 Cloud Search Platform
Architecture Digest
Architecture Digest
Apr 15, 2019 · Operations

Evolution of Zhihu's Application Deployment System: From Physical Machines to Cloud‑Native Kubernetes

This article details the design and evolution of Zhihu's deployment platform, covering its early physical‑machine system, the transition to container orchestration with Mesos and Kubernetes, and advanced features such as blue‑green, canary releases, pre‑deployment, and branch deployments that enable rapid, reliable continuous delivery for large‑scale internet services.

Blue-GreenCI/CDCanary Release
0 likes · 14 min read
Evolution of Zhihu's Application Deployment System: From Physical Machines to Cloud‑Native Kubernetes
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 14, 2019 · Operations

8 Essential DevOps Skills Every Engineer Should Master

Shane Boulden, a Red Hat DevOps certification expert, outlines the eight most valuable DevOps skills—from mastering Kubernetes and micro‑service scaling to automation, container optimization, multi‑runtime interaction, identity management, OS expertise, and effective learning strategies—providing a practical roadmap for 2019 and beyond.

CI/CDContainersKubernetes
0 likes · 7 min read
8 Essential DevOps Skills Every Engineer Should Master
DevOps
DevOps
Apr 14, 2019 · Cloud Native

AWS vs Kubernetes: The New Windows vs Linux Analogy

The article argues that AWS’s relationship to Kubernetes mirrors Windows’s historic dominance over Linux, examining vendor lock‑in, the evolution of cloud services, the economics of scaling, and why enterprises should consider open‑source alternatives and distribution‑based Kubernetes solutions to avoid being trapped.

AWSKubernetescloud native
0 likes · 12 min read
AWS vs Kubernetes: The New Windows vs Linux Analogy
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 12, 2019 · Cloud Native

What New Features Does Kubernetes 1.14 Bring to Windows and Native App Management?

The article reviews Kubernetes 1.14, highlighting major advances such as full Windows node and container support, the integration of Kustomize for native application management, performance optimizations for large‑scale clusters, and enhancements to extensibility and stability that signal the platform’s continued evolution.

KubernetesKustomizePerformance Optimization
0 likes · 11 min read
What New Features Does Kubernetes 1.14 Bring to Windows and Native App Management?
UCloud Tech
UCloud Tech
Apr 11, 2019 · Cloud Native

Why Does a Kubernetes Pod IP Disappear? The Hidden Second Sandbox Bug

UK8S’s custom CNI plugin integrates VPC networking to give containers native cloud performance, but a bug caused kubelet to create a second sandbox container, leading to missing NETNS parameters and VPC IP leaks; the article details the investigation, root‑cause analysis, and the patch fixing the issue.

IP leakKubernetesSandbox
0 likes · 15 min read
Why Does a Kubernetes Pod IP Disappear? The Hidden Second Sandbox Bug
Alibaba Cloud Native
Alibaba Cloud Native
Apr 9, 2019 · Big Data

How Compute‑Storage Separation Cuts Costs and Boosts Performance for Big Data on Kubernetes

This article examines the challenges of big‑data storage in containerized environments, compares compute‑storage‑separated architectures with traditional setups, presents performance and cost benchmarks of Alibaba Cloud ECS instances, and outlines practical storage options such as OSS, NAS, and DFS for Spark workloads on Kubernetes.

Compute-Storage SeparationKubernetesSpark
0 likes · 14 min read
How Compute‑Storage Separation Cuts Costs and Boosts Performance for Big Data on Kubernetes
360 Tech Engineering
360 Tech Engineering
Apr 8, 2019 · Cloud Native

Front‑end Container Deployment: Lessons Learned, Optimizations, and Multi‑stage Build

This article details a front‑end engineer's journey of containerizing a static‑site project with Docker and Kubernetes, addressing node_modules caching, oversized images, and complex deployment workflows, and presents three optimizations—caching dependencies, shrinking base images, and using multi‑stage builds—that cut image size to 25 MB and halve CI build time.

CI/CDDockerKubernetes
0 likes · 9 min read
Front‑end Container Deployment: Lessons Learned, Optimizations, and Multi‑stage Build
Architects' Tech Alliance
Architects' Tech Alliance
Apr 4, 2019 · Cloud Native

2019 Cloud Native Landscape: Trends and Forecasts

Looking ahead to 2019, the article forecasts that Kubernetes will mature and accelerate adoption, service meshes like Istio and Envoy will dominate multicloud networking, containerized micro‑service marketplaces will expand, SaaS providers will deepen enterprise app portfolios, and hybrid‑cloud and edge computing will grow, driven by cloud‑native architectures.

KubernetesService Meshcloud native
0 likes · 9 min read
2019 Cloud Native Landscape: Trends and Forecasts
Didi Tech
Didi Tech
Apr 4, 2019 · Artificial Intelligence

DiDi Machine Learning Platform: From Workshop‑Style Production to Cloud‑Native Architecture

Since 2016 DiDi has evolved its machine‑learning platform from isolated, workshop‑style GPU servers to a cloud‑native, Kubernetes‑driven architecture that unifies resource management, introduces custom parameter‑server and serving frameworks, provides autotuning, external SaaS offerings such as Elastic Inference and JianShu, and aims for a 3.0 unified internal‑external AI marketplace.

AI infrastructureGPU computingKubernetes
0 likes · 19 min read
DiDi Machine Learning Platform: From Workshop‑Style Production to Cloud‑Native Architecture
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 27, 2019 · Cloud Native

Why Kubernetes Became the Backbone of Modern Cloud Native Architecture

This article introduces Kubernetes from a beginner’s perspective, covering its historical background, core design principles, architecture components such as Master and Node, key concepts like declarative APIs, containers, Pods, Services, and demonstrates how to create clusters, deploy, scale, and update applications, while also highlighting its role in cloud‑native environments.

Container OrchestrationDevOpsKubernetes
0 likes · 15 min read
Why Kubernetes Became the Backbone of Modern Cloud Native Architecture
360 Tech Engineering
360 Tech Engineering
Mar 26, 2019 · Cloud Native

Cable: A Unified Virtual Network Architecture for OpenStack and Kubernetes

The article introduces Cable, a new virtual network architecture that unifies management of physical, virtual, and container networks across OpenStack and Kubernetes, detailing its design, key components such as a virtual data plane and self‑developed control plane, compatibility with existing OpenStack APIs, and future development plans.

Cable architectureKubernetesNetwork Virtualization
0 likes · 5 min read
Cable: A Unified Virtual Network Architecture for OpenStack and Kubernetes
dbaplus Community
dbaplus Community
Mar 21, 2019 · Big Data

How Real-Time Data Platforms Evolve: From Storm to Flink and Kubernetes

This article summarizes Wang Xinchun's 2018 DAMS China Data Asset Management Summit talk, detailing the current state, core services, responsibilities, evolution, architecture, challenges, and future directions of a large‑scale real‑time data platform built on Storm, Spark, Flink, and Kubernetes, including a unified data management approach.

FlinkKubernetesSpark
0 likes · 22 min read
How Real-Time Data Platforms Evolve: From Storm to Flink and Kubernetes
Efficient Ops
Efficient Ops
Mar 21, 2019 · Operations

How Ctrip Scales Continuous Delivery: 6000 Daily Deploys with Jenkins & K8s

This article details Ctrip's large‑scale continuous delivery practice, describing their deployment pipeline, unified build platform, Jenkins integration, Kubernetes‑based elastic agents, monitoring, and the challenges and improvements they encountered while handling thousands of daily deployments across multiple environments.

CI/CDContinuous DeliveryJenkins
0 likes · 21 min read
How Ctrip Scales Continuous Delivery: 6000 Daily Deploys with Jenkins & K8s
Cloud Native Technology Community
Cloud Native Technology Community
Mar 20, 2019 · Cloud Native

Kubernetes Architecture Analysis and Comparison of Scheduling Models with Mesos

This article explains the Kubernetes architecture, details each core component, demonstrates how a Deployment is created, and critically compares Kubernetes' two‑layer scheduling model with Mesos, evaluating resource utilization, scalability, flexibility, performance, and scheduling latency while discussing why cluster schedulers struggle with horizontal scaling.

KubernetesMesoscloud native
0 likes · 15 min read
Kubernetes Architecture Analysis and Comparison of Scheduling Models with Mesos
Alibaba Cloud Native
Alibaba Cloud Native
Mar 12, 2019 · Cloud Native

Injecting Real-World Failures into Ali Kubernetes with Open‑Source Monkey Tools

This article explains how chaos engineering principles are applied to Ali Kubernetes by reviewing open‑source Kubernetes monkey tools, analyzing complex failure scenarios, and presenting a custom fault‑injection suite built on the internal MonkeyKing platform to enable flexible, scenario‑driven chaos experiments.

Chaos EngineeringKubernetesMonkey Tools
0 likes · 10 min read
Injecting Real-World Failures into Ali Kubernetes with Open‑Source Monkey Tools
NetEase Game Operations Platform
NetEase Game Operations Platform
Mar 8, 2019 · Operations

Achieving Non‑Stop Game Maintenance: Practices and Network Solutions at NetEase Games

This article details how NetEase Games implemented non‑stop maintenance for large‑scale online titles by reusing resources with Docker virtualization, evaluating Calico and Flannel overlay networks, and building a custom SDN solution, ultimately improving operational efficiency and player experience.

DockerKubernetesNetwork Virtualization
0 likes · 9 min read
Achieving Non‑Stop Game Maintenance: Practices and Network Solutions at NetEase Games
Programmer DD
Programmer DD
Mar 8, 2019 · Cloud Native

From Monolith to Microservices: A Small Team’s Cloud‑Native Evolution

This article chronicles a SaaS startup’s transition from a simple monolithic Java application to a fully containerized microservice architecture, detailing the motivations, design principles, CI/CD pipelines, Spring Cloud and Kubernetes integration, automated deployment, tracing, and operational monitoring practices adopted along the way.

CI/CDKubernetesarchitecture
0 likes · 14 min read
From Monolith to Microservices: A Small Team’s Cloud‑Native Evolution
Ctrip Technology
Ctrip Technology
Mar 7, 2019 · Operations

Ctrip Container Cloud Operations: Practices, Challenges, and Future Outlook

This article presents Ctrip's experience in building and operating a private container cloud platform, detailing its architectural evolution, operational challenges, tooling, monitoring, capacity management, and future directions toward hybrid and cloud‑native environments.

Capacity ManagementChatOpsCloud Operations
0 likes · 12 min read
Ctrip Container Cloud Operations: Practices, Challenges, and Future Outlook
Alibaba Cloud Native
Alibaba Cloud Native
Mar 7, 2019 · Cloud Native

How Kubernetes Scheduler Works: Inside the Core Scheduling Engine

This article explains the inner workings of the Kubernetes scheduler, covering its architecture, pod queue handling, filtering, prioritization, binding, preemption, and code-level details, while also discussing current limitations and future enhancements such as the V2 framework and gang scheduling extensions.

GoKubernetesdistributed systems
0 likes · 12 min read
How Kubernetes Scheduler Works: Inside the Core Scheduling Engine
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.

DevOpsKubernetesOperator
0 likes · 20 min read
Why Kubernetes Is the Next‑Generation OS and How to Build Your First Operator
Efficient Ops
Efficient Ops
Feb 25, 2019 · Operations

Mastering Prometheus: Essential Best Practices and Common Pitfalls

This article shares practical Prometheus monitoring tips, covering accuracy trade‑offs, self‑monitoring setups, storage choices, high‑cardinality metric handling, rate() pitfalls, alert‑graph mismatches, Alertmanager timing issues, and the core purpose of observability for stable business delivery.

AlertmanagerKubernetes
0 likes · 9 min read
Mastering Prometheus: Essential Best Practices and Common Pitfalls
Ctrip Technology
Ctrip Technology
Feb 21, 2019 · Cloud Native

Building a Custom Kubernetes Cluster on AWS for Hybrid‑Cloud Container Deployment at Ctrip

The article describes Ctrip's motivation, design choices, and implementation details for deploying a self‑managed Kubernetes cluster on AWS, covering network architecture with VPC and ENI, custom image distribution, logging and monitoring, data synchronization, and operational challenges such as ELB loopback and kubelet configuration.

AWSDevOpsKubernetes
0 likes · 12 min read
Building a Custom Kubernetes Cluster on AWS for Hybrid‑Cloud Container Deployment at Ctrip
Alibaba Cloud Native
Alibaba Cloud Native
Feb 20, 2019 · Information Security

How to Leverage Kubernetes Audit Logs for Secure Monitoring and Analysis

This article explains the fundamentals of Kubernetes audit logs, their JSON format, recording stages and levels, and shows how to configure policies, analyze logs, and use Alibaba Cloud's integrated solution to create visual reports, custom alerts, and advanced queries for security monitoring.

KubernetesLog analysisSecurity Monitoring
0 likes · 13 min read
How to Leverage Kubernetes Audit Logs for Secure Monitoring and Analysis
Architects' Tech Alliance
Architects' Tech Alliance
Feb 19, 2019 · Cloud Native

From Shipping Containers to Docker: A Comprehensive Introduction to Containers and Their Management Platforms

This article explains how container technology, inspired by physical shipping containers, provides lightweight, standardized, and portable application packaging, details the underlying Linux namespace and cgroup mechanisms, compares containers with virtual machines, and introduces major orchestration platforms such as Kubernetes, Mesos, and Swarm along with their key features and challenges.

Container OrchestrationContainersDevOps
0 likes · 15 min read
From Shipping Containers to Docker: A Comprehensive Introduction to Containers and Their Management Platforms
Efficient Ops
Efficient Ops
Feb 14, 2019 · Operations

Scaling a 10,000‑Node Container Cloud: Ctrip’s Ops Practices and Lessons

This article details Ctrip's journey of building and operating a massive container cloud platform, covering its architectural evolution, operational challenges, tooling, capacity management, and future directions, offering practical insights for large‑scale cloud‑native environments.

Capacity ManagementKubernetesOperations
0 likes · 17 min read
Scaling a 10,000‑Node Container Cloud: Ctrip’s Ops Practices and Lessons
Architects' Tech Alliance
Architects' Tech Alliance
Feb 12, 2019 · Cloud Native

Building a Private Cloud with Kubernetes: Architecture, Challenges, and the Wayne Platform

This article details 360 Search's journey of constructing a Kubernetes‑based private cloud, covering its evolution, network and storage designs, logging pipeline, the Wayne management platform, encountered pitfalls, and future open‑source plans, offering practical insights for similar deployments.

KubernetesWayne Platformcloud native
0 likes · 11 min read
Building a Private Cloud with Kubernetes: Architecture, Challenges, and the Wayne Platform
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 31, 2019 · Cloud Native

China’s First CNCF TOC Member on Shaping Cloud‑Native’s Future

Chinese cloud‑native pioneer Li Xiang, the first Chinese member of the CNCF Technical Oversight Committee, discusses his open‑source contributions, Alibaba’s large‑scale cluster management, the evolution of cloud‑native technologies, and offers advice for young engineers on mastering code, design, and emerging trends.

AlibabaCNCFKubernetes
0 likes · 11 min read
China’s First CNCF TOC Member on Shaping Cloud‑Native’s Future
MaGe Linux Operations
MaGe Linux Operations
Jan 30, 2019 · Cloud Native

Containers vs Virtual Machines: Which Is Right for Your Workloads?

This article explains the key differences between Linux containers and virtual machines, covering their design goals, resource usage, use‑case scenarios, security considerations, and how to choose the appropriate technology based on workload requirements and ecosystem support.

DockerKuberneteslinux
0 likes · 7 min read
Containers vs Virtual Machines: Which Is Right for Your Workloads?
Meitu Technology
Meitu Technology
Jan 30, 2019 · Cloud Native

Meitu's Container Platform: Architecture, Network, Load Balancing, Logging, Scheduling, and Autoscaling

Meitu’s container platform, built on Kubernetes with Calico networking, a custom Nginx load‑balancer, unified logging, refined scheduling, autoscaling, and comprehensive monitoring, enables seamless multi‑cluster hybrid‑cloud operations for its hundreds‑of‑millions‑user services while providing CI/CD tooling and future‑ready extensions such as service mesh and edge computing.

AutoscalingKubernetesLogging
0 likes · 23 min read
Meitu's Container Platform: Architecture, Network, Load Balancing, Logging, Scheduling, and Autoscaling
58 Tech
58 Tech
Jan 25, 2019 · Backend Development

Search Engineering Architecture: Lessons from Zhihu and 58 Group

The article summarizes the evolution and redesign of Zhihu's search engine, details 58 Group's high‑performance uesearch architecture, real‑time indexing mechanisms, cloud‑native deployment with Kubernetes, and highlights key technical insights and future directions for large‑scale search systems.

KubernetesRustarchitecture
0 likes · 9 min read
Search Engineering Architecture: Lessons from Zhihu and 58 Group
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
Efficient Ops
Efficient Ops
Jan 17, 2019 · Cloud Computing

What Is Cloud Computing? A Beginner’s Guide to Key Concepts and Tools

This article provides a clear, beginner-friendly overview of cloud computing, explaining core terms such as IaaS, PaaS, SaaS, virtualization, hypervisors, OpenStack, containers, Docker, and Kubernetes, and illustrating how these technologies interrelate to form modern cloud infrastructure.

Cloud ComputingContainersDocker
0 likes · 10 min read
What Is Cloud Computing? A Beginner’s Guide to Key Concepts and Tools
JD Tech
JD Tech
Jan 17, 2019 · Operations

Technical Overview of JD's Archimedes Resource Scheduling System

The article presents a detailed technical analysis of JD's Archimedes project, describing its evolution from JDOS 2.0 to a large‑scale container scheduling platform that dramatically improves resource utilization, deployment speed, and cost efficiency across JD’s data centers.

AIBig DataCloud Operations
0 likes · 6 min read
Technical Overview of JD's Archimedes Resource Scheduling System
Tencent Cloud Developer
Tencent Cloud Developer
Jan 16, 2019 · Operations

Understanding DevOps and Tencent Hub: A Cloud‑Native Operations Platform

The article explains how modern DevOps, revitalized by cloud computing, is embodied in Tencent Hub—a cloud‑native platform that combines container‑based artifact storage and a reusable, Kubernetes‑driven workflow engine with DAG‑modeled pipelines, enabling scalable, secure CI/CD for enterprises and public‑cloud users.

DevOpsKubernetesTencent Hub
0 likes · 13 min read
Understanding DevOps and Tencent Hub: A Cloud‑Native Operations Platform