Tagged articles

containers

376 articles · Page 3 of 4
Programmer DD
Programmer DD
Jul 20, 2021 · Cloud Native

Mastering Kubernetes: Core Architecture, Probes, and Deployment Strategies

This article provides a comprehensive overview of Kubernetes, covering its purpose, architecture components, master and node roles, pod health probes, rolling update controls, image pull policies, service functions, label selectors, DaemonSet and Job resources, as well as pod lifecycle and data persistence options.

Cloud NativeKubernetesPod Probes
0 likes · 22 min read
Mastering Kubernetes: Core Architecture, Probes, and Deployment Strategies
Alibaba Cloud Native
Alibaba Cloud Native
Jul 16, 2021 · Cloud Native

What Is Cloud Native? Exploring Its Evolving Vision and Practices

This article explains that cloud native is not a fixed definition but an evolving vision and set of best‑practice methods—such as immutable infrastructure, automation, sidecar architecture, and Kubernetes—that enable software to be born, grow, and operate efficiently in the cloud while reducing cost and complexity.

Kubernetescontainersimmutable infrastructure
0 likes · 22 min read
What Is Cloud Native? Exploring Its Evolving Vision and Practices
IT Architects Alliance
IT Architects Alliance
Jun 27, 2021 · Cloud Native

From Monolith to Microservices: A Complete Evolution Guide

This article traces the evolution of software architecture from monolithic applications through vertical splitting, distributed services, and SOA to modern microservices, and then details the essential technology stack—including service communication, API gateways, authentication, fault tolerance, logging, configuration, containers, orchestration, and CI/CD—required to build scalable, resilient cloud‑native systems.

CI/CDCloud NativeKubernetes
0 likes · 19 min read
From Monolith to Microservices: A Complete Evolution Guide
ByteFE
ByteFE
Jun 7, 2021 · Cloud Native

Docker Overview: What It Is, Architecture, Core Concepts, and Practical Usage Guide

This article explains what Docker is, its underlying architecture—including namespaces, cgroups, and union file systems—its client‑server model, its core concepts such as images and containers, its installation methods, a step‑by‑step Koa hello‑world example, and how to migrate containers using export and import commands.

Cloud NativeDockerLinux
0 likes · 16 min read
Docker Overview: What It Is, Architecture, Core Concepts, and Practical Usage Guide
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 20, 2021 · Cloud Native

Key Findings from CNCF 2020 China Cloud Native Survey: Serverless, Containers, Service Mesh, and Open‑Source Tools

The CNCF 2020 China Cloud Native Survey of 439 participants reveals rapid growth in serverless adoption, a surge in container and Kubernetes usage, expanding service mesh deployment, and increasing reliance on open‑source automation tools, highlighting China’s emerging role as a major CNCF contributor.

Alibaba CloudCNCFCloud Native
0 likes · 9 min read
Key Findings from CNCF 2020 China Cloud Native Survey: Serverless, Containers, Service Mesh, and Open‑Source Tools
Open Source Linux
Open Source Linux
May 17, 2021 · Cloud Native

Master Docker: From Fundamentals to Advanced Container Management

This comprehensive guide walks you through Docker's core concepts, installation on multiple operating systems, image handling, container lifecycle commands, building web services with Apache, Nginx, Python and MySQL, and advanced monitoring techniques using cAdvisor, Prometheus, Grafana, and Kubernetes, providing practical examples and command‑line snippets for each step.

Cloud NativeWeb Servicescontainers
0 likes · 49 min read
Master Docker: From Fundamentals to Advanced Container Management
Architects Research Society
Architects Research Society
Apr 12, 2021 · Fundamentals

Understanding Docker Containers: Architecture, Types, and Comparison with Virtual Machines

This article introduces Docker as an open‑source container platform, explains how containers run on Linux and Windows hosts, describes Windows Server and Hyper‑V container runtimes, and compares Docker containers with traditional virtual machines, highlighting resource efficiency, isolation, and deployment advantages.

Cloud ComputingHyper‑VVirtualization
0 likes · 9 min read
Understanding Docker Containers: Architecture, Types, and Comparison with Virtual Machines
Selected Java Interview Questions
Selected Java Interview Questions
Mar 29, 2021 · Cloud Native

Docker Command Cheat Sheet: Container, Image, and Container Operations

This guide provides a comprehensive collection of Docker commands for inspecting container information, managing images (listing, searching, pulling, removing, building), and operating containers (starting, stopping, attaching, executing commands, viewing logs, inspecting, committing, and copying files) with practical examples.

Cloud NativeDevOpsDocker
0 likes · 10 min read
Docker Command Cheat Sheet: Container, Image, and Container Operations
Liangxu Linux
Liangxu Linux
Mar 21, 2021 · Cloud Native

Why Containers Are Revolutionizing IT: From Docker to Kubernetes

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

Kubernetescloud-nativecontainers
0 likes · 7 min read
Why Containers Are Revolutionizing IT: From Docker to Kubernetes
Top Architect
Top Architect
Mar 11, 2021 · Operations

