Tagged articles

Kubernetes

4380 articles · Page 44 of 44
dbaplus Community
dbaplus Community
Apr 7, 2018 · Cloud Native

What Makes Distributed Schedulers Tick? Patterns from YARN to Kubernetes

This article surveys the architecture of cluster resource managers and task schedulers—covering definitions, design principles, and three main categories (centralized, two‑level, and shared‑state) with concrete examples such as Hadoop YARN, Mesos, Spark Drizzle, Borg and Kubernetes—while highlighting their trade‑offs in scalability, fault‑tolerance, and flexibility.

KubernetesMesosOmega
0 likes · 27 min read
What Makes Distributed Schedulers Tick? Patterns from YARN to Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Apr 3, 2018 · Cloud Native

Why Kubernetes Is the Hidden Backbone Shaping the Future of Cloud Computing

This article explores how Kubernetes has emerged as the dominant container‑orchestration platform, evolving into a low‑level, multi‑cloud standard that creates network effects for distributed tools, reshapes vendor offerings, drives new business models such as Helm‑based package management and serverless functions, and hints at a future where Kubernetes is as invisible as the OS kernel.

Container OrchestrationHelmKubernetes
0 likes · 26 min read
Why Kubernetes Is the Hidden Backbone Shaping the Future of Cloud Computing
DevOps Coach
DevOps Coach
Apr 1, 2018 · Cloud Computing

Deploy a Production‑Ready Kubernetes Cluster on AWS with Kops

This step‑by‑step guide shows how to configure Route53 DNS, prepare a VM with required tools, create an S3 state store, provision a Kubernetes cluster on AWS using kops, validate it, expose a sample service, and clean up the resources.

AWSCloud ComputingKubernetes
0 likes · 15 min read
Deploy a Production‑Ready Kubernetes Cluster on AWS with Kops
Tencent Cloud Developer
Tencent Cloud Developer
Mar 30, 2018 · Cloud Native

Why Tencent Cloud Chose Kubernetes and Its Cloud‑Native PaaS Architecture

Tencent Cloud adopted Kubernetes in 2016 for its Borg‑derived design, extensive ecosystem, strong community, and stateful workload support, building a cloud‑native PaaS with managed Kubernetes, integrated monitoring, logging, Helm‑based configuration, high‑availability control‑plane containers, and a suite of container services, while planning broader runtimes and DevOps tools.

DevOpsKubernetesPaaS
0 likes · 15 min read
Why Tencent Cloud Chose Kubernetes and Its Cloud‑Native PaaS Architecture
DevOpsClub
DevOpsClub
Mar 26, 2018 · Cloud Native

Mastering Cloud‑Native Container Design: 8 Essential Principles

This article summarizes the key principles from Red Hat's whitepaper on container‑based application design, explaining classic software design rules and seven Red Hat cloud‑native principles that help build reliable, observable, immutable, disposable, self‑contained, and resource‑constrained containers for Kubernetes.

DevOpsKubernetescloud native
0 likes · 12 min read
Mastering Cloud‑Native Container Design: 8 Essential Principles
DevOps Coach
DevOps Coach
Mar 25, 2018 · Cloud Native

7 Essential Cloud‑Native Container Design Principles You Must Follow

This article summarizes Red Hat's cloud‑native container design principles, explains each rule—from single concern to runtime confinement—shows how they extend classic software design concepts, and provides practical best‑practice tips and reference links for building resilient, observable, and immutable containerized applications on Kubernetes.

Design PrinciplesDevOpsKubernetes
0 likes · 14 min read
7 Essential Cloud‑Native Container Design Principles You Must Follow
dbaplus Community
dbaplus Community
Mar 22, 2018 · Cloud Native

From Bare Metal to Kubernetes: Lessons and Pitfalls of Didi’s Elastic Cloud

This article recounts Didi’s Elastic Cloud journey, explaining why a private cloud was needed, why containers and Kubernetes were chosen, detailing the overall architecture, product features, networking, monitoring, logging, storage solutions, and sharing practical insights and future plans.

Container NetworkingDidiElastic Cloud
0 likes · 20 min read
From Bare Metal to Kubernetes: Lessons and Pitfalls of Didi’s Elastic Cloud
Alibaba Cloud Native
Alibaba Cloud Native
Mar 22, 2018 · Cloud Native

Understanding Kubernetes’ Core Design: Declarative Data, List‑Watch, and Level Trigger

This article explains Kubernetes’ fundamental design principles—including declarative state, level‑trigger messaging, and the list‑watch mechanism—by walking through a ReplicationController‑based runtime flow, detailing each component’s role, and analyzing the reliability, ordering, and real‑time requirements of the watch system.

ControllerDeclarativeKubernetes
0 likes · 13 min read
Understanding Kubernetes’ Core Design: Declarative Data, List‑Watch, and Level Trigger
Programmer DD
Programmer DD
Mar 15, 2018 · Cloud Native

Is Service Mesh the Next Evolution of Microgateway? A Deep Dive into Cloud‑Native Architecture

