Tagged articles
4047 articles
Page 36 of 41
Alibaba Cloud Native
Alibaba Cloud Native
Mar 10, 2020 · Cloud Native

How to Run WebAssembly Containers on Kubernetes Using containerd

This article explains how WebAssembly has evolved beyond browsers, describes the WASI standard and its ecosystem, compares WASM containers with traditional Docker containers, and provides step‑by‑step instructions for installing a containerd WASM shim, configuring RuntimeClass, and deploying WASM workloads in a Kubernetes cluster.

KubernetesWASIWebAssembly
0 likes · 17 min read
How to Run WebAssembly Containers on Kubernetes Using containerd
Alibaba Cloud Native
Alibaba Cloud Native
Mar 9, 2020 · Cloud Native

How to Choose and Build the Perfect CNI Plugin for Kubernetes

This article explains what the Container Network Interface (CNI) is, how Kubernetes uses CNI plugins, guides the step‑by‑step configuration process, compares Overlay, Routing and Underlay implementations, and provides practical criteria for selecting or building a CNI plugin that fits specific environments and performance needs.

CNIKubernetesNetwork Plugin
0 likes · 16 min read
How to Choose and Build the Perfect CNI Plugin for Kubernetes
Open Source Linux
Open Source Linux
Mar 9, 2020 · Cloud Native

Why Kubernetes Is the Ultimate Container Orchestrator: A Deep Dive

This article explains the origin of the term Kubernetes, clarifies what containers are and why they’re popular, outlines when to adopt Kubernetes, and details its architecture, core components, pods, and key controllers such as ReplicaSet, Deployment, Service, and Ingress.

Cloud NativeKubernetesOrchestration
0 likes · 9 min read
Why Kubernetes Is the Ultimate Container Orchestrator: A Deep Dive
Alibaba Cloud Native
Alibaba Cloud Native
Mar 6, 2020 · Cloud Native

How to Choose the Right Kubernetes Worker Nodes and Cluster Architecture on Alibaba Cloud

This article analyzes the complexities of deploying Kubernetes on Alibaba Cloud, compares bare‑metal and virtual machine worker nodes, evaluates container runtimes and security sandboxes, and provides practical guidance for selecting instance types, cluster size, multi‑cluster strategies, and serverless options.

Bare MetalCluster PlanningKubernetes
0 likes · 18 min read
How to Choose the Right Kubernetes Worker Nodes and Cluster Architecture on Alibaba Cloud
Alibaba Cloud Native
Alibaba Cloud Native
Mar 2, 2020 · Cloud Native

Unraveling Kubernetes Networking: From Pod IPs to Service Load Balancing

This article explains the evolution of Kubernetes networking, detailing how container networks originated with Docker, how Kubernetes assigns each Pod a unique IP, the Flannel host‑gw routing model, and the inner workings of Services, including LVS‑based implementations and the four Service types.

FlannelKubernetesNetworking
0 likes · 17 min read
Unraveling Kubernetes Networking: From Pod IPs to Service Load Balancing
Java Captain
Java Captain
Mar 2, 2020 · Cloud Native

Optimizing Spring Boot Docker Image Build, Push, and Pull with Layer Caching

This article explains how to efficiently build, push, and pull Docker images for Spring Boot applications by leveraging Docker's layered cache, separating dependency JARs from the application JAR, and measuring the performance improvements in a Kubernetes micro‑service environment.

DockerfileKubernetesSpring Boot
0 likes · 20 min read
Optimizing Spring Boot Docker Image Build, Push, and Pull with Layer Caching
AntTech
AntTech
Mar 2, 2020 · Cloud Native

Practices of Building a Cloud‑Native PaaS Platform for Financial Scenarios

This article details Ant Financial's cloud‑native PaaS platform construction, covering financial‑industry challenges, Kubernetes‑based extensions such as CafeDeployment, fine‑grained release strategies, lossless traffic draining, and the open‑source OpenKruise UnitedDeployment that together enable stable, scalable innovation for banking services.

DeploymentFinancial ServicesKubernetes
0 likes · 15 min read
Practices of Building a Cloud‑Native PaaS Platform for Financial Scenarios
Architects Research Society
Architects Research Society
Feb 29, 2020 · Cloud Native

Performance Comparison of Kubernetes Container Network Solutions: Flannel, IPvlan, VXLAN, Host‑GW, and AWS‑VPC

This study evaluates Kubernetes container networking options—Docker host networking, Flannel, IPvlan, VXLAN, host‑gw, and AWS‑VPC—by measuring latency, throughput, and installation cost under high‑load conditions, revealing IPvlan as the lowest‑latency, highest‑throughput solution while host‑gw offers a balanced, low‑dependency alternative.

Cloud NativeFlannelKubernetes
0 likes · 13 min read
Performance Comparison of Kubernetes Container Network Solutions: Flannel, IPvlan, VXLAN, Host‑GW, and AWS‑VPC
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Feb 28, 2020 · Backend Development