Popular DevOps Tools Overview

This article provides a comprehensive overview of modern DevOps practices and popular tools—including version control, containerization, orchestration, automation, collaboration, and monitoring—explaining their purposes, key features, and how they fit into the software delivery lifecycle.

AutomationCI/CDDevOps
0 likes · 13 min read
Popular DevOps Tools Overview
DevOps Cloud Academy
DevOps Cloud Academy
Mar 11, 2021 · Cloud Native

Understanding CoreDNS: A Cloud‑Native DNS Server for Kubernetes

CoreDNS is a modern, plugin‑based DNS server designed for containerized and Kubernetes environments, offering simple configuration, memory‑safe Go implementation, and tight integration with cloud‑native ecosystems, while also discussing its advantages, limitations, and relationship with the CNCF.

Cloud NativeCoreDNSDNS
0 likes · 8 min read
Understanding CoreDNS: A Cloud‑Native DNS Server for Kubernetes
Practical DevOps Architecture
Practical DevOps Architecture
Feb 19, 2021 · Cloud Native

Understanding the Pod Network Model in Kubernetes

This article explains the Kubernetes pod network concept, describing how each pod receives a unique IP, how intra‑node and inter‑node pod communication works, and the role of the infra container and network bridges in enabling seamless IP addressing across the cluster.

Cloud NativeNetworkingPod Network
0 likes · 4 min read
Understanding the Pod Network Model in Kubernetes
Liangxu Linux
Liangxu Linux
Feb 1, 2021 · Cloud Computing

Why Virtualization Powers the Cloud: From Early Hypervisors to Modern Containers

This article explains the evolution of virtualization—from early hypervisors and Popek‑Goldberg requirements through full and para‑virtualization, hardware‑assisted techniques, KVM‑QEMU integration, and finally ultra‑light solutions like firecracker—highlighting their roles, trade‑offs, and impact on cloud computing.

Cloud ComputingDockerKVM
0 likes · 17 min read
Why Virtualization Powers the Cloud: From Early Hypervisors to Modern Containers
DevOps Engineer
DevOps Engineer
Jan 30, 2021 · Operations

Essential Skills and Tools for Learning DevOps

DevOps combines development and operations practices, requiring knowledge of software development concepts, Linux, networking, containerization, CI/CD pipelines, cloud platforms, orchestration, monitoring, infrastructure as code, scripting, and version control, with tools such as Jenkins, Docker, Kubernetes, Terraform, Prometheus, and Git.

CI/CDDevOpsInfrastructure as Code
0 likes · 9 min read
Essential Skills and Tools for Learning DevOps
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jan 18, 2021 · Cloud Native

Comprehensive Introduction to Docker: Architecture, Components, Networking, and Practical Usage

This article provides a detailed overview of Docker, covering its origins, core components such as images, containers, and repositories, the differences between VMs and containers, integration with DevOps and Kubernetes, networking modes, storage layers, and visual management tools, all illustrated with examples and code snippets.

Cloud NativeDockerLinux namespaces
0 likes · 26 min read
Comprehensive Introduction to Docker: Architecture, Components, Networking, and Practical Usage
Architecture Digest
Architecture Digest
Jan 14, 2021 · Cloud Native

Understanding Kubernetes Components Through an Aquarium Analogy

The article uses an aquarium metaphor to explain Kubernetes fundamentals—including Pods, Nodes, Scheduler, ReplicaSets, Services, Network Policies, and ConfigMaps—by comparing applications to fish, tanks to Pods, rooms to Nodes, and the control plane to the aquarium manager, making complex concepts easier to visualize.

Cloud NativeKubernetesReplicaSet
0 likes · 7 min read
Understanding Kubernetes Components Through an Aquarium Analogy
Top Architect
Top Architect
Jan 3, 2021 · Cloud Native

Comprehensive Guide to Docker Containers, Images, Networks, and Registry

This article provides a detailed tutorial on Docker fundamentals, covering container concepts, image creation with Dockerfiles, container lifecycle commands, networking modes, Docker Compose orchestration, private registry setup, and advanced topics such as volume management and load balancing with HAProxy.

DockerDocker ComposeDocker Networking
0 likes · 30 min read
Comprehensive Guide to Docker Containers, Images, Networks, and Registry
21CTO
21CTO
Dec 24, 2020 · Backend Development

Why Java Isn’t Dead: A Developer’s Take on Spring, Microservices, and KISS

The author reflects on returning to Java after three years, arguing that despite the rise of containers and micro‑services, Java’s performance, threading model, and mature ecosystem keep it relevant, while criticizing Spring’s complexity and advocating a simple, KISS‑driven approach.

KISSMicroservicesSpring
0 likes · 8 min read
Why Java Isn’t Dead: A Developer’s Take on Spring, Microservices, and KISS
Programmer DD
Programmer DD
Dec 7, 2020 · Cloud Native

How Docker Transformed Development: From VMs to Lightweight Containers

