<?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>V7wt on The IT Hollow</title>
    <link>https://theithollow.com/tags/v7wt/</link>
    <description>Recent content in V7wt on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 04 Jan 2021 21:50:57 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/tags/v7wt/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Enable the Harbor Registry on vSphere 7 with Tanzu</title>
      <link>https://theithollow.com/2021/01/04/enable-the-harbor-registry-on-vsphere-7-with-tanzu/</link>
      <pubDate>Mon, 04 Jan 2021 21:50:57 +0000</pubDate>
      <guid>https://theithollow.com/2021/01/04/enable-the-harbor-registry-on-vsphere-7-with-tanzu/</guid>
      <description>&lt;p&gt;Your Kubernetes clusters are up and running on vSphere 7 with Tanzu and you can&amp;rsquo;t wait to get started on your first project. But before you get to that, you might want to enable the Harbor registry so that you can privately store your own container images and use them with your clusters. Luckily, in vSphere 7 with Tanzu, the Harbor project has been integrated into the solution. You just have to turn it on and set it up.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ingress Routing - TKG Clusters</title>
      <link>https://theithollow.com/2020/09/15/ingress-routing-tkg-clusters/</link>
      <pubDate>Tue, 15 Sep 2020 14:05:00 +0000</pubDate>
      <guid>https://theithollow.com/2020/09/15/ingress-routing-tkg-clusters/</guid>
      <description>&lt;p&gt;If you have been following &lt;a href=&#34;https://theithollow.com/2020/07/14/vsphere-7-with-kubernetes-getting-started-guide/&#34;&gt;the series&lt;/a&gt; so far, you should have a TKG guest cluster in your lab now. The next step is to show how to deploy a simple application and access it through a web browser. This is a pretty trivial task for most Kubernetes operators, but its a good idea to know whats happening in NSX to make these applications available. We&amp;rsquo;ll walk through that in this post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deploying Tanzu Kubernetes Clusters on vSphere 7</title>
      <link>https://theithollow.com/2020/09/09/deploying-tanzu-kubernetes-clusters-on-vsphere-7/</link>
      <pubDate>Wed, 09 Sep 2020 14:15:00 +0000</pubDate>
      <guid>https://theithollow.com/2020/09/09/deploying-tanzu-kubernetes-clusters-on-vsphere-7/</guid>
      <description>&lt;p&gt;This post will focus on deploying Tanzu Kubernetes Grid (TKG) clusters in your vSphere 7 with Tanzu environment. These TKG clusters are the individual Kubernetes clusters that can be shared with teams for their development purposes.&lt;/p&gt;
&lt;p&gt;I know what you&amp;rsquo;re thinking. Didn&amp;rsquo;t we already create a Kubernetes cluster when we setup our Supervisor cluster? The short answer is yes. However the Supervisor cluster is a unique Kubernetes cluster that probably shouldn&amp;rsquo;t be used for normal workloads. We&amp;rsquo;ll discuss this in more detail in a follow-up post. For now, let&amp;rsquo;s focus on how to create them, and later we&amp;rsquo;ll discuss when to use them vs the Supervisor cluster.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create a Content Library for vSphere 7 with Tanzu</title>
      <link>https://theithollow.com/2020/09/08/create-a-content-library-for-vsphere-7-with-tanzu/</link>
      <pubDate>Tue, 08 Sep 2020 14:15:00 +0000</pubDate>
      <guid>https://theithollow.com/2020/09/08/create-a-content-library-for-vsphere-7-with-tanzu/</guid>
      <description>&lt;p&gt;In this post we&amp;rsquo;ll setup a vSphere Content Library so that we can use it with our Tanzu Kubernetes Grid guest clusters. If you&amp;rsquo;re not familiar with Content libraries, you can think of them as a container registry, only for virtual machines.&lt;/p&gt;
&lt;p&gt;Why do we need a content library? Well, the content library be used to store the virtual machine templates that will become Kubernetes nodes when you deploy a TKG guest cluster.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Replace vSphere 7 with Tanzu Certificates</title>
      <link>https://theithollow.com/2020/08/31/replace-vsphere-7-with-tanzu-certificates/</link>
      <pubDate>Mon, 31 Aug 2020 14:45:00 +0000</pubDate>
      <guid>https://theithollow.com/2020/08/31/replace-vsphere-7-with-tanzu-certificates/</guid>
      <description>&lt;p&gt;When setting up your vSphere 7 with Tanzu environment, its a good idea to update the default certificate shipped from VMware with your own certificate. This is a good security practice to ensure that your credentials are protected during logins, and nobody likes to see those pesky certificate warnings in their browsers anyway, am I right?&lt;/p&gt;
&lt;h2 id=&#34;create-and-trust-certificate-authority&#34;&gt;Create and Trust Certificate Authority&lt;/h2&gt;
&lt;p&gt;This section of the blog post is to create a root certificate. In many situations, you won&amp;rsquo;t need to do this since your organization probably already has a certificate authority that can be used to sign certificates as needed. Since I&amp;rsquo;m doing this in a lab, I&amp;rsquo;m going to create a root certificate and make sure my workstation trusts this cert first. After this, we can use the root certificate to sign our vSphere 7 certificates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Connecting to a Supervisor Namespace</title>
      <link>https://theithollow.com/2020/08/24/connecting-to-a-supervisor-namespace/</link>
      <pubDate>Mon, 24 Aug 2020 14:15:00 +0000</pubDate>
      <guid>https://theithollow.com/2020/08/24/connecting-to-a-supervisor-namespace/</guid>
      <description>&lt;p&gt;In this post we&amp;rsquo;ll finally connect to our Supervisor Cluster Namespace through the Kubernetes cli and run some commands for the first time.&lt;/p&gt;
&lt;p&gt;In the &lt;a href=&#34;https://theithollow.com/2020/08/17/creating-supervisor-namespaces/&#34;&gt;last post&lt;/a&gt; we created a namespace within the Supervisor Cluster and assigned some resource allocations and permissions for our example development user. Now it&amp;rsquo;s time to access that namespace so that real work can be done using the platform.&lt;/p&gt;
&lt;p&gt;First, login to vCenter again with the &lt;a href=&#34;mailto:administrator@vsphere.local&#34;&gt;administrator@vsphere.local&lt;/a&gt; account and navigate to the namespace that was previously created. You should see a similar screen where we configured our permissions. In the &lt;code&gt;Status&lt;/code&gt; tile, click one of the links to either open in a browser or copy the URL to then open in a browser.&lt;/p&gt;</description>
    </item>
    <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>vSphere 7 with Tanzu - Getting Started Guide</title>
      <link>https://theithollow.com/2020/07/14/vsphere-7-with-kubernetes-getting-started-guide/</link>
      <pubDate>Tue, 14 Jul 2020 14:16:18 +0000</pubDate>
      <guid>https://theithollow.com/2020/07/14/vsphere-7-with-kubernetes-getting-started-guide/</guid>
      <description>&lt;p&gt;VMware released the new version of vSphere with functionality to build and manage Kubernetes clusters. This series details how to deploy, configure, and use a lab running vSphere 7 with Kubernetes enabled.&lt;/p&gt;
&lt;p&gt;The instructions within this post are broken out into sections. vSphere 7 requires pre-requisites at the vSphere level as well as a full NSX-T deployment. Follow these steps in order to build your own vSphere 7 with Kubernetes lab and start using Kubernetes built right into vSphere.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