Analysis of JRebel 2020 Java Technology Report: Popular Languages, Frameworks, Servers, IDEs, Databases, Build Tools, and Container Platforms

The 2020 JRebel Java technology report reveals that Java 8 dominates usage, Tomcat remains the leading application server, Spring Boot is the preferred framework, IntelliJ IDEA tops IDE preferences, PostgreSQL and Oracle lead databases, Gradle slightly outpaces Maven, Docker is the most common container tool, and microservices continue to shape technology choices.

DockerKubernetesSpring Boot
0 likes · 6 min read
Analysis of JRebel 2020 Java Technology Report: Popular Languages, Frameworks, Servers, IDEs, Databases, Build Tools, and Container Platforms
360 Tech Engineering
360 Tech Engineering
Feb 25, 2020 · Cloud Native

Introduction to Kong API Gateway: Features, Deployment, and Configuration

This article introduces Kong, a cloud‑native API gateway, outlines its key features such as high performance, plugin architecture, and traffic control, explains why it solves common microservice challenges, and provides detailed deployment, clustering, plugin development, and troubleshooting guidance with practical code examples.

Cloud NativeKongKubernetes
0 likes · 10 min read
Introduction to Kong API Gateway: Features, Deployment, and Configuration
MaGe Linux Operations
MaGe Linux Operations
Feb 25, 2020 · Operations

What Weimob’s Data Sabotage Teaches About Robust Ops and Security

On February 25, Weimob disclosed that a core operations employee maliciously destroyed SaaS business data, prompting police involvement and a rapid recovery effort, and the incident underscores the need for comprehensive backup, cloud redundancy, strict access controls, automated deployment, and proactive risk planning.

KubernetesOperations Managementcloud security
0 likes · 4 min read
What Weimob’s Data Sabotage Teaches About Robust Ops and Security
Huajiao Technology
Huajiao Technology
Feb 25, 2020 · Cloud Native

Why Kong Is the Ideal Cloud‑Native API Gateway and How to Deploy It

This article introduces Kong, a cloud‑native API gateway, outlines its key features such as high performance, plugin architecture, and built‑in security, explains why it solves common microservice challenges like unified entry, scalability and CI/CD, and provides step‑by‑step guidance for deployment, clustering, custom plugin development, and troubleshooting.

Cloud NativeKongKubernetes
0 likes · 11 min read
Why Kong Is the Ideal Cloud‑Native API Gateway and How to Deploy It
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 24, 2020 · Big Data

What’s New in Apache Flink 1.10? Deep Dive into Major Features and Enhancements

Apache Flink 1.10 introduces a major upgrade that merges the Blink engine, boosts performance and stability, adds native Kubernetes support, enhances SQL DDL, delivers production‑ready Hive batch compatibility, optimizes memory management, and expands Python UDF capabilities, with detailed feature breakdowns and code examples.

Apache FlinkBatch ProcessingKubernetes
0 likes · 8 min read
What’s New in Apache Flink 1.10? Deep Dive into Major Features and Enhancements
Alibaba Cloud Native
Alibaba Cloud Native
Feb 19, 2020 · Cloud Native

Why Heroku’s Closed PaaS Model Is Losing to Cloud‑Native Kubernetes

The article examines Heroku’s early success with the Twelve‑Factor App, its powerful but costly and closed‑source PaaS features, the rise of Kubernetes as an open, white‑box alternative, and how the Open Application Model (OAM) aims to bridge the gap for modern cloud‑native development.

BuildpackHerokuKubernetes
0 likes · 12 min read
Why Heroku’s Closed PaaS Model Is Losing to Cloud‑Native Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Feb 19, 2020 · Cloud Native

Deploying Spinnaker on Kubernetes with Helm 3: A Step‑by‑Step Guide

This guide walks through installing the Spinnaker continuous‑delivery platform on a Kubernetes 1.16+ cluster using Helm 3, covering environment preparation, Helm chart adjustments for API version compatibility, storage class configuration, proxy settings for Halyard, and exposing the service via Traefik IngressRoute.

Cloud NativeKubernetesSpinnaker
0 likes · 10 min read
Deploying Spinnaker on Kubernetes with Helm 3: A Step‑by‑Step Guide
Alibaba Cloud Native
Alibaba Cloud Native
Feb 14, 2020 · Cloud Native

How Kubernetes Schedules Pods and Secures API Access: A Hands‑On Deep Dive

This article walks through building a simple Go web service, containerizing it, pushing the image to a registry, and then exploring how Kubernetes API Server authenticates clients with mutual TLS and how the scheduler’s pre‑filter and scoring phases decide the optimal node for a pod, complete with code snippets and log analysis.

API ServerDockerGo
0 likes · 16 min read
How Kubernetes Schedules Pods and Secures API Access: A Hands‑On Deep Dive
Alibaba Cloud Native
Alibaba Cloud Native
Feb 13, 2020 · Cloud Native