Docker emerged to address the challenges of disparate development, testing, and production environments by leveraging Linux kernel features like namespaces and cgroups, offering lightweight, fast-starting containers that isolate applications without the overhead of traditional virtual machines, and providing versatile use cases from cloud hosting to CI/CD pipelines.

Cloud NativeDevOpsDocker
0 likes · 23 min read
How Docker Transformed Development: From VMs to Lightweight Containers
Practical DevOps Architecture
Practical DevOps Architecture
Dec 5, 2020 · Cloud Native

Common Docker CLI Commands Overview

This article provides a concise reference of essential Docker command‑line operations, including searching, pulling, listing, running, inspecting, managing containers and images, and additional utilities, helping developers, testers, and operations engineers efficiently work with Docker without a graphical interface.

CLIDevOpsDocker
0 likes · 6 min read
Common Docker CLI Commands Overview
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Nov 3, 2020 · Cloud Native

Why Docker Containers Revolutionize Application Deployment

This article explains how Docker containers, built on Linux kernel virtualization, provide lightweight isolation, higher resource efficiency, rapid startup, consistent environments, easy migration, and simplified maintenance, and walks through installation, image creation, registry usage, and deployment on Huawei Cloud SWR.

DevOpsDockerImage Registry
0 likes · 9 min read
Why Docker Containers Revolutionize Application Deployment
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 27, 2020 · Cloud Native

Common Kubernetes and Docker Commands

This article provides a concise reference of frequently used Kubernetes (kubectl) and Docker command‑line instructions, covering cluster inspection, pod and service queries, resource creation, deletion, as well as container inspection, logging, and interactive shell access.

CLICloud NativeDocker
0 likes · 5 min read
Common Kubernetes and Docker Commands
JD Cloud Developers
JD Cloud Developers
Oct 15, 2020 · Cloud Native

Explore Cutting-Edge Cloud Native Innovations at COSCon'20: AI, Rust, Serverless, and More

COSCon'20 presents a rich lineup of talks covering AI microservices with Rust and WebAssembly, scalable cloud‑native application management, serverless rendering, HTTP/3 for IoT, cloud‑native trends, RocketMQ, CloudBase Framework, event mesh, Podman, Quarkus, Go microservices, Pulsar, Kubernetes stateful services, dubbogo, ElasticJob, Seata, SkyWalking on Kubernetes, and Spring on Azure, inviting developers to deepen their expertise in modern cloud‑native technologies.

AICloud NativeOpen Source
0 likes · 16 min read
Explore Cutting-Edge Cloud Native Innovations at COSCon'20: AI, Rust, Serverless, and More
Liangxu Linux
Liangxu Linux
Oct 5, 2020 · Cloud Native

Master Docker Images & Containers: Build, Run, and Deploy with Dockerfile

This comprehensive guide explains Docker image fundamentals, the UnionFS layering model, image creation with Dockerfile, committing containers, using volumes (including MySQL and permission flags), building custom CentOS and Tomcat images, uploading to Alibaba Cloud Registry, and deploying SpringBoot applications, all with concrete commands and examples.

Alibaba CloudDockerDockerfile
0 likes · 12 min read
Master Docker Images & Containers: Build, Run, and Deploy with Dockerfile
IT Architects Alliance
IT Architects Alliance
Sep 22, 2020 · Cloud Computing

How CDN Can Evolve into a Powerful Edge Computing Platform

This article analyzes how traditional CDN infrastructure can be transformed into a comprehensive edge computing platform, covering CDN fundamentals, edge computing layers, IaaS/PaaS/SaaS models, container and Kubernetes deployment, future trends, and practical Q&A insights.

5GCDNCloud Computing
0 likes · 17 min read
How CDN Can Evolve into a Powerful Edge Computing Platform
Architects' Tech Alliance
Architects' Tech Alliance
Sep 21, 2020 · Cloud Native

Design and Considerations of a CDN‑Based Edge Computing Platform

This article explores how traditional CDN infrastructure can be transformed into a large‑scale edge computing platform, covering architectural layers, cloud‑edge collaboration, container‑based deployment with Kubernetes, emerging technologies such as programmable CDN, secure containers, and practical Q&A from real‑world implementations.

5GCDNCloud Native
0 likes · 20 min read
Design and Considerations of a CDN‑Based Edge Computing Platform
DevOps
DevOps
Sep 14, 2020 · Cloud Native

Cloud‑Native Application Development: Principles, Architecture, and a Six‑Step Build Path

The article explains what cloud‑native applications are, contrasts them with traditional software, outlines four core cloud‑native development principles, and details a six‑step process—including DevOps culture, lightweight servers, PaaS, framework selection, automation, and modular architecture—to accelerate building and deploying cloud‑native solutions.

DevOpsMicroservicesOpenShift
0 likes · 10 min read
Cloud‑Native Application Development: Principles, Architecture, and a Six‑Step Build Path
UCloud Tech
UCloud Tech
Aug 26, 2020 · Cloud Native

How UCloud’s Cube Serverless Container Cuts Ops Overhead with Firecracker

