Tagged articles
357 articles
Page 1 of 4
Ops Community
Ops Community
May 18, 2026 · Operations

Master Docker: From Basics to Advanced Core Principles Explained

This comprehensive guide walks ops engineers through Docker’s core concepts—images, containers, storage drivers, networking, security, image building, multi‑stage builds, volume management, resource limits, troubleshooting, and production deployment best practices—providing step‑by‑step commands, examples, and detailed explanations to master containerization from beginner to expert.

ContainersDevOpsDocker
0 likes · 42 min read
Master Docker: From Basics to Advanced Core Principles Explained
Architect's Tech Stack
Architect's Tech Stack
Apr 10, 2026 · Cloud Native

Why Docker and Kubernetes Are Like Shipping Containers: A Beginner’s Guide

Using a shipping‑container analogy, this article explains how Docker packages applications into portable images and how Kubernetes orchestrates those containers across clusters, clarifying key concepts such as images, containers, Pods, Deployments, Services, and the role of nodes in modern cloud‑native environments.

ContainersDockerKubernetes
0 likes · 7 min read
Why Docker and Kubernetes Are Like Shipping Containers: A Beginner’s Guide
java1234
java1234
Apr 2, 2026 · Cloud Native

How a Simple Analogy Clarified Docker and Kubernetes Core Concepts

An image is a static snapshot of an OS, runtime and code; a container runs that snapshot, while Dockerfile and docker‑compose define how to build and orchestrate images. Pods group containers for shared resources, and Kubernetes schedules, scales, heals, networks and stores them, enabling true “run anywhere” deployment.

Cloud NativeContainersDocker
0 likes · 6 min read
How a Simple Analogy Clarified Docker and Kubernetes Core Concepts
Selected Java Interview Questions
Selected Java Interview Questions
Mar 15, 2026 · Cloud Native

What Exactly Are Docker Images, Containers, and Kubernetes Pods? A Simple Guide

An easy-to-understand walkthrough explains Docker images as static system snapshots, containers as runnable instances, Dockerfile and docker‑compose recipes, and how Kubernetes Pods orchestrate containers, highlighting why these tools enable “run anywhere” deployment and scalable management across clusters.

Cloud NativeContainersDevOps
0 likes · 6 min read
What Exactly Are Docker Images, Containers, and Kubernetes Pods? A Simple Guide
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jan 22, 2026 · Cloud Native

Mastering Kubernetes: Complete Architecture, Principles, and Components Explained

This article provides a comprehensive technical overview of Kubernetes, covering its core problems, master‑worker architecture, essential components such as API server, etcd, scheduler, controller manager, kubelet, kube-proxy, container runtimes, and a step‑by‑step deployment workflow, illustrated with diagrams.

Cloud NativeContainersKubernetes
0 likes · 5 min read
Mastering Kubernetes: Complete Architecture, Principles, and Components Explained
ITPUB
ITPUB
Dec 31, 2025 · Operations

Essential Advanced Linux Commands Every Sysadmin Should Master

This guide compiles 100 high‑impact Linux commands covering file systems, networking, monitoring, security, containers, log analysis, and automation, each chosen for its advanced utility, cross‑distribution compatibility, and real‑world relevance.

AutomationContainersLinux
0 likes · 17 min read
Essential Advanced Linux Commands Every Sysadmin Should Master
Ray's Galactic Tech
Ray's Galactic Tech
Nov 30, 2025 · Cloud Native

Master Docker: Core Concepts, Best Practices & Hands‑On Guide

This comprehensive guide explains Docker’s essential use cases, underlying technologies, step‑by‑step setup, image‑building best practices, security hardening, networking models, and common production pitfalls, providing developers and ops engineers with a solid foundation for modern cloud‑native workflows.

Cloud NativeContainersDevOps
0 likes · 8 min read
Master Docker: Core Concepts, Best Practices & Hands‑On Guide
Ops Community
Ops Community
Oct 26, 2025 · Cloud Native

Master Docker Basics: From Containers to Cloud‑Native Deployment

This article introduces Docker as an open‑source container platform, explains its core concepts of images and containers, highlights benefits such as rapid, lightweight deployment and consistency across environments, and outlines essential topics including Linux container fundamentals, Docker workflow, commands, image management, daily container operations, and data‑volume handling.