What’s New in Cloud‑Native: Kubernetes SIG‑Cloud‑Provider, Containerd Report, and Key Upstream Changes

This roundup highlights Alibaba Cloud’s pioneering SIG‑Cloud‑Provider project, its national technology awards, the CNCF containerd journey report, several upstream Kubernetes enhancements and bug fixes, plus curated open‑source tools and reading recommendations for developers working with cloud‑native platforms.

KubernetesSIG Cloud Provideropen-source
0 likes · 6 min read
What’s New in Cloud‑Native: Kubernetes SIG‑Cloud‑Provider, Containerd Report, and Key Upstream Changes
Big Data Technology Architecture
Big Data Technology Architecture
Feb 12, 2020 · Big Data

Apache Flink 1.10 Release: New Features, Optimizations, and Kubernetes Integration

Apache Flink 1.10 introduces major performance and stability improvements, unified memory configuration, native Kubernetes session mode, enhanced Table API/SQL with production‑ready Hive integration, expanded Python UDF support, and a host of important bug fixes and connector updates, marking the largest community‑driven release to date.

Apache FlinkHive IntegrationKubernetes
0 likes · 17 min read
Apache Flink 1.10 Release: New Features, Optimizations, and Kubernetes Integration
Alibaba Cloud Native
Alibaba Cloud Native
Feb 10, 2020 · Cloud Native

Mastering Kubernetes StatefulSet: Deploy, Scale, and Upgrade Stateful Apps

This guide explains how Kubernetes StatefulSet solves the challenges of deploying stateful applications by providing stable network identities, persistent storage, ordered scaling, and flexible update strategies, and walks through example manifests, creation commands, status inspection, upgrade procedures, and scaling policies.

KubernetesStatefulSetUpgrade Strategies
0 likes · 21 min read
Mastering Kubernetes StatefulSet: Deploy, Scale, and Upgrade Stateful Apps
Yanxuan Tech Team
Yanxuan Tech Team
Feb 10, 2020 · Backend Development

How Yanxuan’s Unified Message Center Scales with RocketMQ, Kafka, and K8s

This article details Yanxuan's evolution from a chaotic, multi‑queue setup to a unified, cloud‑native message center built on RocketMQ and Kafka, describing current services, scheduling mechanisms, publish‑subscribe implementation, and future plans for platformization and Kubernetes‑based resource management.

KafkaKubernetesMessaging
0 likes · 13 min read
How Yanxuan’s Unified Message Center Scales with RocketMQ, Kafka, and K8s
Alibaba Cloud Native
Alibaba Cloud Native
Feb 7, 2020 · Cloud Native

What Are the 5 Most Important Changes in Helm 3? A Deep Dive

This article explains the five key Helm 3 changes—including the removal of Tiller, the shift to distributed chart repositories, JSON schema validation, enhanced testing, and command‑line syntax updates—while providing practical command examples and discussing their impact on Kubernetes workflows.

DevOpsHelm 3Kubernetes
0 likes · 9 min read
What Are the 5 Most Important Changes in Helm 3? A Deep Dive
Alibaba Cloud Native
Alibaba Cloud Native
Feb 5, 2020 · Cloud Native

Why OAM Is the Key to Simplifying Cloud‑Native Application Management

This article explains the motivations behind OAM, outlines its eight core values—including cloud‑native declarative definitions, platform‑agnostic deployment, infrastructure‑as‑code, architecture‑focused design, integrated operations, transparent integration, role separation, scalability, and modular collaboration—while providing concrete YAML examples and AWS ECS CLI principles.

Cloud NativeDevOpsInfrastructure as Code
0 likes · 12 min read
Why OAM Is the Key to Simplifying Cloud‑Native Application Management
DevOps Cloud Academy
DevOps Cloud Academy
Jan 23, 2020 · Cloud Native

Serverless Jenkins and Prow: Cloud‑Native CI/CD on Kubernetes

Jenkins X introduces serverless Jenkins, leveraging Prow and Knative on Kubernetes to provide a cloud‑native, highly available CI/CD solution that eliminates single‑point failures, reduces costs, and integrates GitOps, while offering migration guidance, FAQs, and practical Terraform commands for deployment.

Cloud NativeJenkinsKnative
0 likes · 11 min read
Serverless Jenkins and Prow: Cloud‑Native CI/CD on Kubernetes
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jan 21, 2020 · Cloud Native

How to Achieve Accurate Container Resource Metrics with Lxcfs and Kubernetes Admission Webhook

This article explains why container resource view isolation is needed, outlines common scenarios where traditional monitoring commands misreport data, and demonstrates how to use Lxcfs together with a Kubernetes mutating admission webhook to provide accurate per‑container metrics and ensure proper resource limits.