The article details the background, user pain points, and technical design of UCloud’s Cube serverless container product, explaining its firecracker‑based runtime, cri‑o integration, Kubernetes scheduling, storage and network solutions, and future optimization plans.

FirecrackerKubernetesUCloud
0 likes · 9 min read
How UCloud’s Cube Serverless Container Cuts Ops Overhead with Firecracker
DevOps Cloud Academy
DevOps Cloud Academy
Aug 20, 2020 · Operations

How DevOps Can Reduce Technical Debt During Cloud Migration

This article explains what technical debt is, why it accumulates in both development and operations, and outlines four DevOps‑driven strategies—including building cross‑functional teams, automation, containerization, and API‑centric design—to identify, track, and repay technical debt while improving cloud migration outcomes.

AutomationCI/CDDevOps
0 likes · 10 min read
How DevOps Can Reduce Technical Debt During Cloud Migration
MaGe Linux Operations
MaGe Linux Operations
Aug 15, 2020 · Cloud Native

Master Docker Images: From UnionFS Basics to Real-World Deployments

This comprehensive guide explains Docker images, their UnionFS layering, bootfs and rootfs structures, image characteristics, how to commit images, use data volumes, build custom images with Dockerfiles, create Tomcat and SpringBoot containers, and push images to Alibaba Cloud, providing practical commands and examples throughout.

Data VolumeDockerDockerfile
0 likes · 11 min read
Master Docker Images: From UnionFS Basics to Real-World Deployments
Open Source Linux
Open Source Linux
Jul 23, 2020 · Operations

5 Essential Steps to Become a Successful DevOps Engineer

This article outlines the five key practices—adopting a developer mindset, mastering system engineering, gaining cloud experience, learning containers, and developing soft skills—required to become an effective DevOps engineer in today’s rapidly evolving tech landscape.

Cloud ComputingDevOpsOperations
0 likes · 6 min read
5 Essential Steps to Become a Successful DevOps Engineer
macrozheng
macrozheng
Jul 6, 2020 · Cloud Computing

Why Virtualization Powers Cloud Computing: From Early Hypervisors to Modern Containers

This article explains how virtualization technology—ranging from early hypervisors and Popek‑Goldberg requirements to hardware‑assisted extensions, KVM‑QEMU, and lightweight container solutions like Docker and Firecracker—forms the foundation of modern cloud computing, detailing its evolution, mechanisms, and trade‑offs.

DockerKVMVirtualization
0 likes · 18 min read
Why Virtualization Powers Cloud Computing: From Early Hypervisors to Modern Containers
Open Source Linux
Open Source Linux
Jul 2, 2020 · Cloud Computing

Understanding Virtualization: From Early Hypervisors to Modern Cloud Solutions

This article explores the evolution of virtualization technology—from its theoretical foundations and early hypervisor designs to full and para-virtualization, hardware-assisted extensions, and lightweight solutions like containers and microVMs—explaining key concepts, architectures, and their roles in modern cloud computing.

Cloud ComputingDockerKVM
0 likes · 18 min read
Understanding Virtualization: From Early Hypervisors to Modern Cloud Solutions
Architects' Tech Alliance
Architects' Tech Alliance
Jun 27, 2020 · Cloud Computing

The Fourth Wave of IT Infrastructure: Application‑Defined Infrastructure (ADI) and Its Impact

This article reviews the evolution of data‑center infrastructure through three historic waves, introduces the fourth wave of application‑defined infrastructure (ADI), and examines how container technologies, hypervisor‑based virtualization, hyper‑converged infrastructure, and Robin Systems’ ADI reshape cloud computing and large‑scale IT operations.

Application-Defined InfrastructureData CenterIT infrastructure
0 likes · 24 min read
The Fourth Wave of IT Infrastructure: Application‑Defined Infrastructure (ADI) and Its Impact
Architecture Digest
Architecture Digest
Jun 20, 2020 · Cloud Native

Comprehensive Docker and Containerization Guide: Concepts, Installation, Commands, Images, Networking, Compose, and Registry

This extensive tutorial explains Linux containers and Docker fundamentals, compares containers with virtualization, outlines Docker's history, demonstrates installation steps, covers essential Docker commands, image lifecycle management, Dockerfile creation, container networking options, Docker Compose orchestration, private registry setup, Harbor deployment, and best practices for production use.

Cloud NativeDockerDocker Compose
0 likes · 32 min read
Comprehensive Docker and Containerization Guide: Concepts, Installation, Commands, Images, Networking, Compose, and Registry
ITPUB
ITPUB
Jun 11, 2020 · Cloud Native

Master Docker: From Container Basics to Advanced Image Management, Registry, Compose, and Networking

This comprehensive guide explains Linux containers, their differences from traditional virtualization, the evolution of Docker, core Docker commands, Dockerfile creation, image layering, private registries, docker‑compose orchestration, network modes, HAProxy load balancing, and best practices for secure and efficient container deployment.