With large organizations moving to self‑organized microservice teams, this article explains how service mesh and microgateway technologies provide decentralized, consistent service‑to‑service communication, detailing gateway functions, data‑plane and control‑plane roles, and the evolution of low‑invasive components, reverse proxies, sidecar patterns, and native infrastructure such as Istio.

IstioKubernetesMicrogateway
0 likes · 11 min read
Is Service Mesh the Next Evolution of Microgateway? A Deep Dive into Cloud‑Native Architecture
Efficient Ops
Efficient Ops
Feb 23, 2018 · Cloud Native

Why Kubernetes Is Becoming the Invisible Backbone of Modern Cloud Applications

The article explains how Kubernetes has won the container‑orchestration battle, is evolving into a universal low‑level layer for multi‑cloud deployments, and is reshaping software standards, package management, serverless workloads, and the economics of distributed systems.

Container OrchestrationHelmKubernetes
0 likes · 25 min read
Why Kubernetes Is Becoming the Invisible Backbone of Modern Cloud Applications
Programmer DD
Programmer DD
Jan 15, 2018 · Cloud Native

Automate Safe Database Migrations on Kubernetes with Spinnaker

Learn how to build a repeatable, secure Spinnaker pipeline that automatically runs database migrations and deploys a Go‑based API service to Kubernetes, using Docker images, Run Job stages, and environment variables, without writing custom scripts.

CI/CDDatabase MigrationDevOps
0 likes · 7 min read
Automate Safe Database Migrations on Kubernetes with Spinnaker
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 19, 2017 · Cloud Native

Inside Kubelet: How Kubernetes Starts Pods and Manages Nodes

This article explains the Kubelet service lifecycle, its core functions, code structure, startup sequence, and the detailed steps Kubernetes follows to create and run Pods, providing code snippets and diagrams for developers who want to understand or extend Kubelet internals.

KubernetesOrchestrationpod
0 likes · 9 min read
Inside Kubelet: How Kubernetes Starts Pods and Manages Nodes
Programmer DD
Programmer DD
Dec 13, 2017 · Cloud Native

How Google Deploys Microservices with Kubernetes: A Practical Guide

Google Cloud’s engineers explain how microservice architectures benefit from small, fast-deployable containers, using Docker, Docker‑Compose, and Kubernetes features such as Pods, Replication Controllers, Services, Labels, and canary releases to achieve automated, high‑availability deployments at Google’s massive scale.

Canary DeploymentDockerKubernetes
0 likes · 10 min read
How Google Deploys Microservices with Kubernetes: A Practical Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 5, 2017 · Cloud Native

Why Alibaba’s Open‑Source Pouch Is Changing the Container Landscape

Alibaba has open‑sourced its lightweight container runtime Pouch under Apache 2.0, detailing its evolution from early LXC experiments to a million‑scale deployment, highlighting strong isolation, rich “rich container” features, P2P image distribution, and its integration with Kubernetes and other cloud‑native ecosystems.

AlibabaKubernetesP2P image distribution
0 likes · 13 min read
Why Alibaba’s Open‑Source Pouch Is Changing the Container Landscape
21CTO
21CTO
Nov 24, 2017 · Cloud Native

What Is Istio? An Open‑Source Service Mesh from IBM, Google, and Lyft

Istio, an open-source service mesh created by IBM, Google, and Lyft, offers a uniform platform for integrating microservices, managing traffic, enforcing policies, and collecting telemetry, with a control plane that abstracts underlying cluster platforms like Kubernetes, illustrated through developer presentations and slide decks.

IstioKubernetesService Mesh
0 likes · 3 min read
What Is Istio? An Open‑Source Service Mesh from IBM, Google, and Lyft
ITPUB
ITPUB
Nov 24, 2017 · Cloud Computing

Linux Containers vs Virtual Machines: Which Wins for Your Workloads?

This article compares Linux containers and virtual machines, explaining their differing purposes, resource usage, security implications, typical use cases, and how to choose the right technology based on workload requirements and tool ecosystems such as Docker, Kubernetes, VirtualBox, and VMware.

DockerKubernetesVirtualization
0 likes · 7 min read
Linux Containers vs Virtual Machines: Which Wins for Your Workloads?
JD Tech
JD Tech
Nov 20, 2017 · Cloud Native

Interview with JD.com Infrastructure Director Bao Yongcheng on Container Platforms, Kernel Optimizations, and Scaling for the 11.11 Summit

In this interview, JD.com’s infrastructure director Bao Yongcheng discusses his work on large‑scale container platforms, kernel‑level scheduling improvements, power‑saving experiments, and the future of cloud‑native data centers, highlighting practical lessons from the 11.11 shopping festival preparation.

ContainersKubernetesOpenStack
0 likes · 9 min read
Interview with JD.com Infrastructure Director Bao Yongcheng on Container Platforms, Kernel Optimizations, and Scaling for the 11.11 Summit
Tencent Cloud Developer
Tencent Cloud Developer
Nov 17, 2017 · Cloud Native

Tencent Cloud Container Service Becomes Early Member of CNCF Certified Kubernetes Conformance Program

