<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kubernetes on Jose Castrillo</title>
    <link>https://jose.castrillo.eu/tags/kubernetes/</link>
    <description>Recent content in Kubernetes on Jose Castrillo</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 28 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jose.castrillo.eu/tags/kubernetes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>DevOps Projects</title>
      <link>https://jose.castrillo.eu/page/py/</link>
      <pubDate>Sat, 28 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/page/py/</guid>
      <description>Senior DevOps Engineer - Projects &amp;amp; Professional Journey</description>
    </item>
    <item>
      <title>My Career Journey</title>
      <link>https://jose.castrillo.eu/page/jose/</link>
      <pubDate>Sat, 28 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/page/jose/</guid>
      <description>Senior DevOps Engineer - Projects &amp;amp; Professional Journey</description>
    </item>
    <item>
      <title>Linux on Business</title>
      <link>https://jose.castrillo.eu/post/linux-better-solution/</link>
      <pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/linux-better-solution/</guid>
      <description>&lt;p&gt;Why Linux 🐧? the question isn&amp;rsquo;t why Linux ? the real question is why not ? did you try it?&lt;/p&gt;
&lt;p&gt;Linux is widely regarded as the best option for development, DevOps, hybrid cloud solutions, and even as a desktop for home and office environments due to its open-source nature, robust ecosystem, scalability, security, and cost-effectiveness. Its flexibility allows seamless integration across diverse platforms, from small IoT devices to large-scale cloud infrastructures, making it the backbone of modern technology stacks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>csi interface for eks by terraform</title>
      <link>https://jose.castrillo.eu/post/efs-csi-eks-tf/</link>
      <pubDate>Tue, 10 May 2022 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/efs-csi-eks-tf/</guid>
      <description>&lt;p&gt;It has been a while since my last post, I was busy these last couples of weeks; meanwhile I&amp;rsquo;ve learned how to implement a csi interface on eks (aws k8s) and it&amp;rsquo;s pretty interesting on AWS by EKS service, thus I though it can be useful this content into a post.&lt;/p&gt;
&lt;p&gt;Requirements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You will need your eks already running.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;rsquo;ll point each tools, techs, etc I used on this procedure:&lt;/p&gt;</description>
    </item>
    <item>
      <title>/prometheus/data/chunks_head/ troubleshoot</title>
      <link>https://jose.castrillo.eu/post/prometheus-troubleshooting/</link>
      <pubDate>Mon, 22 Feb 2021 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/prometheus-troubleshooting/</guid>
      <description>&lt;p&gt;I will share a little workaround in order to re-establish Prometheus service back in the game.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Origin of issue:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;rsquo;ve had an issue with my local network at home by the ISP provider, I had have shut down my RaspberryPi and other devices.&lt;/p&gt;
&lt;p&gt;Then when I could solved the issue and all my devices were up and running I checked up my services and I found that Prometheus got stuck by a &lt;em&gt;&amp;ldquo;mmap: invalid argument&amp;rdquo;&lt;/em&gt; message.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enable &#34;Kubectl&#34; auto-completion in the Shell (Linux)</title>
      <link>https://jose.castrillo.eu/post/k8s-gcp-post/</link>
      <pubDate>Sun, 25 Nov 2018 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/k8s-gcp-post/</guid>
      <description>&lt;p&gt;When you&amp;rsquo;ve done the &lt;a href=&#34;https://cloud.google.com/sdk/docs/&#34;&gt;SDK&lt;/a&gt; installation in your Linux workstation. list the components you have installed, then you will see the full list additional components from gcp SDK:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;gcloud components list
gcloud components install &amp;lt;COMPONENT_ID&amp;gt;
gcloud components install kubectl
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Then follow the instruction from the kubernetes official &lt;a href=&#34;https://kubernetes.io/docs/tasks/tools/install-kubectl/&#34;&gt;documentation&lt;/a&gt;, check the &amp;ldquo;bash-completion&amp;rdquo; and finally issue the command below:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;echo &amp;#34;source &amp;lt;(kubectl completion bash)&amp;#34; &amp;gt;&amp;gt; ~/.bashrc
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Even you can go directly through your .bashrc (sudo) to add manually, it should look like:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