DockerDocker ComposeDockerfile
0 likes · 37 min read
Master Docker: From Container Basics to Advanced Image Management, Registry, Compose, and Networking
Liangxu Linux
Liangxu Linux
Jun 9, 2020 · Cloud Native

Master Docker: From Basics to Advanced Container Management and Registry

This comprehensive guide walks you through Linux containers, Docker fundamentals, installation, command‑line usage, image lifecycle, Dockerfile creation, registry setup (including authentication), Docker Compose orchestration, networking options, restart policies, Harbor deployment, best practices, and monitoring techniques.

Cloud NativeContainer NetworkingDocker
0 likes · 37 min read
Master Docker: From Basics to Advanced Container Management and Registry
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 3, 2020 · Cloud Native

Why Containers Are Revolutionizing Cloud‑Native Architecture

This article explains how container technology, inspired by shipping containers, transforms software delivery with modular, lightweight virtualization, and how Alibaba Cloud’s container services—ACK, ASK, ACR, and ASM—provide agile, elastic, portable, and secure cloud‑native solutions for hybrid and multi‑cloud environments.

Alibaba CloudCloud Nativecontainers
0 likes · 22 min read
Why Containers Are Revolutionizing Cloud‑Native Architecture
HomeTech
HomeTech
May 14, 2020 · Cloud Native

Design and Implementation of the Next‑Generation Cloud‑Native Monitoring System at Autohome

The article describes Autohome's third‑generation cloud‑native monitoring platform, detailing its background, strategic goals for R&D efficiency, mobile‑first design, Prometheus‑based architecture with multi‑replica storage and InfluxDB remote storage, its operational impact, and future directions such as AI‑driven noise reduction.

Monitoringcloud-nativecontainers
0 likes · 7 min read
Design and Implementation of the Next‑Generation Cloud‑Native Monitoring System at Autohome
Ops Development Stories
Ops Development Stories
Apr 28, 2020 · Cloud Native

Why Kubernetes? A Visual Guide to Containers, Pods, and Cluster Architecture

This article offers a pictorial introduction to Kubernetes, explaining what containers are, when to use orchestration, why Kubernetes stands out, and detailing its core architecture—including master components, pods, controllers, services, and ingress—providing a clear, beginner-friendly overview of container orchestration in cloud-native environments.

Cloud NativeControllerKubernetes
0 likes · 10 min read
Why Kubernetes? A Visual Guide to Containers, Pods, and Cluster Architecture
NetEase Game Operations Platform
NetEase Game Operations Platform
Apr 25, 2020 · Databases

MySQL 8.0 Resource Groups: Configuration, Usage, and Limitations

This article explains how MySQL 8.0 Resource Groups enable fine‑grained CPU binding and thread‑priority control, provides sample SQL procedures and commands, details Linux environment setup, discusses implementation internals, outlines known limitations especially in containerized environments, and suggests practical usage scenarios.

CPU affinityMySQLResource Groups
0 likes · 16 min read
MySQL 8.0 Resource Groups: Configuration, Usage, and Limitations
Open Source Linux
Open Source Linux
Apr 18, 2020 · Cloud Computing

Why Cloud Computing, Big Data, and AI Are Inseparable – A Beginner’s Guide

This article explains how cloud computing, big data, and artificial intelligence are tightly linked, tracing the evolution from physical servers to virtualization, describing the flexibility of IaaS, the automation of PaaS, the services of SaaS, and showing how containers and big‑data pipelines enable modern AI workloads.

Artificial IntelligenceCloud ComputingIaaS
0 likes · 37 min read
Why Cloud Computing, Big Data, and AI Are Inseparable – A Beginner’s Guide
Wukong Talks Architecture
Wukong Talks Architecture
Apr 8, 2020 · Databases

Step-by-Step Guide to Installing MySQL Using Docker

This tutorial explains how to download the MySQL Docker image, create and run a MySQL container with volume mappings and environment variables, verify the container, connect to the database via Workbench, and access the container’s shell and host files.

DatabaseDockerInstallation
0 likes · 3 min read
Step-by-Step Guide to Installing MySQL Using Docker
Programmer DD
Programmer DD
Mar 19, 2020 · Cloud Computing

Serverless vs Containers: Which Cloud Model Wins for Your Apps?

This article compares Serverless and container-based microservices, covering definitions, cost and maintenance benefits, use cases, limitations, and when to choose each approach or a hybrid model for modern cloud applications.

Cost Efficiencycontainershybrid architecture
0 likes · 10 min read
Serverless vs Containers: Which Cloud Model Wins for Your Apps?
Cloud Native Technology Community
Cloud Native Technology Community
Feb 19, 2020 · Industry Insights

What Did 2019 Reveal About Cloud‑Native Adoption in Traditional Enterprises?

The 2019 cloud‑native survey of over 400 enterprises across finance, energy, manufacturing and automotive sectors showed that 70.7% planned container, DevOps and micro‑service initiatives, 70% saw modest IT budget growth, and 11.4% had piloted benchmark cloud‑native practices, prompting a 2020 follow‑up study to assess current adoption and challenges.