Tencent Cloud Container Service has joined the inaugural CNCF Certified Kubernetes Conformance Program, confirming its Kubernetes platform meets the foundation’s consistency, portability and reliability standards, and giving enterprises such as Wall Street Snippets and Xiaohongshu confidence that workloads will run seamlessly across any certified Kubernetes environment.

CNCFConformance CertificationContainer Service
0 likes · 4 min read
Tencent Cloud Container Service Becomes Early Member of CNCF Certified Kubernetes Conformance Program
UCloud Tech
UCloud Tech
Nov 14, 2017 · Databases

Unlocking Cloud TiDB: Kubernetes‑Powered Scaling for Distributed NewSQL

This article explains how Cloud TiDB, a cloud‑native NewSQL database launched by UCloud and PingCAP, leverages Kubernetes integration, operators, and custom volume management to provide elastic scaling, high availability, and efficient lifecycle management for distributed workloads.

Cloud-ComputingDistributed-DatabaseKubernetes
0 likes · 9 min read
Unlocking Cloud TiDB: Kubernetes‑Powered Scaling for Distributed NewSQL
DevOps
DevOps
Nov 12, 2017 · Cloud Computing

Overview of Rancher: Open‑Source Platform for Docker and Kubernetes Management

Rancher is an open‑source software platform that simplifies running and managing Docker and Kubernetes by providing integrated infrastructure services such as networking, storage, load balancing, DNS, security, multi‑cloud deployment, container orchestration, an application catalog, and enterprise‑grade access control.

Cloud InfrastructureDockerKubernetes
0 likes · 3 min read
Overview of Rancher: Open‑Source Platform for Docker and Kubernetes Management
vivo Internet Technology
vivo Internet Technology
Nov 3, 2017 · Artificial Intelligence

Integrating Distributed TensorFlow with Kubernetes: Architecture and Deployment

The article explains how to combine Distributed TensorFlow with Kubernetes—using GlusterFS storage, Deployments for parameter servers, Jobs for workers, service discovery, monitoring, and a Jinja2‑generated YAML template—to create isolated, scalable training clusters with Jupyter and TensorBoard access.

DevOpsDistributed ComputingGlusterFS
0 likes · 12 min read
Integrating Distributed TensorFlow with Kubernetes: Architecture and Deployment
vivo Internet Technology
vivo Internet Technology
Nov 3, 2017 · Cloud Native

Service Mesh Overview and Resource Collection

This article compiles a curated collection of high‑quality resources—including introductory explanations, in‑depth tutorials, Chinese translations, and tool overviews for Istio, Linkerd, and Envoy—to guide readers from basic concepts to advanced practices in service mesh and cloud‑native microservice architectures.

IstioKubernetesmicroservices
0 likes · 9 min read
Service Mesh Overview and Resource Collection
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 15, 2017 · Cloud Native

Why Alibaba’s Pouch Container Runtime Is Shaping the Future of Cloud Native

At the 2017 Hangzhou Cloud Expo, Alibaba announced the open‑source release of its internally‑developed container runtime Pouch, detailing its seven‑year evolution, unique security and scalability features, collaborations with Zhejiang University, and the company’s strategy to foster an ecosystem‑driven, standards‑focused container technology future.

AlibabaKubernetesPouch
0 likes · 7 min read
Why Alibaba’s Pouch Container Runtime Is Shaping the Future of Cloud Native
21CTO
21CTO
Sep 17, 2017 · Artificial Intelligence

Scaling JD’s AI Platform: 5K+ Containers, GPU Management, and Multi‑Tenant Kubernetes

Since September 2016, JD’s AI foundation platform has leveraged Docker and Kubernetes to build a scalable machine‑learning infrastructure that now runs over 5,000 container instances, supports more than 20 AI services, and provides unified GPU, storage, networking, and multi‑tenant capabilities for both inference and training workloads.

AI platformContainer OrchestrationGPU Scheduling
0 likes · 14 min read
Scaling JD’s AI Platform: 5K+ Containers, GPU Management, and Multi‑Tenant Kubernetes
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.

Custom ControllersKubernetesarchitecture
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 platformCI/CDGPU 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.

Container NetworkingKubernetesload 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.

KubernetesPaaScloud native
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.

CI/CDCluster ManagementDevOps
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.

KubernetesProject Engineeringcloud native
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.

Kubernetescloud nativecontainerization
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 LambdaKubernetesMachine Learning
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.

Container OrchestrationJDOSKubernetes
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.

KubernetesLarge-Scale DeploymentOpenStack
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.

AutoscalingDockerKubernetes
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.

CI/CDContinuous DeliveryDocker
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.

DockerGovernanceKubernetes
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.

GrafanaKubernetescAdvisor
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.

Cloud ComputingCloudOperaHuawei
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.

CI/CDDockerJenkins
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.

FlannelHAProxyKeepalived
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.

CaaSKubernetesOpenStack
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.

API-gatewayDockerKubernetes
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.

API designDockerKubernetes
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.

Container NetworkingKubernetesOpenFlow
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.

Container NetworkingDockerKubernetes
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.

ContainersDevOpsDocker
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.

Container OrchestrationDevOpsDocker
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.

DevOpsKubernetescloud native
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.

Container OrchestrationDevOpsKubernetes
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.

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