Container OperationsContainersDocker
0 likes · 4 min read
Master Docker Basics: From Containers to Cloud‑Native Deployment
dbaplus Community
dbaplus Community
Oct 13, 2025 · Cloud Native

10 Common Kubernetes Deployment Errors and How to Fix Them

When Kubernetes deployments fail, most issues stem from misconfigurations, image problems, or resource constraints, and this guide explains the ten most frequent errors, detailed troubleshooting commands, a generic debugging framework, and proactive practices to prevent future failures.

Cloud NativeContainersDeployment
0 likes · 14 min read
10 Common Kubernetes Deployment Errors and How to Fix Them
IT Architects Alliance
IT Architects Alliance
Sep 18, 2025 · Cloud Native

Why Containers, Kubernetes, and Service Mesh Are the Modern Cloud‑Native Trinity

An in‑depth look at how containers, Kubernetes, and Service Mesh together form the core of modern cloud‑native architectures, covering their evolution, practical adoption stages, trade‑offs in complexity, decision‑making matrices, best‑practice implementation tips, and emerging trends such as edge computing and WebAssembly.

Cloud NativeContainersKubernetes
0 likes · 10 min read
Why Containers, Kubernetes, and Service Mesh Are the Modern Cloud‑Native Trinity
Su San Talks Tech
Su San Talks Tech
Sep 14, 2025 · Databases

Should You Run MySQL in Docker? Risks, Performance & Best Practices

This article examines why running MySQL in Docker is generally discouraged, covering container‑state mismatches, I/O and network performance penalties, data persistence challenges, resource limits, security concerns, monitoring difficulties, and finally outlines scenarios where Docker may be acceptable and recommended production alternatives.

ContainersData PersistenceDocker
0 likes · 12 min read
Should You Run MySQL in Docker? Risks, Performance & Best Practices
ITPUB
ITPUB
Sep 12, 2025 · Cloud Native

Why Deploying MySQL in Production Containers Is a Bad Idea

Deploying MySQL in production containers introduces volatile storage, unstable networking, performance variability, and replication challenges that clash with the database's need for persistent, high‑availability, and consistent operation, making native VM or bare‑metal deployments far more reliable.

Cloud NativeContainersDatabase Deployment
0 likes · 7 min read
Why Deploying MySQL in Production Containers Is a Bad Idea
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Sep 3, 2025 · Cloud Native

How Docker Works: Inside Namespaces, Cgroups, and UnionFS

An in‑depth guide explains Docker’s core architecture, detailing how lightweight containers leverage Linux namespaces for isolation, cgroups for resource control, and UnionFS for layered image storage, while contrasting containers with traditional VMs and showing practical command‑line examples.

ContainersDockerLinux
0 likes · 5 min read
How Docker Works: Inside Namespaces, Cgroups, and UnionFS
Ops Development & AI Practice
Ops Development & AI Practice
Jul 2, 2025 · Cloud Native

Demystifying Cloud Native: A Hands‑On Guide for Ops Engineers

This article breaks down the cloud‑native concept for operations teams, explaining its meaning, the three core pillars—containerization, microservices, and container orchestration—and how adopting them can accelerate delivery, improve resilience, cut costs, and free engineers from repetitive manual tasks.

Cloud NativeContainersDevOps
0 likes · 8 min read
Demystifying Cloud Native: A Hands‑On Guide for Ops Engineers
Architecture Digest
Architecture Digest
Jun 3, 2025 · Cloud Native

Podman Tutorial: Installation, Usage, Commands, and Configuration

This comprehensive guide explains what Podman is, compares it with Docker, shows how to install and configure it on Linux, and provides detailed examples of common commands, container management, image handling, rootless operation, volume usage, and user namespace configuration.

CLIConfigurationContainers
0 likes · 16 min read
Podman Tutorial: Installation, Usage, Commands, and Configuration
Liangxu Linux
Liangxu Linux
Jun 2, 2025 · Operations

10 Must‑Know Ops Tools to Transform Reactive Firefighting into Proactive Management

This guide presents ten essential operations tools—including Zabbix, Prometheus, MySQL, Redis, Ansible, Jenkins, Docker, Kubernetes, LVS, and Kafka—covering monitoring, databases, automation, containerization, and load balancing, to help engineers shift from reactive firefighting to proactive, efficient system management.