Cloud NativeEnterprise ITIndustry Survey
0 likes · 4 min read
What Did 2019 Reveal About Cloud‑Native Adoption in Traditional Enterprises?
MaGe Linux Operations
MaGe Linux Operations
Feb 10, 2020 · Cloud Native

Demystifying Docker: Understanding Images, Containers, and Core Commands

This article provides a comprehensive, step‑by‑step explanation of Docker’s architecture—including the differences between images, containers, and running containers—while detailing the underlying union file system and illustrating each Docker command with clear examples and diagrams.

Container LifecycleDockerDocker Architecture
0 likes · 14 min read
Demystifying Docker: Understanding Images, Containers, and Core Commands
ITPUB
ITPUB
Feb 9, 2020 · Cloud Native

Understanding Docker: From LXC Roots to Modern Container Architecture

This article explains the fundamentals of Linux Containers (LXC), their relationship to Docker, Docker's core concepts, architecture components, and practical commands for installation, image management, container lifecycle, and troubleshooting, providing a comprehensive guide for developers and operations engineers.

DevOpsDockerDocker Architecture
0 likes · 29 min read
Understanding Docker: From LXC Roots to Modern Container Architecture
Open Source Tech Hub
Open Source Tech Hub
Jan 1, 2020 · Cloud Native

What Is Docker? A Beginner’s Guide to Containers, Images, and Compose

This article explains Docker’s core concepts—including its client‑server architecture, communication via Unix sockets, main components, image creation with Dockerfile, and multi‑container orchestration using docker‑compose—providing a concise yet comprehensive introduction for newcomers to container technology.

Cloud NativeDockerDockerfile
0 likes · 6 min read
What Is Docker? A Beginner’s Guide to Containers, Images, and Compose
Ctrip Technology
Ctrip Technology
Nov 14, 2019 · Operations

Investigation of Intermittent Redis Timeout Issues Caused by a Kernel Scheduling Bug on Skylake Servers

The article details how Ctrip engineers diagnosed sporadic Redis timeouts in containerized deployments, traced the problem to kernel scheduling delays caused by an APIC‑ID bug that inflated the possible‑CPU count, and resolved it by applying a kernel patch, offering verification steps for affected systems.

DebuggingLinuxScheduling
0 likes · 11 min read
Investigation of Intermittent Redis Timeout Issues Caused by a Kernel Scheduling Bug on Skylake Servers
MaGe Linux Operations
MaGe Linux Operations
Nov 5, 2019 · Cloud Computing

Master Docker: From Basics to Advanced Container Management

This comprehensive guide introduces Docker, explains its core concepts such as images, containers, and registries, walks through installation on various platforms, demonstrates essential commands, shows how to build, run, and manage containers and images, and covers advanced topics like exporting, importing, and using web UI tools.

DockerImagescontainers
0 likes · 17 min read
Master Docker: From Basics to Advanced Container Management
Alibaba Cloud Native
Alibaba Cloud Native
Oct 4, 2019 · Cloud Computing

Why Serverless Is the Next Evolution in Cloud Computing

The article traces the origins and rapid growth of serverless computing—from its early concept by Iron.io’s Ken to mainstream adoption through AWS Lambda, Alibaba Cloud Function Compute, and other FaaS platforms—explaining its architecture, benefits such as low cost, automatic scaling, green computing, and future trends like serverless containers and fine‑grained resources.

Cloud ComputingCost EfficiencyFaaS
0 likes · 14 min read
Why Serverless Is the Next Evolution in Cloud Computing
Architects' Tech Alliance
Architects' Tech Alliance
Sep 24, 2019 · Cloud Native

Understanding Cloud Native: History, Ecosystem, and Core Principles

This article explains the cloud‑native concept, traces its evolution from early container experiments at Google through Docker and Kubernetes to the rapid growth of CNCF, and outlines the key technologies, immutable‑infrastructure theory, and why 2019 marked a pivotal year for cloud‑native adoption.

CNCFDevOpsKubernetes
0 likes · 12 min read
Understanding Cloud Native: History, Ecosystem, and Core Principles
21CTO
21CTO
Aug 17, 2019 · Cloud Native

A Father‑Daughter Tale That Explains Kubernetes Basics

Through a charming story of a curious daughter and her father's illustrated guide, the article introduces Kubernetes concepts such as pods, replication controllers, services, volumes, and namespaces, using the adventures of a PHP app named Phippy to make complex container orchestration easy to understand.

NamespacePodsReplicationController
0 likes · 7 min read
A Father‑Daughter Tale That Explains Kubernetes Basics
Architecture Digest
Architecture Digest
Aug 9, 2019 · Cloud Native

Introduction to Docker: Architecture, Core Concepts, and Basic Commands

This article provides a comprehensive overview of Docker, covering its origins from LXC, the relationship between LXC and Docker, Docker's architecture and components, key container technologies such as namespaces and cgroups, and step‑by‑step instructions for installing, managing images, running containers, and inspecting logs.

