Tagged articles
4046 articles
Page 41 of 41
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 31, 2017 · Cloud Native

Demystifying Kubernetes: Architecture, Core Components, and Custom Controllers Explained

The article offers a clear, beginner‑friendly overview of Kubernetes architecture—including master‑slave roles, key components like etcd and kube‑apiserver, the registration‑watch workflow, and custom controllers such as lb‑controller and log‑controller—while inviting readers to share feedback and explore deeper implementation details.

Cloud NativeCustom ControllersKubernetes
0 likes · 11 min read
Demystifying Kubernetes: Architecture, Core Components, and Custom Controllers Explained
21CTO
21CTO
Aug 20, 2017 · Cloud Native

How JD Built a Scalable AI Platform on Kubernetes: Architecture, Networking, and Storage Insights

This article details JD's AI platform built on Docker and Kubernetes, covering its high‑availability architecture, network plugin choices, storage solutions like GlusterFS and SeaweedFS, GPU management, CI/CD pipelines, logging, monitoring, and native Spark on Kubernetes, illustrating how a cloud‑native stack supports large‑scale AI services.

AI PlatformCloud NativeGPU Management
0 likes · 14 min read
How JD Built a Scalable AI Platform on Kubernetes: Architecture, Networking, and Storage Insights
Efficient Ops
Efficient Ops
Jun 8, 2017 · Cloud Native

How Meizu Built a Scalable Private Cloud with Kubernetes: Lessons and Practices

This article details Meizu’s private cloud platform built on Kubernetes, covering cluster architecture, single-image deployment, master and minion configurations, Calico networking, 4/7‑layer load balancing, monitoring with Prometheus, logging pipelines, automated deployment, multi‑datacenter strategies, and performance optimizations for a robust, low‑cost infrastructure.

Kubernetescontainer networkingload balancing
0 likes · 14 min read
How Meizu Built a Scalable Private Cloud with Kubernetes: Lessons and Practices
dbaplus Community
dbaplus Community
Jun 5, 2017 · Cloud Native

How to Tackle Performance Optimization in Large‑Scale Kubernetes PaaS Platforms

This article examines the daunting performance‑optimization challenges of a complex PaaS architecture, breaks the system into control, data, and monitoring subsystems, defines concrete metrics, demonstrates testing with Prometheus and other tools, and shares practical automation techniques to accelerate iterative improvements.

Cloud NativeKubernetesPaaS
0 likes · 16 min read
How to Tackle Performance Optimization in Large‑Scale Kubernetes PaaS Platforms
dbaplus Community
dbaplus Community
May 2, 2017 · Cloud Native

Master Jenkins Pipelines with Docker for Seamless Continuous Delivery

This article explains how to replace traditional, error‑prone release cycles with a Docker‑based Jenkins pipeline that automates building, testing, image creation, and deployment to Docker, Kubernetes or remote hosts, while sharing practical tips, sample Groovy code, and common Q&A for DevOps teams.

Continuous DeliveryDockerJenkins
0 likes · 18 min read
Master Jenkins Pipelines with Docker for Seamless Continuous Delivery
DevOps
DevOps
Apr 10, 2017 · Cloud Native

Applying Docker and Kubernetes to Build Scalable, Automated Test Environments

The talk outlines how Docker and Kubernetes were adopted to streamline test environment provisioning, address challenges like environment inconsistency and resource scarcity, and enable automated, standardized, and scalable testing infrastructure through containerization, networking, storage, and cluster management techniques.

Cluster ManagementDevOpsDocker
0 likes · 19 min read
Applying Docker and Kubernetes to Build Scalable, Automated Test Environments
dbaplus Community
dbaplus Community
Mar 31, 2017 · Cloud Native

From Zero to Cloud‑Native: Practical Steps to Build Scalable Cloud Systems

