;
;

DZone Containers Zone

Recent posts in Containers on DZone.com

Optimizing Java Applications for Arm64 in the Cloud

Java remains one of the most popular languages for enterprise applications running on the cloud. While languages like Go, Rust, JavaScript, and Pyt...
Posted on 26 December 2025 | 9:00 pm

Kubernetes 101: Understanding the Foundation and Getting Started

About This Series This is part 1 of a 5-part series on Kubernetes implementation. These posts cut through the hype to focus on practical decisions:...
Posted on 19 December 2025 | 1:00 pm

Building AI Agents Using Docker cagent and GitHub Models

The landscape of AI development is rapidly evolving, and one of the most exciting developments in 2025 from Docker is the release of Docker cagent....
Posted on 18 December 2025 | 7:00 pm

What Apple’s Native Containers Mean for Docker Users

Did you know you can now run containers natively on macOS? At WWDC 2025, Apple announced Containerization and Container CLI — in other words, nativ...
Posted on 16 December 2025 | 8:00 pm

Beyond Containers: Docker-First Mobile Build Pipelines (Android and iOS) — End-to-End from Code to Artifact

Introduction In many mobile app shops, builds are still done locally (on dev laptops) or through fragile CI scripts. This leads to inconsistent bui...
Posted on 15 December 2025 | 3:00 pm

Synergizing Intelligence and Orchestration: Transforming Cloud Deployments with AI and Kubernetes

Artificial Intelligence  Artificial Intelligence (AI) is reshaping the way today's cloud infrastructure is operated and deployed natively with Kube...
Posted on 12 December 2025 | 5:00 pm

Advanced Docker Security: From Supply Chain Transparency to Network Defense

Introduction: Why Supply Chain and Network Security Matter Now In 2021, the Log4Shell vulnerability exposed a critical weakness in modern software:...
Posted on 11 December 2025 | 3:00 pm

A Guide for Deploying .NET 10 Applications Using Docker's New Workflow

Container deployment has become the cornerstone of scalable, repeatable application delivery. .NET 10 represents the latest evolution of Microsoft'...
Posted on 11 December 2025 | 3:00 pm

How Migrating to Hardened Container Images Strengthens the Secure Software Development Lifecycle

Container images are the key components of the software supply chain. If they are vulnerable, the whole chain is at risk. This is why container ima...
Posted on 10 December 2025 | 7:00 pm

Top 5 Tips to Shrink and Secure Docker Images

I used to settle for Docker images that were massive, sometimes in GBs. I realized that every megabyte matters, impacting everything from deploym...
Posted on 9 December 2025 | 1:00 pm

The "Unified Manifest" Pattern: Automating Blue-Green Deployments on Kubernetes

Kubernetes rolling updates are the default, but they aren't always safe. Here is a pattern to implement automated, drift-free blue-green deployment...
Posted on 8 December 2025 | 2:00 pm

Discover Hidden Patterns with Intelligent K-Means Clustering

What is Clustering Clustering is a type of unsupervised machine learning technique that groups similar data points together. Clustering helps you a...
Posted on 5 December 2025 | 8:00 pm

Designing a CPU-Efficient Redis Cluster Topology

Redis is a popular in-memory data store that has become an essential component of many modern applications. With its high performance, scalability,...
Posted on 5 December 2025 | 7:00 pm

From Containers to WebAssembly: The Next Evolution in Cloud-Native Architecture

When Docker first arrived, it felt like magic. I was working at a fintech startup then, and containers instantly killed the dreaded "works on my ma...
Posted on 5 December 2025 | 5:00 pm

Mastering Fluent Bit: Controlling Logs with Fluent Bit on Kubernetes (update to Part 4)

NOTE: This is a special update to the original Controlling Logs with  Fluent Bit on Kubernetes (Part 4) article published previously. The issue req...
Posted on 27 November 2025 | 6:00 pm

How to Push Docker Images to AWS Elastic Container Repository Using GitHub Actions

GitHub Actions enables the CI/CD, short for continuous integration or continuous deployment, process to build, test, and deploy the code through th...
Posted on 26 November 2025 | 8:00 pm

Top 5 Practices for Building Dockerized MCP Servers

The Model Context Protocol (MCP) is changing how we build software. It provides the "API" for large language models (LLMs) to interact with the rea...
Posted on 26 November 2025 | 7:00 pm

LLMOps Under the Hood: Docker Practices for Large Language Model Deployment

Large language models (LLMs) are everywhere — powering chatbots, copilots, and AI-driven apps across industries. But if you’ve ever tried to run on...
Posted on 26 November 2025 | 3:30 pm

How I Cut Kubernetes Debugging Time by 80% With One Bash Script

Here's the truth about Kubernetes troubleshooting: 80% of your time goes into finding WHAT broke and WHERE it broke. Only 20% goes into actually fi...
Posted on 20 November 2025 | 5:00 pm

Kubernetes CSI Drivers

In the Kubernetes ecosystem, storage has many facets. The most obvious ones are StorageClass, PersistentVolume, and PersistentVolumeClaim. We have ...
Posted on 20 November 2025 | 3:00 pm