<?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>Popular-Posts on The IT Hollow</title>
    <link>https://theithollow.com/categories/popular-posts/</link>
    <description>Recent content in Popular-Posts on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 08 Jan 2020 15:00:04 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/categories/popular-posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Deploy Kubernetes on vSphere</title>
      <link>https://theithollow.com/2020/01/08/deploy-kubernetes-on-vsphere/</link>
      <pubDate>Wed, 08 Jan 2020 15:00:04 +0000</pubDate>
      <guid>https://theithollow.com/2020/01/08/deploy-kubernetes-on-vsphere/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re struggling to deploy Kubernetes (k8s) clusters, you&amp;rsquo;re not alone. There are a bunch of different ways to deploy Kubernetes and there are different settings depending on what cloud provider you&amp;rsquo;re using. This post will focus on installing Kubernetes on vSphere with Kubeadm. At the end of this post, you should have what you need to manually deploy k8s in a vSphere environment on ubuntu.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; This tutorial uses the &amp;ldquo;in-tree&amp;rdquo; cloud provider for vSphere. This is not the preferred method for deployment going forward. More details can be found &lt;a href=&#34;https://cloud-provider-vsphere.sigs.k8s.io/concepts/in_tree_vs_out_of_tree.html&#34;&gt;here&lt;/a&gt; for reference.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Setup AWS Transit Gateway</title>
      <link>https://theithollow.com/2018/12/12/setup-aws-transit-gateway/</link>
      <pubDate>Wed, 12 Dec 2018 15:00:07 +0000</pubDate>
      <guid>https://theithollow.com/2018/12/12/setup-aws-transit-gateway/</guid>
      <description>&lt;p&gt;Amazon announced a new service at re:Invent 2018 in Las Vegas, called the &lt;a href=&#34;https://aws.amazon.com/transit-gateway/&#34;&gt;AWS Transit Gateway&lt;/a&gt;. The Transit Gateway allows you to connect multiple VPCs together as well as VPN tunnels to on-premises networks through a single gateway device. As a consultant, I talk with customers often, about how they will plan to connect their data center with the AWS cloud, and how to interconnect all of those VPCs. In the past a solution like Aviatrix or a Cisco CSR transit gateway was used which leveraged some EC2 instances that lived within a VPC. You&amp;rsquo;d then connect spoke VPCs together via the use of VPN tunnels. With this new solution, there is a native service from AWS that allows you to do this without the need for VPN tunnels between spoke VPCs and you can use the AWS CLI/CloudFormation or console to deploy everything you need. This post takes you through an example of the setup of the AWS Transit Gateway in my own lab environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manage Multiple AWS Accounts with Role Switching</title>
      <link>https://theithollow.com/2018/04/30/manage-multiple-aws-accounts-with-role-switching/</link>
      <pubDate>Mon, 30 Apr 2018 14:05:52 +0000</pubDate>
      <guid>https://theithollow.com/2018/04/30/manage-multiple-aws-accounts-with-role-switching/</guid>
      <description>&lt;p&gt;A pretty common question that comes up is how to manage multiple accounts within AWS from a user perspective. Multi-Account setups are common to provide control plane separation between Production, Development, Billing and Shared Services accounts but do you need to setup Federation with each of these accounts or create an IAM user in each one? That makes those accounts kind of cumbersome to manage and the more users we have the more chance one of them could get hacked.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Use Amazon CloudWatch Logs Metric Filters to Send Alerts</title>
      <link>https://theithollow.com/2017/12/11/use-amazon-cloudwatch-logs-metric-filters-send-alerts/</link>
      <pubDate>Mon, 11 Dec 2017 16:14:47 +0000</pubDate>
      <guid>https://theithollow.com/2017/12/11/use-amazon-cloudwatch-logs-metric-filters-send-alerts/</guid>
      <description>&lt;p&gt;With all of the services that Amazon has to offer, it can sometimes be difficult to manage your cloud environment. Face it, you need to manage multiple regions, users, storage buckets, accounts, instances and the list just keeps going on. Well the fact that the environment can be so vast might make it difficult to notice if something nefarious is going on in your cloud. Think of it this way, if a new EC2 instance was deployed in one of your most used regions, you might see it and wonder what it was, but if that instance (or 50 instances) was deployed in a region that you never login to, would you notice that?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding AWS Tenancy</title>
      <link>https://theithollow.com/2017/10/16/understanding-aws-tenancy/</link>
      <pubDate>Mon, 16 Oct 2017 15:00:10 +0000</pubDate>
      <guid>https://theithollow.com/2017/10/16/understanding-aws-tenancy/</guid>
      <description>&lt;p&gt;When it comes to deploying EC2 instances within Amazon Web Services VPCs, you may find yourself confused when presented with those tenancy options. This post aims to describe the different options that you have with AWS tenancy and how they might be used.&lt;/p&gt;
&lt;p&gt;First and foremost, what do we mean by tenancy? Well, tenancy determines who is the owner of a resource. It might be easiest to think of tenancy in terms of housing. For instance if you have a house then you could consider it a dedicated tenant since only one family presumably lives there. However, if you have an apartment building, there is a good chance that several families have rooms in a single building which would be more like a shared tenancy model.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding RAID Penalty</title>
      <link>https://theithollow.com/2012/03/21/understanding-raid-penalty/</link>
      <pubDate>Wed, 21 Mar 2012 15:34:22 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/21/understanding-raid-penalty/</guid>
      <description>&lt;p&gt;Determining which type of RAID to use when building a storage solution will largely depend on two things; capacity and performance. Performance is the topic of this post.&lt;/p&gt;
&lt;p&gt;We measure disk performance in IOPS or Input/Output per second. One read request or one write request = 1 IO.  Each disk in you storage system can provide a certain amount of IO based off of the rotational speed, average latency and average seek time.  I&amp;rsquo;ve listed some averages for each type of disk below.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