This article outlines how to transform cloud computing from a barrier into a foundation for business success by defining Cloud‑Native principles, recommending public‑cloud adoption, project engineering practices, service‑oriented thinking, micro‑service implementation with Kubernetes, and DevOps integration, providing concrete guidance and trade‑offs for each step.

Cloud NativeKubernetesMicroservices
0 likes · 15 min read
From Zero to Cloud‑Native: Practical Steps to Build Scalable Cloud Systems
High Availability Architecture
High Availability Architecture
Mar 7, 2017 · Cloud Native

Tencent Games’ 3‑Year Journey of Kubernetes Adoption and Optimization for Large‑Scale Online Gaming

This article details how Tencent Games built, customized, and continuously optimized a Kubernetes‑based container platform over three years to support tens of thousands of game containers, covering deployment modes, scheduler enhancements, network solutions, resource quotas, monitoring, storage, and the transition to micro‑service architectures.

Cloud NativeKubernetesMicroservices
0 likes · 19 min read
Tencent Games’ 3‑Year Journey of Kubernetes Adoption and Optimization for Large‑Scale Online Gaming
MaGe Linux Operations
MaGe Linux Operations
Mar 3, 2017 · Artificial Intelligence

Top 5 Python Libraries to Supercharge Your Machine Learning Projects

This article introduces five highly rated Python libraries—PyWren, Tfdeploy, Luigi, Kubelib, and PyTorch—that streamline data handling, cloud execution, workflow orchestration, and GPU acceleration, helping machine‑learning engineers boost productivity and tackle complex projects more efficiently.

AWS LambdaKubernetesPyTorch
0 likes · 6 min read
Top 5 Python Libraries to Supercharge Your Machine Learning Projects
DevOps
DevOps
Feb 23, 2017 · Cloud Native

JD's Migration from OpenStack to Kubernetes: Lessons and Architecture of JDOS 2.0

Since the end of 2016, JD has been transitioning its infrastructure from OpenStack to Kubernetes, completing 20% of the migration and aiming for full conversion by Q2, and shares detailed experiences, architectural evolution, operational practices, and future directions for large‑scale container platforms.

Cloud NativeInfrastructureJDOS
0 likes · 16 min read
JD's Migration from OpenStack to Kubernetes: Lessons and Architecture of JDOS 2.0
DevOps
DevOps
Feb 5, 2017 · Cloud Native

Understanding Containers and Container Management Platforms: From Concepts to Hands‑On Docker/Kubernetes Deployment

This article explains the evolution of cloud computing, the birth and principles of containers, their lightweight image‑based packaging, major orchestration platforms such as Kubernetes, Mesos and Swarm, and provides a step‑by‑step Docker tutorial for deploying a Java web application with load balancing.

ContainersDevOpsDocker
0 likes · 15 min read
Understanding Containers and Container Management Platforms: From Concepts to Hands‑On Docker/Kubernetes Deployment
Ctrip Technology
Ctrip Technology
Jan 5, 2017 · Cloud Computing

Ctrip Cloud Walk 2016 Technical Conference Highlights: Cloud Computing, Container Orchestration, and Blockchain

The 2016 Ctrip Cloud Walk conference showcased a series of technical talks on cloud computing, container technologies, Kubernetes, Mesos, Docker, and blockchain, sharing real‑world implementations and challenges from industry leaders such as Qiniu, Ele.me, BiliBili, Dianrong, Alibaba Cloud, and Ctrip Cloud.

BlockchainContainersKubernetes
0 likes · 6 min read
Ctrip Cloud Walk 2016 Technical Conference Highlights: Cloud Computing, Container Orchestration, and Blockchain
dbaplus Community
dbaplus Community
Jan 3, 2017 · Cloud Native

How JD Built and Scaled Its First‑Generation Container Engine (JDOS) from Zero to 150k Containers

This article chronicles JD.com's journey from early OpenStack experiments in 2013 to the development, large‑scale deployment, and evolution of its first‑generation container engine (JDOS), highlighting architectural choices, performance challenges, operational practices, and the open‑source projects that emerged from the experience.

