<?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>Namespaces on The IT Hollow</title>
    <link>https://theithollow.com/tags/namespaces/</link>
    <description>Recent content in Namespaces on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 17 Aug 2020 14:15:00 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/tags/namespaces/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Creating Supervisor Namespaces</title>
      <link>https://theithollow.com/2020/08/17/creating-supervisor-namespaces/</link>
      <pubDate>Mon, 17 Aug 2020 14:15:00 +0000</pubDate>
      <guid>https://theithollow.com/2020/08/17/creating-supervisor-namespaces/</guid>
      <description>&lt;p&gt;Congratulations, you&amp;rsquo;ve deployed the Workload Management components for your vSphere 7 cluster. If you&amp;rsquo;ve been following along with the series so far, you&amp;rsquo;ll have left off with a workload management cluster created and ready to being configuring your cluster for use with Kubernetes.&lt;/p&gt;
&lt;figure&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2020/08/namespaces0-3.png&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;The next step in the process is to create a namespace. Before we do that, it&amp;rsquo;s probably useful to recap what a namespace is used for.&lt;/p&gt;
&lt;h2 id=&#34;namespaces-the-theory&#34;&gt;Namespaces the Theory&lt;/h2&gt;
&lt;p&gt;Depending on your past experiences, a namespace will likely seem familiar to you in some fashion. If you have a kubernetes background, you&amp;rsquo;ll be familiar with namespaces as a way to set permissions for a group of users (or a project, etc) and for assigning resources. Alternatively, if you have a vSphere background, you&amp;rsquo;re used to using things like Resource Pools to set resource allocation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kubernetes - Namespaces</title>
      <link>https://theithollow.com/2019/02/06/kubernetes-namespaces/</link>
      <pubDate>Wed, 06 Feb 2019 15:00:13 +0000</pubDate>
      <guid>https://theithollow.com/2019/02/06/kubernetes-namespaces/</guid>
      <description>&lt;p&gt;In this post we&amp;rsquo;ll start exploring ways that you might be able to better manage your Kubernetes cluster for security or organizational purposes. Namespaces become a big piece of how your Kubernetes cluster operates and who sees what inside your cluster.&lt;/p&gt;
&lt;h2 id=&#34;namespaces---the-theory&#34;&gt;Namespaces - The Theory&lt;/h2&gt;
&lt;p&gt;The easiest way to think of a namespace is that its a logical separation of your Kubernetes Cluster. Just like you might have segmented a physical server into several virtual severs, we can segment our Kubernetes cluster into namespaces. Namespaces are used to isolate resources within the control plane. For example if we were to deploy a pod in two different namespaces, an administrator running the &amp;ldquo;get pods&amp;rdquo; command may only see the pods in one of the namespaces. The pods could communicate with each other across namespaces however.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
