Tag

Containerization

1 views collected around this technical thread.

Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 6, 2025 · Cloud Native

Master Docker’s Core: Namespaces and Cgroups Explained

This article explains Docker’s fundamental technologies—how Linux namespaces provide process, network, and filesystem isolation while cgroups enforce resource limits such as CPU, memory, I/O, and process counts—offering a concise guide for building secure, efficient containerized applications.

ContainerizationDockerLinux
0 likes · 5 min read
Master Docker’s Core: Namespaces and Cgroups Explained
Sohu Tech Products
Sohu Tech Products
May 28, 2025 · Cloud Native

Comprehensive Docker Guide: Installation, Core Commands, Dockerfile, and Docker Compose

This article provides a comprehensive guide to Docker, covering its core concepts, installation steps for CentOS, macOS, and Windows, essential Docker commands, detailed Dockerfile instructions, and an introduction to Docker Compose with practical examples.

ContainerizationDevOpsDocker
0 likes · 45 min read
Comprehensive Docker Guide: Installation, Core Commands, Dockerfile, and Docker Compose
vivo Internet Technology
vivo Internet Technology
Apr 16, 2025 · Big Data

Offline Mixed Deployment of Spark Tasks on Kubernetes: Containerization, Scheduling, and Elastic Resource Management

The article explains how the vivo Internet Big Data team containerized offline Spark jobs and deployed them with the Spark Operator on a mixed online‑offline Kubernetes cluster, using elastic scheduling and resource‑over‑subscription to boost CPU utilization by 30‑40% and handle over 100,000 daily tasks.

Big DataContainerizationElastic Scheduling
0 likes · 36 min read
Offline Mixed Deployment of Spark Tasks on Kubernetes: Containerization, Scheduling, and Elastic Resource Management
Top Architect
Top Architect
Feb 25, 2025 · Backend Development

Why Docker May Not Be Ideal for Running MySQL: N Reasons and Practical Guidance

The article examines why deploying MySQL in Docker containers can lead to data‑security, performance, state‑management and resource‑isolation problems, outlines mitigation strategies, discusses scenarios where containerization is feasible, and concludes with a call for community discussion while also featuring promotional material for AI‑related services.

ContainerizationData SecurityDocker
0 likes · 9 min read
Why Docker May Not Be Ideal for Running MySQL: N Reasons and Practical Guidance
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 22, 2025 · Artificial Intelligence

Deploying DeepSeek Locally with Ollama, Building Personal and Organizational Knowledge Bases, and Integrating with Spring AI

This guide explains how to locally deploy the DeepSeek large‑language model using Ollama on Windows, macOS, and Linux, configure model storage and CORS, build personal and enterprise RAG knowledge bases with AnythingLLM and Open WebUI, and integrate the model into a Spring AI application via Docker and Docker‑Compose.

ContainerizationDeepSeekDocker
0 likes · 16 min read
Deploying DeepSeek Locally with Ollama, Building Personal and Organizational Knowledge Bases, and Integrating with Spring AI
IT Architects Alliance
IT Architects Alliance
Jan 29, 2025 · Cloud Native

Cloud‑Native Architecture vs Traditional Architecture: Benefits, Design, Development, and Migration Strategies

The article compares cloud‑native and traditional architectures, explaining how microservices, containers, and DevOps enable greater flexibility, scalability, resource efficiency, fault tolerance, and faster market response, while outlining migration best practices for enterprises transitioning to the cloud.

Cloud NativeContainerizationDevOps
0 likes · 16 min read
Cloud‑Native Architecture vs Traditional Architecture: Benefits, Design, Development, and Migration Strategies
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Jan 16, 2025 · Cloud Native

Xiaohongshu Large-Scale Cloud-Native Mixed Deployment and Elasticity Practices

Xiaohongshu’s cloud‑native team transformed its over‑90% containerized services by introducing resource‑pooled mixed deployment, fine‑grained unified scheduling, and an elastic container pool with global HPA and cluster autoscaling—driving 35% of resources to mixed use, tens of millions of daily core‑hours, and roughly 30% cost savings while preparing for hybrid‑cloud expansion and FinOps.

ContainerizationPerformance OptimizationResource Scheduling
0 likes · 7 min read
Xiaohongshu Large-Scale Cloud-Native Mixed Deployment and Elasticity Practices
macrozheng
macrozheng
Jan 9, 2025 · Cloud Native

How to Shrink Docker Images from 1.16 GB to 22 MB: Step‑by‑Step Optimization

This article explains Docker fundamentals, outlines why containers are popular, and walks through a practical example of reducing a React app's Docker image size from 1.16 GB to 22 MB using a lightweight Alpine base, multi‑stage builds, and an Nginx final stage.

AlpineContainerizationDocker
0 likes · 8 min read
How to Shrink Docker Images from 1.16 GB to 22 MB: Step‑by‑Step Optimization
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 21, 2024 · Cloud Native

Understanding Docker and Kubernetes: Principles, Architecture, and Deployment Practices

This article explains the fundamentals of containerization by reviewing virtualization concepts, detailing Docker's architecture and Dockerfile syntax, and then introduces Kubernetes' control‑plane and node components, providing step‑by‑step examples for deploying a simple Nginx service and a Java web application on a K8s cluster, both manually and with automation tools.

Cloud NativeContainerizationDeployment
0 likes · 19 min read
Understanding Docker and Kubernetes: Principles, Architecture, and Deployment Practices
58 Tech
58 Tech
Dec 19, 2024 · Big Data