Cloud NativeDockerLinux
0 likes · 29 min read
Introduction to Docker: Architecture, Core Concepts, and Basic Commands
Programmer DD
Programmer DD
Jul 29, 2019 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This comprehensive guide explains Docker's origins, core concepts, advantages, installation steps, essential commands, container lifecycle management, image customization with Dockerfile, and publishing to both Docker Hub and private registries, providing practical examples and code snippets for hands‑on learning.

DevOpsDockerDockerfile
0 likes · 25 min read
Master Docker: From Basics to Advanced Container Management
MaGe Linux Operations
MaGe Linux Operations
Jul 19, 2019 · Cloud Native

Can a PHP App Sail on a Kubernetes Ship? A Child’s Tale of Pods

The story follows a tiny PHP application named Phippy, who moves from a lonely shared host into a container, meets the wise Captain Kube, learns about Pods, Replication Controllers, services, volumes, and namespaces, and discovers how Kubernetes orchestrates isolated yet connected workloads, illustrated through a whimsical maritime metaphor.

Cloud NativeKubernetesPods
0 likes · 9 min read
Can a PHP App Sail on a Kubernetes Ship? A Child’s Tale of Pods
Programmer DD
Programmer DD
Jul 14, 2019 · Cloud Native

A Tale of Phippy: Understanding Kubernetes Through Storytelling

Through the whimsical story of a lonely PHP app named Phippy, the article introduces core Kubernetes concepts—containers, Pods, Replication Controllers, Services, Volumes, and Namespaces—using vivid metaphors to help readers grasp how container orchestration works in modern cloud-native environments.

KubernetesNamespacePods
0 likes · 10 min read
A Tale of Phippy: Understanding Kubernetes Through Storytelling
Architects' Tech Alliance
Architects' Tech Alliance
Jul 9, 2019 · Cloud Computing

Docker Native Networking Architecture and Optimization Solutions

This article explains Docker's native networking model based on Linux namespaces and veth pairs, describes the docker0 bridge, container linking, and port exposure, and then reviews six prominent Docker network optimization projects—Libnetwork, Pipework, Socketplane, Weave, Flannel, and Tinc—highlighting their architectures and use cases.

Network Pluginscloud-computingcontainers
0 likes · 12 min read
Docker Native Networking Architecture and Optimization Solutions
AntTech
AntTech
Jul 5, 2019 · Cloud Native

Insights on Cloud‑Native Security Containers: The Evolution of Kata and RunV

The article reviews the rapid development of cloud‑native technologies in China, explains how the runV project merged into Kata containers, discusses the security advantages of Kata, and shares the founder’s perspective on open‑source entrepreneurship, cloud‑native adoption in finance, and future trends in container ecosystems.

Cloud NativeKataOpen Source
0 likes · 13 min read
Insights on Cloud‑Native Security Containers: The Evolution of Kata and RunV
Mafengwo Technology
Mafengwo Technology
Jun 21, 2019 · Frontend Development

How Containers Supercharge Frontend Development: Real-World Practices

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

CI/CDDevOpsDocker
0 likes · 17 min read
How Containers Supercharge Frontend Development: Real-World Practices
macrozheng
macrozheng
Jun 19, 2019 · Cloud Native

Master Docker Compose: Install, Configure, and Deploy Multi-Container Apps

Learn how to install Docker Compose, configure its permissions, verify installation, and use it to define services, images, ports, volumes, and environment variables in a docker‑compose.yml file, then manage containers with common commands to deploy and run multi‑container applications efficiently.

DevOpsDockerDocker Compose
0 likes · 9 min read
Master Docker Compose: Install, Configure, and Deploy Multi-Container Apps
MaGe Linux Operations
MaGe Linux Operations
May 23, 2019 · Cloud Native

Master Docker in 2 Hours: From Basics to Full Image Lifecycle

This guide walks you through Docker fundamentals, its container‑based virtualization, installation on Windows and Ubuntu, architecture components, image concepts, and a hands‑on workflow that covers pulling, running, building, and pushing images, all illustrated with clear examples and diagrams.

Cloud NativeDockerImage Building
0 likes · 12 min read
Master Docker in 2 Hours: From Basics to Full Image Lifecycle
MaGe Linux Operations
MaGe Linux Operations
May 21, 2019 · Cloud Native

Master Docker: From Basics to Building Your Own Images

This comprehensive guide introduces Docker’s origins, core concepts such as images, containers, and registries, explains installation on major platforms, demonstrates essential commands, shows how to run and manage containers, and walks through creating, tagging, pushing, and importing custom images using Dockerfile.

Cloud NativeDockerImages
0 likes · 17 min read
Master Docker: From Basics to Building Your Own Images
Java Captain
Java Captain
May 12, 2019 · Operations

Fundamentals of Container Technology and Docker

This article explains the core concepts of container technology—including specifications, runtimes, management tools, image definitions, registries, and container operating systems—while illustrating why containers are advantageous for developers and operations teams in modern software delivery.

