<?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/categories/kubernetes/</link>
    <description>Recent content in Kubernetes on Jose Castrillo</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 10 May 2022 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jose.castrillo.eu/categories/kubernetes/index.xml" rel="self" type="application/rss+xml" />
    <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>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>