ContainerKubernetesLXCFS
0 likes · 9 min read
How to Achieve Accurate Container Resource Metrics with Lxcfs and Kubernetes Admission Webhook
Ops Development Stories
Ops Development Stories
Jan 18, 2020 · Cloud Native

Why Did My Jenkins Pipeline Suddenly Slow Down? A Kubernetes Storage Mystery Solved

The author experienced unusually long stage transitions in a Jenkins pipeline, traced the slowdown to differences between a manually built Kubernetes cluster using CephFS on an older Linux kernel and an automated Ansible‑deployed cluster using Ceph RBD, and discovered that switching to NFS or proper Ceph configuration restored fast execution.

CephJenkinsKubernetes
0 likes · 4 min read
Why Did My Jenkins Pipeline Suddenly Slow Down? A Kubernetes Storage Mystery Solved
Jike Tech Team
Jike Tech Team
Jan 16, 2020 · Cloud Native

How We Built a High‑Performance OpenResty API Gateway on Kubernetes

This article details the design and implementation of a Kubernetes‑native API Gateway built with OpenResty, covering its architecture, controller logic, HTTP/gRPC load balancing, custom ingress handling, rate‑limiting, service proxying, and future plans for service‑mesh integration.

IngressKubernetesOpenResty
0 likes · 16 min read
How We Built a High‑Performance OpenResty API Gateway on Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Jan 13, 2020 · Cloud Native

How to Manage GPU Resources in Kubernetes: From Containers to Device Plugins

This article explains why managing GPUs with Kubernetes improves cost efficiency and deployment speed, details how to containerize GPU workloads, build appropriate images, configure NVIDIA drivers, and use Kubernetes Device Plugins and Extend Resources to schedule and monitor GPU resources, while also discussing current limitations and community solutions.

Device PluginGPUKubernetes
0 likes · 18 min read
How to Manage GPU Resources in Kubernetes: From Containers to Device Plugins
Alibaba Cloud Native
Alibaba Cloud Native
Jan 10, 2020 · Cloud Native

How to Secure Multi‑Tenant Kubernetes Clusters: Practical Isolation Strategies

This article explains the concept of multi‑tenant Kubernetes clusters, distinguishes soft and hard isolation, describes common enterprise and SaaS/KaaS scenarios, and provides step‑by‑step guidance on using native Kubernetes features such as RBAC, NetworkPolicy, PSP, OPA, resource quotas, pod priority, node taints, and secret encryption to achieve robust security isolation.

KubernetesNamespaceNetworkPolicy
0 likes · 14 min read
How to Secure Multi‑Tenant Kubernetes Clusters: Practical Isolation Strategies
Youzan Coder
Youzan Coder
Jan 10, 2020 · Cloud Native

How Youzan Implements Traffic Control, Gray and Blue‑Green Deployments with Istio

This article details Youzan's design and implementation of a traffic‑control system built on Istio/Envoy, describing the protocols, architecture, and concrete JSON routing rules for gray releases and blue‑green deployments, along with observability features and future multi‑service release plans.

Blue‑Green deploymentIstioKubernetes
0 likes · 22 min read
How Youzan Implements Traffic Control, Gray and Blue‑Green Deployments with Istio
Architects Research Society
Architects Research Society
Jan 8, 2020 · Cloud Native

Running a Kubernetes Cluster Across Multiple Zones

This article explains how Kubernetes 1.2 enables a single cluster to operate across multiple zones within the same cloud provider, detailing automatic zone labeling, pod and volume scheduling behavior, and the key limitations and considerations for multi‑zone deployments.

ClusterKubernetesPersistent Volume
0 likes · 5 min read
Running a Kubernetes Cluster Across Multiple Zones
iQIYI Technical Product Team
iQIYI Technical Product Team
Jan 3, 2020 · Cloud Native

Service Mesh Practice at iQIYI: Istio Deployment, Traffic Management, Custom Dashboard, and Monitoring

iQIYI adopted Istio on Kubernetes to create isolated mesh clusters, integrated its Kong gateway via Consul, built a custom dashboard that bundles deployments, services and Istio resources into high‑level “App” objects for one‑click releases, and implemented comprehensive monitoring, logging and alerting with Prometheus, Grafana and Flink, demonstrating improved traffic control, observability and security while outlining future cross‑cluster and policy enhancements.

Cloud NativeIstioKubernetes
0 likes · 17 min read
Service Mesh Practice at iQIYI: Istio Deployment, Traffic Management, Custom Dashboard, and Monitoring
Alibaba Cloud Native
Alibaba Cloud Native
Dec 28, 2019 · Cloud Native

Mastering Sidecar Containers: Patterns, Challenges, and OpenKruise Solutions

This article explains the Sidecar container pattern in Kubernetes, outlines common use cases such as logging, service mesh, and health checks, discusses real-world challenges like ordering and lifecycle management, and presents community-driven solutions including the Sidecar kep, PreSidecar/PostSidecar concepts, and the OpenKruise SidecarSet workload.