Cloud NativeKubernetesLarge‑Scale Deployment
0 likes · 16 min read
How JD Built and Scaled Its First‑Generation Container Engine (JDOS) from Zero to 150k Containers
Liulishuo Tech Team
Liulishuo Tech Team
Dec 31, 2016 · Cloud Native

Designing Scalable and Reliable Backend Services at English Fluently: Architecture, Service Discovery, Monitoring, and Autoscaling

This article shares the engineering team’s experience of building a high‑growth, reliable backend for English Fluently, covering inter‑service communication with gRPC, service discovery, Docker‑based deployment, health‑checking, monitoring, autoscaling, Kubernetes orchestration, and multi‑cell availability strategies.

DockerKubernetesMicroservices
0 likes · 10 min read
Designing Scalable and Reliable Backend Services at English Fluently: Architecture, Service Discovery, Monitoring, and Autoscaling
Baidu Intelligent Testing
Baidu Intelligent Testing
Dec 1, 2016 · Cloud Native

Docker-Based Continuous Delivery Practice: The EMC Containerized Delivery System

This article presents a comprehensive case study of the EMC containerized delivery platform, detailing how Docker, Kubernetes, and automated image building are leveraged to achieve continuous delivery for a large‑scale microservices project, and discusses the system’s architecture, image standardization, environment governance, and future enhancements.

Continuous DeliveryDockerKubernetes
0 likes · 9 min read
Docker-Based Continuous Delivery Practice: The EMC Containerized Delivery System
dbaplus Community
dbaplus Community
Nov 28, 2016 · Cloud Native

Why RunC Is Overtaking Docker in Modern CaaS Platforms

The article examines how CaaS providers are replacing Docker with RunC‑based solutions such as CRI‑O, Unified Containerizer, and Garden, outlines the evolution of the container ecosystem, discusses the strategic implications for production environments, and forecasts future trends and community contributions.

CaaSCloud FoundryKubernetes
0 likes · 18 min read
Why RunC Is Overtaking Docker in Modern CaaS Platforms
Architects' Tech Alliance
Architects' Tech Alliance
Sep 9, 2016 · Cloud Native

Portworx Container-Defined Storage: Architecture, Principles, and Use Cases

This article explains how Portworx implements container-defined storage with a distributed metadata‑driven block layer, detailing its architecture, control‑plane and data‑plane operations, lifecycle management, integration with orchestration tools, and real‑world scenarios such as big‑data, CMS, and database workloads.

KubernetesPortworxcontainer storage
0 likes · 9 min read
Portworx Container-Defined Storage: Architecture, Principles, and Use Cases
ITPUB
ITPUB
Aug 31, 2016 · Cloud Native

Master Decentralized Governance, Service Discovery, and Fault Tolerance in Cloud‑Native Microservices

This article explains how microservices adopt decentralized governance, outlines service registration and discovery mechanisms, details Docker and Kubernetes deployment strategies, describes security using OAuth2/OpenID, discusses transaction handling and fault‑tolerance patterns such as circuit breaking and timeouts, providing practical guidance for building robust cloud‑native systems.

Cloud NativeDockerKubernetes
0 likes · 12 min read
Master Decentralized Governance, Service Discovery, and Fault Tolerance in Cloud‑Native Microservices
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 25, 2016 · Operations

Comparing Modern Data‑Center Schedulers: Borg, Mesos, Omega, Kubernetes & Zeus

This article examines resource allocation philosophies—auction, budgeting, and preemption—and compares the architectures, data models, and APIs of major schedulers such as Borg, Omega, Mesos, Kubernetes, and Alibaba’s Zeus, while also exploring sharing strategies, task classifications, utilization metrics, and predictive techniques for efficient resource management.