AutomationContainersMessaging
0 likes · 4 min read
10 Must‑Know Ops Tools to Transform Reactive Firefighting into Proactive Management
Liangxu Linux
Liangxu Linux
May 22, 2025 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This guide explains Docker’s lightweight, portable architecture, compares it with traditional VMs, outlines key use cases, and provides step‑by‑step commands for starting, stopping, restarting containers, managing images, backing up data, writing Dockerfiles, and orchestrating multi‑container apps with Docker Compose.

Container ManagementContainersDocker
0 likes · 15 min read
Master Docker: From Basics to Advanced Container Management
MaGe Linux Operations
MaGe Linux Operations
Apr 25, 2025 · Cloud Native

Essential Docker Commands Cheat Sheet: Quick Reference for Developers

This comprehensive guide presents over twenty essential Docker CLI commands, covering image management, container lifecycle, registry operations, and system cleanup, with clear syntax examples and practical use‑case snippets to help developers and DevOps engineers work efficiently with containers.

CLICloud NativeContainers
0 likes · 11 min read
Essential Docker Commands Cheat Sheet: Quick Reference for Developers
Raymond Ops
Raymond Ops
Mar 31, 2025 · Operations

Master Docker: Core Concepts, Installation, and Essential Commands

This guide explains Docker’s basic concepts, advantages, architecture, installation steps, common image and container commands, and provides a practical example of configuring SSH access inside an Ubuntu container for both local and remote connections.

ContainersDockerImage Management
0 likes · 11 min read
Master Docker: Core Concepts, Installation, and Essential Commands
Ops Development Stories
Ops Development Stories
Mar 10, 2025 · Cloud Native

What Are Kubernetes Core Components and How Do They Work?

This article provides a comprehensive overview of Kubernetes fundamentals, covering core control‑plane and node components, key object differences such as Pod vs Deployment, Service types, ConfigMap vs Secret, scheduling, health checks, scaling, security, storage, and troubleshooting techniques.

Cloud NativeContainersDeployment
0 likes · 19 min read
What Are Kubernetes Core Components and How Do They Work?
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Feb 21, 2025 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This guide introduces Docker as an open‑source container engine, explains why containers are essential for consistent environments, and walks readers through installation, core commands, image lifecycle, container management, and data volume handling, offering a comprehensive 14‑chapter resource for developers and ops engineers.

ContainersData VolumesImage Management
0 likes · 3 min read
Master Docker: From Basics to Advanced Container Management
dbaplus Community
dbaplus Community
Feb 2, 2025 · Cloud Native

From Virtualization to Containers: A Complete Journey Through Container Technology

This article provides a comprehensive overview of container technology, covering its definition, key characteristics, historical evolution from early virtualization to modern Docker and Kubernetes ecosystems, core Linux mechanisms such as cgroups and namespaces, runtime implementations, OCI standards, security enhancements, and container orchestration.

ContainersDockerKubernetes
0 likes · 21 min read
From Virtualization to Containers: A Complete Journey Through Container Technology
dbaplus Community
dbaplus Community
Jan 26, 2025 · Operations

How to Reveal If Your Linux Is Running Inside a Virtual Machine

This article explains how to use the systemd‑detect‑virt command and various system files to determine whether a Linux system is running on real hardware, inside a virtual machine such as VirtualBox or VMware, or even inside a container like Docker, while also discussing the underlying detection mechanisms and potential ways to spoof the results.

ContainersDMILinux
0 likes · 7 min read
How to Reveal If Your Linux Is Running Inside a Virtual Machine
IT Architects Alliance
IT Architects Alliance
Jan 19, 2025 · Cloud Native

How Cloud‑Native Architecture Slashes Costs and Supercharges Enterprise Efficiency

The article examines how adopting a cloud‑native architecture—through precise resource monitoring, automation pipelines, pay‑as‑you‑go scaling, hybrid‑cloud strategies, and container‑based microservices—enables companies to dramatically reduce operational expenses, improve resource utilization, and accelerate innovation in competitive markets.

AutomationCloud NativeContainers
0 likes · 9 min read
How Cloud‑Native Architecture Slashes Costs and Supercharges Enterprise Efficiency
IT Architects Alliance
IT Architects Alliance
Jan 12, 2025 · Cloud Native