Container PatternsKubernetesOpenKruise
0 likes · 10 min read
Mastering Sidecar Containers: Patterns, Challenges, and OpenKruise Solutions
Efficient Ops
Efficient Ops
Dec 26, 2019 · Cloud Native

Why Kubernetes Is the Next‑Generation Operating System for Developers

This article explains how Kubernetes transforms from a container orchestrator into a declarative, cloud‑native operating system, showing beginner‑friendly examples, the benefits of YAML‑based deployments, operators, and how it simplifies software delivery compared to traditional Linux VM workflows.

Cloud NativeDeploymentKubernetes
0 likes · 21 min read
Why Kubernetes Is the Next‑Generation Operating System for Developers
Alibaba Cloud Native
Alibaba Cloud Native
Dec 26, 2019 · Cloud Native

How to Model and Expose Cloud Services with OAM: A Practical Guide

This guide explains how to use the Open Application Model (OAM) to classify services, write OAM definitions with JSON Schema, implement an OAM operator, and uniformly expose and consume cloud resources across platforms, illustrated with Kubernetes examples and code snippets.

JSON SchemaKubernetesOAM
0 likes · 10 min read
How to Model and Expose Cloud Services with OAM: A Practical Guide
Cloud Native Technology Community
Cloud Native Technology Community
Dec 26, 2019 · Cloud Native

Building a Simple Tekton Pipeline on Kubernetes: Concepts, Resources, Tasks, and Execution

This article explains how to construct a basic Tekton CI/CD pipeline on Kubernetes, covering core concepts, required resources, task definitions, pipeline templates, secret and ServiceAccount setup, execution monitoring, and includes full YAML and shell code examples for building, testing, and deploying a container image.

DockerGitKubernetes
0 likes · 14 min read
Building a Simple Tekton Pipeline on Kubernetes: Concepts, Resources, Tasks, and Execution
Cloud Native Technology Community
Cloud Native Technology Community
Dec 25, 2019 · Cloud Native

Understanding Kubernetes Deployments, ReplicaSets, Pods and Advanced Deployment Strategies

This article explains how Kubernetes uses Deployments, ReplicaSets and Pods to manage containerized applications, covering basic object creation, scaling, rolling updates, readiness probes, rollback, maxSurge/maxUnavailable settings, and advanced strategies such as blue‑green and canary deployments.

Blue-GreenCanaryDeployment
0 likes · 17 min read
Understanding Kubernetes Deployments, ReplicaSets, Pods and Advanced Deployment Strategies
Alibaba Cloud Native
Alibaba Cloud Native
Dec 23, 2019 · Cloud Native

How Kubernetes Schedules Pods: Deep Dive into Scheduling, QoS, and Resources

This article walks through the complete Kubernetes pod scheduling workflow, explains how resource requests, limits, and QoS classes influence placement, covers advanced features such as affinity, taints, resource quotas, and priority‑based preemption, and shows how to configure each mechanism for optimal cluster utilization.

AffinityKubernetesQoS
0 likes · 25 min read
How Kubernetes Schedules Pods: Deep Dive into Scheduling, QoS, and Resources
58 Tech
58 Tech
Dec 20, 2019 · Artificial Intelligence

Deep Learning Platform on Kubernetes: Architecture, Resource Management, Offline Training and Online Inference

The article presents a comprehensive overview of 58.com’s AI platform built on Kubernetes, detailing its layered architecture, resource scheduling, offline training pipelines, debugging environment, distributed TensorFlow/PyTorch training, performance benchmarks, and online inference services, highlighting how the system empowers various business units with scalable AI capabilities.

Distributed TrainingKubernetesPyTorch
0 likes · 11 min read
Deep Learning Platform on Kubernetes: Architecture, Resource Management, Offline Training and Online Inference
HomeTech
HomeTech
Dec 20, 2019 · Cloud Native

Practical Experience of Containerizing Java Applications: Docker, JVM Tuning, Multi‑Stage Builds, and Operational Tips

This article shares the 2019 cloud‑native migration experience of an e‑commerce team, covering Docker and Kubernetes basics, Java‑Docker compatibility, memory and CPU limits, log collection, JDK version choices, Dockerfile and multi‑stage build practices, health checks, graceful shutdown, and common pitfalls encountered during containerization.

DockerJVMKubernetes
0 likes · 21 min read
Practical Experience of Containerizing Java Applications: Docker, JVM Tuning, Multi‑Stage Builds, and Operational Tips
Alibaba Cloud Native
Alibaba Cloud Native
Dec 19, 2019 · Cloud Native

How Cloud‑Native Tech Bridges Cloud and Edge: Kubernetes at the Edge Explained

This article explores how cloud‑native principles and Kubernetes enable seamless integration of cloud and edge computing, detailing the challenges of edge infrastructure, the layered architecture of Kubernetes, the evolution of Alibaba Cloud's ACK@Edge service, real‑world use cases, and practical Q&A for developers.