BorgCluster ManagementKubernetes
0 likes · 34 min read
Comparing Modern Data‑Center Schedulers: Borg, Mesos, Omega, Kubernetes & Zeus
dbaplus Community
dbaplus Community
Aug 19, 2016 · Operations

Unlocking System Reliability: The Value and Complete Architecture of Monitoring for Containers

This article explains why monitoring is essential for system reliability, outlines the key components of a comprehensive monitoring framework, compares data collection methods, and presents practical container monitoring solutions—from Docker stats to cAdvisor with InfluxDB and Grafana, as well as Kubernetes and Mesos integrations.

GrafanaKubernetesPrometheus
0 likes · 14 min read
Unlocking System Reliability: The Value and Complete Architecture of Monitoring for Containers
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Aug 10, 2016 · Cloud Native

Inside Huawei’s CloudOpera & PaaS: How Developers Can Leverage the New Ecosystem

The Hangzhou HDG salon showcased Huawei’s CloudOpera IES, PaaS platform and Fusion Video advances, with experts detailing open APIs, remote labs, Kubernetes‑based container management, multi‑screen architecture, and community‑driven developer support, highlighting practical benefits for telecom and cloud developers.

CloudOperaFusion VideoHuawei
0 likes · 9 min read
Inside Huawei’s CloudOpera & PaaS: How Developers Can Leverage the New Ecosystem
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Aug 2, 2016 · Cloud Computing

Inside Huawei CloudOpera IES: Architecture, Open Capabilities & Hands‑On Labs

The HDG Hangzhou event showcased Huawei’s CloudOpera IES architecture, north‑ and south‑bound open capabilities, hands‑on remote labs, plus deep dives into Huawei CCE hybrid‑cloud containers, Kubernetes design, and video UI integration, all wrapped in live streaming, audience interaction, and community networking.

CloudOperaHuaweiKubernetes
0 likes · 8 min read
Inside Huawei CloudOpera IES: Architecture, Open Capabilities & Hands‑On Labs
Qunar Tech Salon
Qunar Tech Salon
Jul 1, 2016 · Operations

Optimizing Jenkins CI/CD Architecture with Docker and Container Orchestration

The article explains Jenkins' single‑node and master‑slave deployment models, outlines the scalability and resource challenges of traditional setups, and proposes replacing test machines with Docker containers managed by Kubernetes or Swarm to improve efficiency, maintainability, and resource utilization.

DockerJenkinsKubernetes
0 likes · 7 min read
Optimizing Jenkins CI/CD Architecture with Docker and Container Orchestration
dbaplus Community
dbaplus Community
Jun 29, 2016 · Cloud Native

How to Build a Highly Available Kubernetes Master on Private Cloud

This guide walks through constructing a Kubernetes master high‑availability environment on a private‑cloud Ubuntu 14.04 platform, covering full component containerization, external load‑balancer setup with HAProxy and Keepalived, static pod configuration, privileged mode requirements, flannel networking, common pitfalls, and future HA master developments.

FlannelHAProxyKubernetes
0 likes · 16 min read
How to Build a Highly Available Kubernetes Master on Private Cloud
MaGe Linux Operations
MaGe Linux Operations
Jun 6, 2016 · Cloud Native

Borg, Omega, Mesos, Kubernetes vs Alibaba Zeus: Key Resource Scheduling Strategies

This article compares the resource allocation philosophies, architectural designs, data handling, and API models of Borg, Omega, Mesos, Kubernetes, and Alibaba's Zeus, discussing auction, budgeting, preemption, sharing models, task types, utilization, prediction, and practical implementation details for large‑scale cloud native environments.

Alibaba ZeusBorgKubernetes
0 likes · 34 min read
Borg, Omega, Mesos, Kubernetes vs Alibaba Zeus: Key Resource Scheduling Strategies
Architecture Digest
Architecture Digest
Apr 17, 2016 · Cloud Computing

Designing a Scalable IAAS and CAAS Architecture for Startup‑Scale Microservices

