<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Containerization on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/containerization/</link><description>Recent content in Containerization on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Sat, 16 May 2026 17:45:02 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/containerization/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Learn Kubernetes</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/02-module/001-how-to-learn-kubernetes/</link><pubDate>Tue, 15 Jul 2025 14:05:40 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/02-module/001-how-to-learn-kubernetes/</guid><description>&lt;p class="lead text-primary"&gt;
This document explains the key prerequisites for learning Kubernetes, including containerization, cloud basics, YAML configuration, networking fundamentals, and terminal proficiency. It provides practical advice and resources to help build a strong foundation before diving into Kubernetes itself.
&lt;/p&gt;
&lt;hr&gt;

&lt;blockquote class="alert alert-info" role="alert"&gt;
 &lt;p class="alert-heading fw-bold"&gt;
 &lt;svg aria-hidden="true" class="bi bi-info-circle hi-svg-inline me-1 me-lg-2" fill="currentColor" height="1em" viewBox="0 0 16 16" width="1em" xmlns="http://www.w3.org/2000/svg"&gt;
 &lt;path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/&gt;
 &lt;path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/&gt;
&lt;/svg&gt;Note
 &lt;/p&gt;</description></item><item><title>Docker Architecture</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/01-module/005-docker-architecture/</link><pubDate>Sun, 06 Jul 2025 09:37:22 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/01-module/005-docker-architecture/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores Docker's client-server architecture, examining the interaction between Docker client, host, and registry components. It details daemon functionality, registry operations, and provides a comprehensive walkthrough of the containerization process from image creation to container deployment.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="docker-architecture-overview"&gt;Docker Architecture Overview&lt;/h2&gt;
&lt;p&gt;Docker utilizes a client-server architecture that provides a complete application environment for containerization. This architecture enables efficient container management through well-defined components that work together seamlessly.&lt;/p&gt;
&lt;p&gt;The Docker architecture consists of three primary components that interact to deliver containerization capabilities. Each component serves a specific role in the container lifecycle, from development to deployment and distribution.&lt;/p&gt;</description></item><item><title>Introduction to Docker</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/01-module/002-introduction-to-docker/</link><pubDate>Sun, 06 Jul 2025 03:36:22 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/01-module/002-introduction-to-docker/</guid><description>&lt;p class="lead text-primary"&gt;
This document provides a comprehensive introduction to Docker, covering its definition, architecture, underlying technology, and core benefits. It explores Docker's process methodology, integration with DevOps practices, and identifies scenarios where Docker may not be the optimal solution.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="docker-overview-and-definition"&gt;Docker Overview and Definition&lt;/h2&gt;
&lt;p&gt;Docker is an open platform for developing, shipping, and running applications as containers. Available since 2013, Docker has become the industry standard for containerization technology. Docker transforms how applications are packaged, distributed, and deployed across different environments.&lt;/p&gt;</description></item><item><title>Introduction to Containers</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/01-module/001-introduction-to-container/</link><pubDate>Sun, 06 Jul 2025 03:21:41 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/09-introduction-to-containers/01-module/001-introduction-to-container/</guid><description>&lt;p class="lead text-primary"&gt;
This document explores container technology fundamentals, covering container characteristics, benefits, challenges, and popular vendors. It demonstrates how containers solve traditional computing issues and serve as the foundation for cloud-native application development and deployment solutions.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="container-technology-overview"&gt;Container Technology Overview&lt;/h2&gt;
&lt;p&gt;Container technology represents a revolutionary approach to software development and deployment that addresses many traditional computing challenges. Containers provide a standardized way to package applications with all their dependencies, making them portable across different environments and platforms.&lt;/p&gt;</description></item><item><title>Docker Setup</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/003-docker-setup/</link><pubDate>Sat, 12 Apr 2025 09:50:11 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/003-docker-setup/</guid><description>&lt;p class="lead text-primary"&gt;
Complete guide to setting up Hugo with Docker for your HBStack site. Covers Docker installation, configuration, and containerized development workflows.
&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Using Docker with Hugo simplifies development by providing a consistent environment across different systems.&lt;/p&gt;</description></item></channel></rss>