ACK@EdgeContainer ServicesDevOps
0 likes · 23 min read
How Cloud‑Native Tech Bridges Cloud and Edge: Kubernetes at the Edge Explained
Ctrip Technology
Ctrip Technology
Dec 19, 2019 · Cloud Native

Evolution of Ctrip Cloud Platform: From OpenStack IAAS to Cloud‑Native Kubernetes

This article chronicles Ctrip's cloud‑infrastructure journey—from the early OpenStack‑based IAAS platform through containerization with Mesos, the migration to large‑scale Kubernetes clusters, and the adoption of cloud‑native practices that improve resource utilization, deployment speed, and application governance.

Cloud NativeDevOpsInfrastructure as Code
0 likes · 10 min read
Evolution of Ctrip Cloud Platform: From OpenStack IAAS to Cloud‑Native Kubernetes
Mafengwo Technology
Mafengwo Technology
Dec 19, 2019 · Cloud Native

How We Evolved K8s Networking: From Flannel to MAC‑VLAN and VPN

This article details the step‑by‑step evolution of Mafengwo's Kubernetes network—from early Flannel VXLAN setups, through a VPN‑server bridge for external access, to a MAC‑VLAN CNI solution—highlighting design principles, challenges, and recent optimization plans for large‑scale Java micro‑services.

CNICloud NativeFlannel
0 likes · 12 min read
How We Evolved K8s Networking: From Flannel to MAC‑VLAN and VPN
UCloud Tech
UCloud Tech
Dec 19, 2019 · Cloud Native

Why Containers Matter: From Docker Basics to Kubernetes Orchestration

This lesson introduces container technology, explains Docker’s core concepts, image layering, Dockerfile syntax, and common commands, while also showing how Kubernetes scales container management for cloud‑native applications. It highlights the advantages over traditional VMs, resource utilization improvements, and practical examples for building and running container images.

Cloud NativeDevOpsDocker
0 likes · 10 min read
Why Containers Matter: From Docker Basics to Kubernetes Orchestration
HomeTech
HomeTech
Dec 19, 2019 · Cloud Native

Practical Experience of Containerizing Java Applications: Docker, Kubernetes, and Cloud‑Native Practices

This article shares the 2019 container‑migration experience of an e‑commerce team, covering Docker and Kubernetes fundamentals, Java‑specific memory and CPU limits, JDK version tuning, log collection, multi‑stage image builds, health‑check strategies, common pitfalls, and best‑practice recommendations for cloud‑native deployments.

Cloud NativeDockerJib
0 likes · 22 min read
Practical Experience of Containerizing Java Applications: Docker, Kubernetes, and Cloud‑Native Practices
Cloud Native Technology Community
Cloud Native Technology Community
Dec 18, 2019 · Cloud Native

Deep Dive into the Kubernetes Job Controller Implementation

This article provides a detailed walkthrough of the Kubernetes Job controller source code, explaining the flow from kube‑controller‑manager initialization through key functions such as NewJobController, Run, worker, syncJob, and manageJob, and illustrates how informers, workqueues, and expectations coordinate job lifecycle management.

CloudNativeControllerGo
0 likes · 17 min read
Deep Dive into the Kubernetes Job Controller Implementation
Cloud Native Technology Community
Cloud Native Technology Community
Dec 16, 2019 · Cloud Native

Why Does Rolling Update Trigger “No Route to Host” in Kubernetes?

A Kubernetes user reported intermittent “No route to host” errors during Deployment rolling updates, and this article analyzes common connection‑related errors, explains how IPVS weight handling and source‑port reuse cause the issue, and provides mitigation strategies such as preStop hooks, readiness probes, scaling, and anti‑affinity.

IPVSKubernetesRolling Update
0 likes · 15 min read
Why Does Rolling Update Trigger “No Route to Host” in Kubernetes?
Taobao Frontend Technology
Taobao Frontend Technology
Dec 16, 2019 · Frontend Development

Mastering Front‑End Development in the Cloud Era with Serverless Node and Fission

This article explores how front‑end developers can leverage cloud‑native serverless technologies such as Node.js, Kubernetes, and Fission to achieve extreme efficiency, high availability, and fine‑grained cost control, while providing practical installation steps, code examples, and insights into future cloud‑driven front‑end innovations.

KubernetesServerlesscloud-native
0 likes · 16 min read
Mastering Front‑End Development in the Cloud Era with Serverless Node and Fission
Alibaba Cloud Native
Alibaba Cloud Native
Dec 12, 2019 · Cloud Native

What’s New in Kubernetes v1.17? Key Features and Improvements Explained

The article summarizes Kubernetes v1.17’s 22 enhancements—including GA cloud‑provider labels, beta VolumeSnapshot, CSI storage migration, numerous feature stabilizations, dual‑stack networking, Knative updates, and curated open‑source and reading recommendations—providing a detailed technical overview for practitioners.