Unlocking Cloud‑Native Success: Microservices, Containers & DevOps Explained

The article explores how cloud‑native architecture—driven by microservices, containerization, and DevOps—empowers enterprises to achieve greater agility, scalability, and operational efficiency, detailing core principles, real‑world examples such as Netflix, common challenges, and practical tools for implementation and security.

Cloud NativeContainersDevOps
0 likes · 18 min read
Unlocking Cloud‑Native Success: Microservices, Containers & DevOps Explained
MaGe Linux Operations
MaGe Linux Operations
Jan 4, 2025 · Operations

Master Docker: From Origins to Commands, Networking, and Volumes

This guide explains Docker’s origins, core container technologies such as cgroups and namespaces, essential commands for managing container lifecycles, and practical examples covering environment variables, volumes, and networking, enabling readers to understand and operate Docker containers effectively.

ContainersDevOpsDocker
0 likes · 7 min read
Master Docker: From Origins to Commands, Networking, and Volumes
IT Architects Alliance
IT Architects Alliance
Dec 26, 2024 · Cloud Native

How Cloud‑Native, Microservices, Containers and DevOps Drive Digital Transformation

Cloud‑native architecture, built on microservices, containers, and DevOps, empowers enterprises with agility, scalability, and resilience, enabling rapid development, efficient resource utilization, and seamless continuous delivery, while addressing challenges like distributed transactions and service governance, and outlining future integration with 5G, edge computing, and AI.

5GCloud NativeContainers
0 likes · 15 min read
How Cloud‑Native, Microservices, Containers and DevOps Drive Digital Transformation
Raymond Ops
Raymond Ops
Dec 20, 2024 · Operations

Master Docker Networking: Types, Drivers, and Practical Commands

This article explains Docker networking fundamentals, covering the main network types (bridge, host, overlay, macvlan, none), their drivers and container modes, how to configure and manage networks with Docker CLI commands, and important security and isolation considerations for containerized applications.

ContainersDockerHost
0 likes · 19 min read
Master Docker Networking: Types, Drivers, and Practical Commands
Top Architect
Top Architect
Dec 10, 2024 · Databases

Why Docker Is Not Suitable for Running MySQL: Data Safety, Performance, and Resource Isolation Issues

The article explains that while Docker is convenient for learning environments, deploying MySQL in containers poses serious data‑safety, performance, and resource‑isolation problems, and it outlines scenarios where containerizing MySQL may still be viable before shifting to promotional content about AI communities.

ContainersData SafetyDocker
0 likes · 10 min read
Why Docker Is Not Suitable for Running MySQL: Data Safety, Performance, and Resource Isolation Issues
21CTO
21CTO
Dec 7, 2024 · Cloud Native

FreeBSD 14.2: The New BSD Release That Bridges Docker Fans to OCI Containers

FreeBSD 14.2‑RELEASE, the latest BSD version dedicated to Michael J. Karels, introduces OpenZFS 2.2.6, OpenSSL 3.0.15, enhanced OCI‑compatible container support with Podman tooling, and a streamlined upgrade process, while also highlighting remaining challenges such as GPU issues and desktop installer limitations.

BSDContainersFreeBSD
0 likes · 9 min read
FreeBSD 14.2: The New BSD Release That Bridges Docker Fans to OCI Containers
Lobster Programming
Lobster Programming
Nov 6, 2024 · Cloud Native

Master Docker: From Basics to Running MySQL in Containers

This guide introduces Docker fundamentals, explains how containers differ from virtual machines, walks through installing Docker on Linux, and demonstrates practical steps to pull and run a MySQL container, while also providing a handy reference of common Docker commands for managing containers and images.

ContainersDevOpsDocker
0 likes · 6 min read
Master Docker: From Basics to Running MySQL in Containers
Code Mala Tang
Code Mala Tang
Nov 4, 2024 · Cloud Native

Master Docker Images: From Basics to Building and Managing Containers

This article explains Docker images as lightweight, immutable templates, details their layered architecture, shows how to build them with Dockerfiles, demonstrates pulling and running images from Docker Hub, and covers essential commands for managing and cleaning up images.

Cloud NativeContainersDocker
0 likes · 12 min read
Master Docker Images: From Basics to Building and Managing Containers
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2024 · Cloud Native