The article outlines how a startup with limited physical servers can build a cost‑effective, highly available IAAS using OpenStack, extend it with a CAAS layer based on Kubernetes, and then design a microservice architecture with command‑event separation, network and storage virtualization, and governance mechanisms to support rapid business growth.

CaaSKubernetesMicroservices
0 likes · 23 min read
Designing a Scalable IAAS and CAAS Architecture for Startup‑Scale Microservices
Architecture Digest
Architecture Digest
Apr 11, 2016 · Backend Development

Microservices in Practice: Concepts, Design, Integration, and Deployment

This article explains the fundamentals of microservices architecture, contrasting it with monolithic and SOA approaches, and details design principles, messaging patterns, integration styles, data decentralization, governance, service discovery, deployment with Docker and Kubernetes, security, transaction handling, and fault‑tolerance techniques.

DockerKubernetesMicroservices
0 likes · 20 min read
Microservices in Practice: Concepts, Design, Integration, and Deployment
MaGe Linux Operations
MaGe Linux Operations
Apr 9, 2016 · Cloud Native

The Real Challenge of Microservices: Service Splitting and Building a Cloud‑Native Platform

The article explores the multiple demands on internet systems, explains why business service granularity is the biggest obstacle to microservice adoption, and shares practical insights on designing a cloud‑native platform with Docker, Kubernetes, unified monitoring, API governance, and multi‑tenant resource isolation.

DockerKubernetesMicroservices
0 likes · 10 min read
The Real Challenge of Microservices: Service Splitting and Building a Cloud‑Native Platform
dbaplus Community
dbaplus Community
Apr 7, 2016 · Cloud Native

Step‑by‑Step Guide to Building a Kubernetes Cluster on RedHat 7 with etcd, Master, Minions, Quagga Networking, and kube‑ui

This tutorial walks through building a complete Kubernetes cluster on RedHat 7 using yum‑based packages, covering etcd installation, master and minion setup, container‑to‑container networking with quagga, and optional kube‑ui deployment, while highlighting common pitfalls and providing reference resources.

KubernetesRHELetcd
0 likes · 9 min read
Step‑by‑Step Guide to Building a Kubernetes Cluster on RedHat 7 with etcd, Master, Minions, Quagga Networking, and kube‑ui
Architect
Architect
Mar 11, 2016 · Cloud Native

Mainstream Container SDN Technologies and Microservice Practice Analysis

The article reviews the challenges Docker introduces to traditional virtualization networks, explains the concepts of SDN, compares three open‑source container SDN solutions (Flannel, Calico, Weave), and details Qiniu's practical implementation of overlay networking, OpenFlow control, service discovery, load balancing, and security groups for microservice architectures.

Cloud NativeKubernetesMicroservices
0 likes · 20 min read
Mainstream Container SDN Technologies and Microservice Practice Analysis
ITPUB
ITPUB
Feb 22, 2016 · Cloud Native

Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It

A Linux kernel bug caused virtual Ethernet (veth) devices in container environments to ignore TCP checksum validation, leading to corrupted data reaching applications, and the article explains the incident, investigation, reproducible tests, root cause in the veth driver, and the patch that resolves the issue.

DockerKubernetesLinux
0 likes · 11 min read
Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It
21CTO
21CTO
Jan 25, 2016 · Cloud Native

Why Docker Still Dominates: 2016 Tech Awards Highlights & Key Container Projects

InfoWorld’s 2016 Technology of the Year Awards spotlight Docker’s dominance, listing top container‑related projects such as Docker, Kubernetes, CoreOS, Mesos and others, while also covering a broad range of languages, tools, cloud services and big‑data platforms that shaped the tech landscape.

Cloud NativeContainersDevOps
0 likes · 6 min read
Why Docker Still Dominates: 2016 Tech Awards Highlights & Key Container Projects
High Availability Architecture
High Availability Architecture
Jan 12, 2016 · Cloud Native