KnativeKubernetesRelease Notes
0 likes · 10 min read
What’s New in Kubernetes v1.17? Key Features and Improvements Explained
ITPUB
ITPUB
Dec 12, 2019 · Cloud Native

What Makes Kubernetes Tick? Pods, ReplicationControllers, and Services Explained

The author explores Kubernetes by reading "Kubernetes in Action", uncovering why pods are the smallest deployable unit, how ReplicationControllers maintain desired replica counts, and how Services provide stable access, while emphasizing a problem‑first, think‑first approach to mastering the platform.

DevOpsKubernetesPod
0 likes · 8 min read
What Makes Kubernetes Tick? Pods, ReplicationControllers, and Services Explained
MaGe Linux Operations
MaGe Linux Operations
Dec 11, 2019 · Cloud Native

Demystifying Kubernetes Architecture: From Master to Service

This article explains the core components and data flow of Kubernetes, covering the Master‑Node relationship, APIServer layers, Controller Manager, Scheduler, kubelet, Service and kube‑proxy, and demonstrates deployment with practical Tomcat and MySQL examples using YAML configuration files.

KubernetesMicroservicesService
0 likes · 19 min read
Demystifying Kubernetes Architecture: From Master to Service
Alibaba Cloud Native
Alibaba Cloud Native
Dec 9, 2019 · Cloud Native

Mastering etcd: History, Architecture, and Real‑World Use Cases

This article traces etcd’s evolution from its CoreOS origins, explains its Raft‑based distributed architecture, details its API groups, versioning and watch mechanisms, and showcases typical scenarios such as metadata storage, service discovery, leader election, and distributed coordination in cloud‑native environments.

Cloud NativeKubernetesRaft
0 likes · 19 min read
Mastering etcd: History, Architecture, and Real‑World Use Cases
Ops Development Stories
Ops Development Stories
Dec 5, 2019 · Cloud Native

How to Build a Production-Ready ELK Logging Platform on Kubernetes

This tutorial explains ELK concepts, the logs needed from Kubernetes, three ELK stack collection strategies, step‑by‑step deployment of a single‑node ELK cluster, Filebeat agents, ingress configuration, and Kibana visualization to achieve a production‑grade log management solution.

DevOpsELKFilebeat
0 likes · 25 min read
How to Build a Production-Ready ELK Logging Platform on Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Dec 5, 2019 · Cloud Native

How Knative Turns Ordinary Apps into Serverless Cloud‑Native Services

This article explains the motivations behind cloud native computing, introduces Knative’s three core modules—Tekton, Eventing, and Serving—and shows how they enable serverless capabilities, traffic management, gray‑release, and elasticity for modern applications, illustrated with a practical demo and Q&A.

KnativeKubernetesServerless
0 likes · 26 min read
How Knative Turns Ordinary Apps into Serverless Cloud‑Native Services
Alibaba Cloud Native
Alibaba Cloud Native
Nov 30, 2019 · Cloud Native

How Alibaba Cloud Manages Over 10,000 Kubernetes Clusters at Double‑11 Scale

This article explains how Alibaba Cloud Container Service (ACK) designs a unit‑based, tiered management system, capacity planning model, global observability architecture, and pluggable components to reliably operate more than ten thousand diverse Kubernetes clusters during the massive Double‑11 shopping event.

ACKAlibaba CloudCluster Management
0 likes · 13 min read
How Alibaba Cloud Manages Over 10,000 Kubernetes Clusters at Double‑11 Scale
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 28, 2019 · Cloud Native

How Alibaba Achieved 100% Cloud‑Native Migration for Double 11: Lessons and Tech Insights

Alibaba’s 2019 Double 11 campaign saw a record 54.4 k orders per second and 970 PB of data, prompting a full cloud‑native transformation that migrated 100% of core applications to the cloud using Kubernetes, containers, the Shenlong bare‑metal servers, service mesh, and OAM, delivering scalable, resilient performance.

AlibabaBare MetalDouble 11
0 likes · 10 min read
How Alibaba Achieved 100% Cloud‑Native Migration for Double 11: Lessons and Tech Insights
Cloud Native Technology Community
Cloud Native Technology Community
Nov 27, 2019 · Cloud Native

Topology‑Aware Service Routing in Kubernetes v1.17

The article explains the new Kubernetes v1.17 topology‑aware service routing feature, describing its purpose, underlying concepts such as topology domains and endpoint slices, the implementation details in kube‑proxy, how to enable it with feature gates and topologyKeys, and the practical benefits of reduced network latency and cost.

Cloud NativeEndpointSliceKubernetes
0 likes · 13 min read
Topology‑Aware Service Routing in Kubernetes v1.17
Alibaba Cloud Native
Alibaba Cloud Native
Nov 25, 2019 · Cloud Native

Mastering Kubernetes Service: Discovery, Load Balancing, and External Access