Master Docker and Kubernetes: Core Concepts Explained for Cloud‑Native Beginners

This guide introduces Docker’s architecture, advantages over virtual machines, key components such as Daemon, Images, Containers, CLI, Dockerfile, Compose and Swarm, then explains Kubernetes fundamentals, its architecture, core objects like Pods, Volumes, Deployments, Services, Namespaces, and how they interact through the API.

Cloud NativeContainersDevOps
0 likes · 18 min read
Master Docker and Kubernetes: Core Concepts Explained for Cloud‑Native Beginners
Code Mala Tang
Code Mala Tang
Nov 2, 2024 · Cloud Native

Master Docker Networking: Types, Commands, and Best Practices

This guide explains Docker networking fundamentals, compares bridge, host, none, and overlay networks, shows how to create and manage custom networks, connect containers, expose services, and troubleshoot common issues, providing practical commands and optimization tips for reliable container communication.

ContainersDevOpsDocker
0 likes · 11 min read
Master Docker Networking: Types, Commands, and Best Practices
Architecture and Beyond
Architecture and Beyond
Sep 21, 2024 · Cloud Native

Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges

Cloud native architecture, a modern design paradigm leveraging containers, microservices, CI/CD, and infrastructure-as-code, enables flexible, scalable, and automated applications; this article explores its definition, evolution, core technologies, maturity models, benefits, challenges, and best practices for enterprises transitioning from traditional systems.

Cloud NativeContainersDevOps
0 likes · 37 min read
Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges
21CTO
21CTO
Sep 14, 2024 · Artificial Intelligence

How Kubernetes Powers AI at the Edge: Overcoming Real-World Challenges

This article explores how Kubernetes enables AI workloads at the edge, detailing the challenges of edge environments, the need for sensors and data processing, hybrid VM‑container solutions, and future AI use cases that drive local, real‑time insights.

ContainersEdge ComputingKubernetes
0 likes · 7 min read
How Kubernetes Powers AI at the Edge: Overcoming Real-World Challenges
Infra Learning Club
Infra Learning Club
Sep 11, 2024 · Cloud Native

A Bottom‑Up Learning Path for Containers

The article outlines a comprehensive, bottom‑up learning path for containers, covering Linux container fundamentals, images, runtimes, managers, orchestrators, and non‑Linux implementations, while clarifying common misconceptions, explaining how runtimes like runc work, and comparing Docker, containerd, and Kubernetes.

Cloud NativeContainersDocker
0 likes · 14 min read
A Bottom‑Up Learning Path for Containers
DevOps Operations Practice
DevOps Operations Practice
Aug 5, 2024 · Cloud Native

Understanding Cloud Native: Core Elements, Benefits, and Challenges

The article explains what cloud native means, outlines its four core components—containerization with dynamic orchestration, microservices, DevOps, and CI/CD—describes the advantages such as resource efficiency, rapid delivery, scalability and high availability, and discusses the learning curve, security, and operational complexities involved.

ContainersKubernetesci/cd
0 likes · 5 min read
Understanding Cloud Native: Core Elements, Benefits, and Challenges
vivo Internet Technology
vivo Internet Technology
Jun 19, 2024 · Big Data

Understanding BitMap and Roaring BitMap: Principles, Containers, and Java API Usage

The article explains BitMap fundamentals and introduces Roaring BitMap’s compressed container architecture—Array, BitMap, and Run containers—detailing their conversion logic, Java implementation snippets, performance advantages over traditional BitSets, and practical API usage for high‑performance, memory‑efficient big‑data applications.

Big DataContainersJava
0 likes · 18 min read
Understanding BitMap and Roaring BitMap: Principles, Containers, and Java API Usage
dbaplus Community
dbaplus Community
Jun 11, 2024 · Cloud Native

13 Essential Kubernetes Tricks to Boost Efficiency and Security

This article presents thirteen practical Kubernetes techniques—including graceful shutdown with PreStop hooks, automatic key rotation, temporary debugging containers, custom‑metric HPA, init containers, node affinity, taints and tolerations, pod priority and preemption, ConfigMaps and Secrets, direct API usage, CRDs, and more—each explained with concepts, use‑case scenarios, YAML examples, and important considerations.