Architecture Evolution and Implementation of the Intelligent Acceleration Engine in the 58 Big Data Platform

The article details the background, architectural analysis, multi‑tenant redesign, engine selection enhancements, compatibility adaptations, stability fixes, containerized deployment, performance optimizations, and measurable business outcomes of the Intelligent Acceleration Engine upgrade using Apache Kyuubi and StarRocks within the 58 big data platform.

Apache KyuubiBig DataContainerization
0 likes · 12 min read
Architecture Evolution and Implementation of the Intelligent Acceleration Engine in the 58 Big Data Platform
Java Tech Enthusiast
Java Tech Enthusiast
Dec 5, 2024 · Cloud Native

Optimizing Docker Images for Lightweight Deployment

By switching to a lightweight Alpine base, employing multi‑stage builds to separate compilation from runtime, and finally serving the React app with an Nginx Alpine image, Docker images can be reduced from over a gigabyte to roughly twenty‑two megabytes, enabling efficient, minimal‑footprint container deployment.

AlpineContainerizationDocker
0 likes · 6 min read
Optimizing Docker Images for Lightweight Deployment
Selected Java Interview Questions
Selected Java Interview Questions
Dec 5, 2024 · Cloud Native

Docker Image Slimming for ReactJS Applications: A Step‑by‑Step Guide

This tutorial demonstrates how to reduce Docker image size for a ReactJS project by switching to Alpine‑based Node images, applying multi‑stage builds, and finally serving the static build with Nginx, shrinking the image from over 1.4 GB to just 22 MB while preserving functionality.

ContainerizationDockerImage Optimization
0 likes · 7 min read
Docker Image Slimming for ReactJS Applications: A Step‑by‑Step Guide
Top Architect
Top Architect
Nov 16, 2024 · Cloud Native

Why Docker May Not Be Suitable for Running MySQL: Data Security, Performance, State, and Resource Isolation Issues

The article examines why deploying MySQL in Docker containers can be problematic, highlighting data‑security risks, performance bottlenecks, state‑management challenges, and limited resource isolation, while also noting specific scenarios where containerizing MySQL might still be viable.

Cloud NativeContainerizationData Security
0 likes · 8 min read
Why Docker May Not Be Suitable for Running MySQL: Data Security, Performance, State, and Resource Isolation Issues
Code Mala Tang
Code Mala Tang
Nov 13, 2024 · Cloud Native

10 Common Docker Anti‑Patterns and How to Fix Them

This article lists ten frequent Docker anti‑patterns—such as using large base images, running as root, and neglecting health checks—and provides practical solutions to improve container efficiency, security, and scalability.

Best PracticesContainerizationDevOps
0 likes · 7 min read
10 Common Docker Anti‑Patterns and How to Fix Them
Lobster Programming
Lobster Programming
Nov 12, 2024 · Databases

Why Deploying MySQL in Docker Can Be Problematic: Scaling & Memory Pitfalls

This article explains why using Docker to host MySQL is generally discouraged, highlighting challenges in database scaling due to container‑exclusive storage, difficulties sharing data files, and memory contention among containers, while also outlining possible synchronization solutions and scenarios where containerized MySQL may still be viable.

ContainerizationDatabase ScalingDocker
0 likes · 4 min read
Why Deploying MySQL in Docker Can Be Problematic: Scaling & Memory Pitfalls
Code Mala Tang
Code Mala Tang
Nov 9, 2024 · Cloud Native

Master Dockerfile: Essential Commands and Optimization Tips for Lean Images

This guide explains Dockerfile fundamentals, key instructions, and best‑practice techniques—such as using minimal base images, reducing layers, leveraging multi‑stage builds, and securing secrets—to help you create smaller, faster, and more secure container images.

Cloud NativeContainerizationDevOps
0 likes · 10 min read
Master Dockerfile: Essential Commands and Optimization Tips for Lean Images
Selected Java Interview Questions
Selected Java Interview Questions
Nov 8, 2024 · Cloud Native

Performance Degradation After Containerization: Analysis and Optimization Strategies

The article examines why applications experience slower performance after being containerized on Kubernetes, presenting benchmark comparisons, analyzing increased soft‑interrupt overhead due to the Calico ipip overlay, and proposing network optimizations such as ipvlan modes and Cilium to restore efficiency.

CiliumContainerizationKubernetes
0 likes · 7 min read
Performance Degradation After Containerization: Analysis and Optimization Strategies
Efficient Ops
Efficient Ops
Nov 3, 2024 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article introduces ten indispensable tools for operations engineers, detailing each tool's functionality, ideal use cases, key advantages, and real‑world examples, plus code snippets and visual illustrations to help you choose the right solution for automation, monitoring, configuration, and container management.

ContainerizationDevOpsMonitoring
0 likes · 9 min read
Top 10 Essential Ops Tools Every Engineer Should Master
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Oct 18, 2024 · Cloud Native

Comparative Study of Batch Compute and Serverless Argo Workflows for Containerized Data Processing

This article compares a cloud‑provider’s closed‑source Batch compute service with the open‑source, serverless Argo Workflows platform, demonstrating how each can orchestrate multi‑stage containerized data‑processing pipelines, detailing configuration, job definitions, dependency handling, and operational trade‑offs.

Argo WorkflowsBatch ComputeCloud Native
0 likes · 12 min read
Comparative Study of Batch Compute and Serverless Argo Workflows for Containerized Data Processing