Joyent CTO Bryan Cantrill Discusses Docker Containers, Industry Challenges, and the Future of Cloud‑Native Computing

In a 2016 TechTarget interview, Joyent CTO Bryan Cantrill explains Joyent’s early adoption of OS‑level containers, the launch of its native container platform Triton, the current state of container technology, the need for better micro‑service migration strategies, and his outlook on the evolving cloud‑native ecosystem.

ContainersDockerJoyent
0 likes · 8 min read
Joyent CTO Bryan Cantrill Discusses Docker Containers, Industry Challenges, and the Future of Cloud‑Native Computing
Qunar Tech Salon
Qunar Tech Salon
Dec 14, 2015 · Cloud Native

Building Scalable Development Environments with Docker, Mesos, and Kubernetes: Lessons Learned

This article details a year‑long journey of designing, deploying, and operating container‑based development environments using Docker, Apache Mesos, and Kubernetes, covering the challenges of version consistency, rapid environment switching, resource isolation, and the practical solutions and lessons gathered from real‑world production use.

DevOpsDockerInfrastructure
0 likes · 16 min read
Building Scalable Development Environments with Docker, Mesos, and Kubernetes: Lessons Learned
dbaplus Community
dbaplus Community
Dec 1, 2015 · Cloud Native

How Docker-Driven Development Powers Continuous Integration in Modern Enterprises

The talk explains how Docker’s container‑based development model transforms traditional development‑operations workflows, addressing issues such as opaque release pipelines, poor deployability, and monolithic architectures, and shows how Docker combined with CI/CD, microservices, and Kubernetes can streamline testing, accelerate delivery, and reduce operational complexity in enterprise environments.

Cloud NativeDevOpsKubernetes
0 likes · 18 min read
How Docker-Driven Development Powers Continuous Integration in Modern Enterprises
dbaplus Community
dbaplus Community
Nov 26, 2015 · Cloud Native

Microservices on Kubernetes: Key Patterns and Cloud‑Native Insights

The article summarizes a technical talk on microservices and container cloud platforms, explaining microservice fundamentals, DevOps benefits, practical design patterns like Ambassador, Sidecar, and Adapter, and how Kubernetes’ architecture supports these patterns for scalable, resilient applications.

Design PatternsDevOpsKubernetes
0 likes · 11 min read
Microservices on Kubernetes: Key Patterns and Cloud‑Native Insights
Architect
Architect
Nov 25, 2015 · Cloud Native

Kubernetes Architecture Overview and Practical Insights

This article introduces Kubernetes, explains why it is used, outlines its core goals, describes the main components and their functions, discusses the architectural improvements it enables, and shares practical deployment experiences and common issues encountered during real‑world usage.

DevOpsInfrastructureKubernetes
0 likes · 15 min read
Kubernetes Architecture Overview and Practical Insights
21CTO
21CTO
Nov 22, 2015 · Cloud Native

Step-by-Step Guide to Build a Kubernetes Cluster on CentOS 7

This article walks through installing and configuring a Kubernetes 0.6.2 cluster on CentOS 7, covering core concepts, environment setup, master and minion configuration, deployment of pods, services, replication controllers, and practical testing of load balancing and scaling.

CentOSCluster DeploymentDocker
0 likes · 19 min read
Step-by-Step Guide to Build a Kubernetes Cluster on CentOS 7
Meituan Technology Team
Meituan Technology Team
Mar 10, 2015 · Cloud Native

Introduction to Docker and Its Ecosystem

Docker is an open‑source platform that packages applications into lightweight Linux containers, offering faster startup, isolated environments, and simple image management via Docker Hub, while providing core components like daemon, client, and networking modes, and spawning an ecosystem of tools such as CoreOS, Kubernetes, Deis, and Flynn for scalable deployment.

Cloud NativeDevOpsDocker
0 likes · 15 min read
Introduction to Docker and Its Ecosystem