ContainersKubernetesbest practices
0 likes · 17 min read
13 Essential Kubernetes Tricks to Boost Efficiency and Security
Open Source Linux
Open Source Linux
May 28, 2024 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This comprehensive guide walks you through Linux container fundamentals, Docker architecture, image lifecycle, command‑line operations, volume handling, Dockerfile creation, network configurations, registry setup, Docker‑Compose orchestration, and best practices for production‑grade container deployments.

ContainersDockerDocker Compose
0 likes · 38 min read
Master Docker: From Basics to Advanced Container Management
dbaplus Community
dbaplus Community
May 20, 2024 · Cloud Computing

Why Kubernetes Is So Expensive and How Serverless Can Slash Costs

The article explains why Kubernetes, once praised for cost savings, now incurs high operational expenses due to container replication, sidecar overhead, and slow startup, and shows how serverless and WebAssembly approaches can dramatically reduce those costs while preserving reliability.

ContainersCost OptimizationKubernetes
0 likes · 14 min read
Why Kubernetes Is So Expensive and How Serverless Can Slash Costs
Liangxu Linux
Liangxu Linux
May 7, 2024 · Cloud Native

Unlocking Docker: From Containers to Compose, Swarm, and Kubernetes

This article explains Docker’s role as a container platform, covering basic concepts like images and Dockerfiles, the architecture of Docker Engine, and how Docker Compose, Swarm, and Kubernetes extend container orchestration across multiple services and hosts.

Cloud NativeContainersDocker
0 likes · 13 min read
Unlocking Docker: From Containers to Compose, Swarm, and Kubernetes
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Apr 19, 2024 · Cloud Native

Understanding Docker: Architecture, Core Components, and Underlying Mechanisms

This article explains Docker’s core architecture—including images, containers, and registries—and details how Linux namespaces, cgroups, and UnionFS work together to provide resource isolation, limitation, and lightweight virtualization, while also offering promotional links to extensive architecture and interview collections.

Cloud NativeContainersDocker
0 likes · 6 min read
Understanding Docker: Architecture, Core Components, and Underlying Mechanisms
Liangxu Linux
Liangxu Linux
Apr 18, 2024 · Cloud Native

How Does Docker Achieve CPU Isolation with cgroups?

Docker uses Linux cgroups to limit and schedule CPU resources for containers, allowing you to set a maximum number of CPU cores per container while keeping the actual cores dynamically allocated, so other processes can still use the remaining CPUs.

ContainersDockerResource Management
0 likes · 7 min read
How Does Docker Achieve CPU Isolation with cgroups?
ITPUB
ITPUB
Apr 9, 2024 · Cloud Native

What Docker Got Right and Wrong in Its First Decade

In a candid ten‑year retrospective, Docker’s former engineering VP outlines three strategic successes—container adoption, developer focus, and community building—and three missteps—confusing users with customers, vague culture definition, and over‑reliance on containers—offering valuable lessons for cloud‑native innovators.

Cloud NativeContainersDocker
0 likes · 9 min read
What Docker Got Right and Wrong in Its First Decade
IT Services Circle
IT Services Circle
Apr 8, 2024 · Cloud Native

Understanding Docker: Architecture, Images, Containers, Compose, Swarm and Their Relationship to Kubernetes

This article explains Docker's core concepts—including images, containers, Dockerfile, registries, and the client‑server architecture—while also covering Docker Compose, Docker Swarm, and how they relate to Kubernetes, providing a concise yet comprehensive overview of containerization and its role in modern cloud‑native development.

Cloud NativeContainersDevOps
0 likes · 15 min read
Understanding Docker: Architecture, Images, Containers, Compose, Swarm and Their Relationship to Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Mar 16, 2024 · Operations

Master Docker Networking: From Bridge to Overlay and Macvlan Explained

This comprehensive guide explains Docker's networking fundamentals, covering network types such as bridge, host, overlay, and macvlan, their drivers, configurations, security considerations, and practical command‑line examples for creating, managing, and troubleshooting container networks in both single‑host and multi‑host environments.

ContainersDockerMacvlan
0 likes · 19 min read
Master Docker Networking: From Bridge to Overlay and Macvlan Explained
Efficient Ops
Efficient Ops
Feb 20, 2024 · Cloud Native

Master Docker Basics: Concepts, Installation, and Core Commands