This article explains why service discovery is essential in Kubernetes, details the architecture and syntax of K8s Service, shows how to create and inspect services, demonstrates internal and external access methods—including headless services—and provides a step‑by‑step demo on Alibaba Cloud Container Service.

KubernetesServiceheadless-service
0 likes · 19 min read
Mastering Kubernetes Service: Discovery, Load Balancing, and External Access
Tencent Cloud Developer
Tencent Cloud Developer
Nov 25, 2019 · Cloud Native

Optimizing Kubernetes Cluster Resource Utilization: Pod Compression, Node Overcommit, HPAPlus, and VPAPlus

The talk presented a comprehensive strategy for boosting Kubernetes cluster efficiency by addressing fragmentation, over‑provisioned pod requests, and misaligned autoscaling through five techniques—pod compression, node over‑commit, HPAPlus, VPAPlus, and dynamic scheduling—implemented via mutating admission controllers, Prometheus analytics, and extended autoscaler components.

Cloud NativeDevOpsHPAPlus
0 likes · 14 min read
Optimizing Kubernetes Cluster Resource Utilization: Pod Compression, Node Overcommit, HPAPlus, and VPAPlus
Cloud Native Technology Community
Cloud Native Technology Community
Nov 25, 2019 · Cloud Native

Kube-OVN v0.9.0 Release Highlights: Monitoring, Performance, Stability, and New Features

Kube-OVN 0.9.0 introduces enhanced monitoring, a five‑fold controller throughput boost, numerous stability fixes, reduced privileged container usage, and additional networking capabilities, while providing detailed update information and contact resources for the open‑source Kubernetes network project.

Cloud NativeKube-OVNKubernetes
0 likes · 4 min read
Kube-OVN v0.9.0 Release Highlights: Monitoring, Performance, Stability, and New Features
Alibaba Cloud Native
Alibaba Cloud Native
Nov 22, 2019 · Cloud Native

How Alibaba Solves Massive Kubernetes Challenges with OAM and OpenKruise

Alibaba’s journey from early LXC containers to massive Kubernetes clusters reveals scaling, performance, and operational challenges that led to the creation of the Open Application Model (OAM) and OpenKruise, offering a layered, role‑separated approach to cloud‑native application definition and delivery.

Application DeliveryDevOpsKubernetes
0 likes · 23 min read
How Alibaba Solves Massive Kubernetes Challenges with OAM and OpenKruise
Alibaba Cloud Native
Alibaba Cloud Native
Nov 21, 2019 · Cloud Native

Latest Cloud Native Updates: Docker Sale, Kubernetes 1.18 Features, Top Projects

This newsletter covers Docker Enterprise’s acquisition by Mirantis, Red Hat’s open‑source registry launch, KubeCon North America details, key Kubernetes 1.17‑1.18 upstream changes such as PreSidecars, Kubectl v2, IP type split, hidden metrics, plus curated open‑source project and reading recommendations for cloud‑native practitioners.

DockerKubeConKubernetes
0 likes · 7 min read
Latest Cloud Native Updates: Docker Sale, Kubernetes 1.18 Features, Top Projects
Meituan Technology Team
Meituan Technology Team
Nov 21, 2019 · Big Data

Designing a Platformized Jupyter Service Integrated with Spark for Meituan

Meituan Homestay created a platform‑wide Jupyter service built on JupyterHub and Kubernetes that integrates Spark, scheduling, documentation and storage, providing seamless, reproducible notebooks with custom extensions, magics and container isolation to unify data analysis, model training and production workflows.

Big DataJupyterKubernetes
0 likes · 19 min read
Designing a Platformized Jupyter Service Integrated with Spark for Meituan
Ctrip Technology
Ctrip Technology
Nov 21, 2019 · Cloud Native

Case Study: Intermittent Container Timeout Issues – Analysis and Resolution

This article presents a detailed case study of intermittent container timeout problems in a Kubernetes environment, examining kernel upgrades, NUMA configurations, CPU affinity bindings, kubelet behavior, cadvisor overhead, and hardware faults, and outlines the investigative steps and solutions applied.

CPU affinityContainerHardware Fault
0 likes · 8 min read
Case Study: Intermittent Container Timeout Issues – Analysis and Resolution
vivo Internet Technology
vivo Internet Technology
Nov 19, 2019 · Industry Insights

Inside Elastic Shenzhen Meetup: Real‑World ES Practices from ByteDance, Tencent, Alibaba & More

The Elastic Shenzhen Meetup on November 16, 2019 gathered over 200 tech enthusiasts to hear in‑depth talks on Elasticsearch deployments, K8S integration, DB‑to‑ES synchronization, and performance optimizations from experts at ByteDance, Tencent, Alibaba Cloud, and Gitee, followed by interactive Q&A and a lively prize draw.

ElasticsearchKubernetesMeetup
0 likes · 7 min read
Inside Elastic Shenzhen Meetup: Real‑World ES Practices from ByteDance, Tencent, Alibaba & More