Container OSContainer RegistryDevOps
0 likes · 9 min read
Fundamentals of Container Technology and Docker
MaGe Linux Operations
MaGe Linux Operations
Apr 23, 2019 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This comprehensive guide explains what Docker is, its key concepts, advantages, installation steps, essential commands, container lifecycle, image customization with Dockerfile, registry usage, and practical examples for building and deploying containerized applications on Linux.

DockerDockerfileLinux
0 likes · 21 min read
Master Docker: From Basics to Advanced Container Management
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 14, 2019 · Operations

8 Essential DevOps Skills Every Engineer Should Master

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

CI/CDKubernetesMonitoring
0 likes · 7 min read
8 Essential DevOps Skills Every Engineer Should Master
Java Backend Technology
Java Backend Technology
Apr 3, 2019 · Cloud Native

Master Docker Basics: From Images to Containers for Ops and Developers

This guide walks readers through Docker fundamentals, covering both operations and development perspectives, including installing Docker, managing images and containers, executing commands, connecting to running containers, building images from Dockerfiles, and deploying simple web applications on Linux and Windows environments.

DockerDockerfileImages
0 likes · 19 min read
Master Docker Basics: From Images to Containers for Ops and Developers
MaGe Linux Operations
MaGe Linux Operations
Mar 29, 2019 · Operations

Master Docker: From Basics to Advanced Container Management

This comprehensive guide introduces Docker’s origins, core concepts such as images, containers, and registries, walks through installation, daemon configuration, essential commands, building and managing images, running containers interactively or in background, and explains import/export, tagging, and repository usage, providing practical examples throughout.

DockerLinuxcontainers
0 likes · 15 min read
Master Docker: From Basics to Advanced Container Management
Architects' Tech Alliance
Architects' Tech Alliance
Feb 19, 2019 · Cloud Native

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

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

Container OrchestrationDevOpsDocker
0 likes · 15 min read
From Shipping Containers to Docker: A Comprehensive Introduction to Containers and Their Management Platforms
21CTO
21CTO
Feb 1, 2019 · Cloud Native

Is Docker a Hidden Trap? Uncovering the Real Costs Behind Container Hype

The article critically examines Docker’s promised benefits—portability, security, and orchestration—highlighting its design shortcomings, hidden complexities, lock‑in risks, and the often‑overlooked alternatives that can deliver the same goals with far less overhead.

Operationscloud-nativecontainers
0 likes · 28 min read
Is Docker a Hidden Trap? Uncovering the Real Costs Behind Container Hype
ITPUB
ITPUB
Jan 28, 2019 · Cloud Native

Is Docker a Bad Bet? Uncovering the Hidden Costs of Containerization

The article critically examines Docker’s promised benefits—portability, security, and orchestration—by highlighting design flaws, added complexity, vendor lock‑in, and the often‑overlooked costs of standardizing on containers, while contrasting them with simpler, script‑based deployment approaches.

Cloud NativeDevOpsDocker
0 likes · 29 min read
Is Docker a Bad Bet? Uncovering the Hidden Costs of Containerization
Efficient Ops
Efficient Ops
Jan 17, 2019 · Cloud Computing

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

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

Cloud ComputingDockerIaaS
0 likes · 10 min read
What Is Cloud Computing? A Beginner’s Guide to Key Concepts and Tools
Architects' Tech Alliance
Architects' Tech Alliance
Jan 8, 2019 · Cloud Native

Understanding Cloud‑Native Applications: Microservices, Containers, and Serverless

The article explains modern software engineering concepts such as microservices, containers, and serverless architectures, describing how they enable cloud‑native applications to achieve scalability, flexibility, continuous delivery, and reliability while also outlining their challenges and limitations.

Cloud ComputingMicroservicescloud-native
0 likes · 14 min read
Understanding Cloud‑Native Applications: Microservices, Containers, and Serverless
MaGe Linux Operations
MaGe Linux Operations
Dec 31, 2018 · Cloud Native

What Is Docker? A Beginner’s Guide to Containers, Benefits, and Commands

This article introduces Docker, explaining its purpose as an open‑source container engine, how it differs from traditional virtual machines, its advantages such as lightweight isolation and portability, its role in microservices, and provides step‑by‑step installation and common command examples for getting started.

DevOpsDockerLinux
0 likes · 10 min read
What Is Docker? A Beginner’s Guide to Containers, Benefits, and Commands
Architects' Tech Alliance
Architects' Tech Alliance
Dec 25, 2018 · Industry Insights

Why Containers Will Overtake VMware in 2019: Industry Trends and Predictions

The article analyzes how enterprise software development is shifting from traditional virtual machines to container and Kubernetes‑based architectures in 2019, examines major acquisitions such as Dell‑VMware and IBM‑Red Hat, and forecasts the strategic moves of cloud providers and vendors in the evolving multi‑cloud landscape.

Enterprise SoftwareIndustry TrendsKubernetes
0 likes · 8 min read
Why Containers Will Overtake VMware in 2019: Industry Trends and Predictions