This guide introduces Docker’s fundamental concepts—including images, containers, registries, and UnionFS—explains how to install Docker on Ubuntu, and provides essential commands for managing images, containers, networks, volumes, and logs, helping you quickly set up and operate containerized environments.

Cloud NativeContainersDevOps
0 likes · 17 min read
Master Docker Basics: Concepts, Installation, and Core Commands
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Feb 19, 2024 · Cloud Native

Unveiling Kubernetes: Architecture, Core Components, and Source Code Deep Dive

This article provides a comprehensive overview of Kubernetes, detailing its fundamental concepts, master‑worker architecture, networking model, security mechanisms, extensibility via custom resources, and an in‑depth examination of key source‑code modules such as kube‑apiserver, etcd, controller‑manager, scheduler, kubelet, and kube‑proxy, with links to the official repository.

Cloud NativeContainersKubernetes
0 likes · 10 min read
Unveiling Kubernetes: Architecture, Core Components, and Source Code Deep Dive
DevOps Operations Practice
DevOps Operations Practice
Feb 16, 2024 · Operations

Linux, Networking, Container, and Monitoring Interview Questions

This article compiles a comprehensive set of interview-style questions covering Linux file handling, CPU metrics, link types, TCP handshakes, process vs thread, TCP/UDP differences, DDoS mitigation, Keepalived operation, TIME_WAIT optimization, container networking, Kubernetes components, deployment strategies, monitoring concepts, Prometheus architecture, and common web‑site operational issues.

ContainersLinuxinterview
0 likes · 4 min read
Linux, Networking, Container, and Monitoring Interview Questions
Architecture Digest
Architecture Digest
Jan 29, 2024 · Backend Development

Key Findings from New Relic's 2023 State of the Java Ecosystem Report

The article summarizes New Relic's 2023 Java ecosystem report, highlighting rapid adoption of Java 17, the decline of older LTS versions, the rise of Amazon Corretto as the leading JDK vendor, widespread containerization, and shifting preferences toward LTS releases and specific garbage collectors.

ContainersEcosystemGarbage Collector
0 likes · 5 min read
Key Findings from New Relic's 2023 State of the Java Ecosystem Report
IT Services Circle
IT Services Circle
Dec 10, 2023 · Databases

Should Production Databases Be Deployed in Docker/Kubernetes? A Critical Analysis

The article critically examines the drawbacks of running production databases inside Docker containers or Kubernetes, arguing that while containers excel for stateless services, they introduce reliability, performance, maintenance, and complexity challenges that make them unsuitable for critical stateful database workloads.

ContainersDockerKubernetes
0 likes · 20 min read
Should Production Databases Be Deployed in Docker/Kubernetes? A Critical Analysis
Java Interview Crash Guide
Java Interview Crash Guide
Nov 3, 2023 · Databases

5 Critical Reasons Docker Isn't Ideal for MySQL

While Docker simplifies many development tasks, this article examines five key drawbacks of running MySQL in containers—including data loss risks, performance bottlenecks, statefulness issues, limited resource isolation, and unsuitable use cases—offering guidance on when to avoid or adapt containerization for databases.

ContainersDockermysql
0 likes · 7 min read
5 Critical Reasons Docker Isn't Ideal for MySQL
Deepin Linux
Deepin Linux
Oct 18, 2023 · Fundamentals

Understanding STL: Vectors, Lists, Iterators, and Container Implementations

This article provides a comprehensive overview of the C++ Standard Template Library, detailing the differences between vectors and lists, memory management, iterator validity, container operations, and implementations of various containers such as deque, set, map, and slist, along with code examples.

C++ContainersData Structures
0 likes · 48 min read
Understanding STL: Vectors, Lists, Iterators, and Container Implementations
Open Source Tech Hub
Open Source Tech Hub
Sep 20, 2023 · Backend Development

How to Extend the Lifetime of Legacy PHP Applications Securely

Legacy PHP apps often face end‑of‑life challenges, but by choosing appropriate hosting, leveraging CloudLinux HardenedPHP, containerization, PECL alternatives, and LTS‑supported frameworks and libraries, you can securely run them longer while minimizing upgrade costs and maintaining compatibility.

ContainersHostingLTS
0 likes · 16 min read
How to Extend the Lifetime of Legacy PHP Applications Securely
Architect's Guide
Architect's Guide
Aug 29, 2023 · Databases

