<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Containers on Technical Notes</title><link>http://luispa.com/en/tags/containers/</link><description>Recent content in Containers on Technical Notes</description><generator>Hugo -- 0.148.0</generator><language>en-US</language><lastBuildDate>Sun, 26 Oct 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://luispa.com/en/tags/containers/index.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes 101</title><link>http://luispa.com/en/posts/2025-10-26-k8s-101/</link><pubDate>Sun, 26 Oct 2025 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2025-10-26-k8s-101/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-k8s.svg" alt="kubernetes logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>&lt;a href="https://kubernetes.io/">Kubernetes&lt;/a> (K8s) is an open-source platform for automating the deployment, scaling, and management of containerized applications. It was built to work with Docker and depending on who you talk to, they&amp;rsquo;ll either say it&amp;rsquo;s hell or a piece of cake. The truth? If you&amp;rsquo;ve struggled with infrastructure (servers, networks), logged many hours with Linux, Docker and containers, it might not be that hellish and it&amp;rsquo;ll depend on how many hours you put in.&lt;/p>
&lt;p>Like most of my posts, this is based on documenting my Home Lab, with hours of testing, things that stop working when you least expect it. But the good thing is you learn a ton and, if you&amp;rsquo;re a bit of a geek, you even have fun. Here&amp;rsquo;s my experience, with tricks, mistakes and everything I wish I&amp;rsquo;d known before starting.&lt;/p>
&lt;br clear="left"/></description></item><item><title>My First Steps with Docker</title><link>http://luispa.com/en/posts/2014-11-01-inicio-docker/</link><pubDate>Sat, 01 Nov 2014 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2014-11-01-inicio-docker/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-microservices1.svg" alt="microservices logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>From what I understood, it&amp;rsquo;s a tool that allows you to package &amp;ldquo;Linux applications and all their dependencies&amp;rdquo; into a self-contained virtual container (something like sandboxes). That doesn&amp;rsquo;t tell us much, but what if I tell you that you can run your Linux applications (thanks to the Docker daemon) always in the same way on any platform? (for example Windows or macOS by using a super lightweight virtual machine, VirtualBox-style). Now that&amp;rsquo;s cool.&lt;/p>
&lt;br clear="left"/></description></item></channel></rss>