Why Running MySQL in Docker May Not Be Ideal: Data Safety, Performance, and Resource Isolation Issues

This article examines why containerizing MySQL with Docker can be problematic, highlighting data safety concerns, performance degradation due to I/O bottlenecks, state management limitations, and resource isolation challenges, while also presenting scenarios where containerization may be feasible and offering mitigation strategies.

ContainersData SafetyDocker
0 likes · 5 min read
Why Running MySQL in Docker May Not Be Ideal: Data Safety, Performance, and Resource Isolation Issues
MaGe Linux Operations
MaGe Linux Operations
Aug 13, 2023 · Cloud Native

How Pods Really Work: Inside Containers, Namespaces, and cgroups

This article explores the inner workings of Kubernetes Pods by examining how containers share network, IPC, mount, and PID namespaces, how cgroups enforce resource limits, and how similar behavior can be reproduced with Docker, providing hands‑on examples and code snippets for deeper understanding.

ContainersKubernetesNamespaces
0 likes · 19 min read
How Pods Really Work: Inside Containers, Namespaces, and cgroups
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2023 · Operations

Why Docker Makes Local Development Faster, Safer, and Simpler

This article explains how using Docker to create local development environments provides clear advantages—isolated, reproducible setups without relying on company resources, eliminates installation hassles, enables easy cleanup, lowers entry barriers, and showcases step‑by‑step installation, common pitfalls, and running your first container such as Nginx.

ContainersLocal DevelopmentWSL2
0 likes · 5 min read
Why Docker Makes Local Development Faster, Safer, and Simpler
Top Architect
Top Architect
Aug 3, 2023 · Operations

Using nsenter to Access Container Namespaces: Syntax, Options, and Examples

This article explains the nsenter command, its purpose for entering Linux container namespaces, detailed option flags, usage syntax, and practical examples for debugging container networking and other namespaces, while also covering the underlying concepts of namespaces, clone, and setns.

ContainersDockerLinux
0 likes · 10 min read
Using nsenter to Access Container Namespaces: Syntax, Options, and Examples
Sohu Tech Products
Sohu Tech Products
Aug 2, 2023 · Cloud Native

Understanding Docker and Container Technology: From Basics to Underlying Implementation

This article explains Docker and container technology, contrasting it with virtual machines, describing how containers provide lightweight, fast-starting, isolated environments, outlining Docker's core concepts, commands, and underlying Linux kernel features such as namespaces and cgroups, and summarizing their benefits for developers and operations.

Cloud NativeContainersDevOps
0 likes · 11 min read
Understanding Docker and Container Technology: From Basics to Underlying Implementation
Liangxu Linux
Liangxu Linux
Jul 25, 2023 · Cloud Native

Why Docker Revolutionizes Development: From VMs to Lightweight Containers

This article explains how Docker containers provide a lightweight, fast‑starting alternative to virtual machines, detailing their origins, technical differences, core concepts, basic commands, and underlying Linux mechanisms that enable consistent, efficient application deployment across environments.

Cloud NativeContainersDevOps
0 likes · 11 min read
Why Docker Revolutionizes Development: From VMs to Lightweight Containers
System Architect Go
System Architect Go
Jul 11, 2023 · Cloud Native

Container Runtime Internals and Latest Trends (2023)

This article reviews container fundamentals, explains Docker’s architecture and Linux namespaces, cgroups, capabilities, and security mechanisms, then surveys recent developments such as containerd, CRI‑O, rootless containers, alternative runtimes like Podman, Kata, gVisor, and emerging WebAssembly‑based approaches, highlighting trends up to 2023.

ContainersDockerKubernetes
0 likes · 19 min read
Container Runtime Internals and Latest Trends (2023)
AI Cyberspace
AI Cyberspace
Jun 2, 2023 · Fundamentals

How Linux Cgroups and Namespaces Power Modern Containerization

This article traces the evolution of operating‑system level virtualization from the early UNIX chroot to modern Docker containers, explaining the roles of chroot, control groups, various Linux namespaces, their implementation details, and how Docker leverages these mechanisms for isolation and resource management.

ContainersDockerLinux
0 likes · 20 min read
How Linux Cgroups and Namespaces Power Modern Containerization