<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Blue Matador Blog</title>
    <link>https://www.bluematador.com/blog</link>
    <description>Our blog gives devops engineers the data, insights, tutorials, and help they need to solve their problems in AWS and Kubernetes.</description>
    <language>en-us</language>
    <pubDate>Tue, 22 Mar 2022 05:32:43 GMT</pubDate>
    <dc:date>2022-03-22T05:32:43Z</dc:date>
    <dc:language>en-us</dc:language>
    <item>
      <title>How to Delete Pods from a Kubernetes Node</title>
      <link>https://www.bluematador.com/blog/safely-removing-pods-from-a-kubernetes-node</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/safely-removing-pods-from-a-kubernetes-node" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/www/Icons/bluematador-kubernetes-125w.png" alt="Blue Kubernetes logo" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;When administering your Kubernetes cluster, you will likely run into a situ&lt;span style="background-color: transparent;"&gt;ation where you need to delete pods &lt;/span&gt;&lt;span style="background-color: transparent;"&gt;from one of your nodes. You may need to debug issues with the node itself, upgrade the node, or simply scale down your cluster.&lt;/span&gt;&lt;/p&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/safely-removing-pods-from-a-kubernetes-node" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/www/Icons/bluematador-kubernetes-125w.png" alt="Blue Kubernetes logo" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;When administering your Kubernetes cluster, you will likely run into a situ&lt;span style="background-color: transparent;"&gt;ation where you need to delete pods &lt;/span&gt;&lt;span style="background-color: transparent;"&gt;from one of your nodes. You may need to debug issues with the node itself, upgrade the node, or simply scale down your cluster.&lt;/span&gt;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fsafely-removing-pods-from-a-kubernetes-node&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>Kubernetes</category>
      <category>Blue Matador</category>
      <pubDate>Wed, 08 Dec 2021 05:46:00 GMT</pubDate>
      <author>keilan@bluematador.com (Keilan Jackson)</author>
      <guid>https://www.bluematador.com/blog/safely-removing-pods-from-a-kubernetes-node</guid>
      <dc:date>2021-12-08T05:46:00Z</dc:date>
    </item>
    <item>
      <title>How to Monitor AWS SQS with CloudWatch</title>
      <link>https://www.bluematador.com/blog/how-to-monitor-amazon-sqs-with-cloudwatch</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/how-to-monitor-amazon-sqs-with-cloudwatch" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/How%20to%20Monitor%20Amazon%20SQS%20with%20CloudWatch/BM-how-to-monitor-amazon-sqs-with-cloudwatch-post-7.jpg" alt="BM-how-to-monitor-amazon-sqs-with-cloudwatch-post-7" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;&lt;span style="background-color: transparent;"&gt;AWS SQS is a message queuing service that allows you to send and receive huge numbers of messages from a queue using a simple API. Using Amazon SQS, without setting up any infrastructure, you can have a distributed and fault tolerant queuing system. &lt;/span&gt;&lt;/p&gt; 
&lt;a&gt;&lt;/a&gt; 
&lt;p&gt;&lt;span style="background-color: transparent;"&gt;Since SQS is a managed service, you have less visibility with traditional monitoring tools. As such, it becomes even more important to take advantage of the available monitoring tools in AWS. In this post, we’ll explain how to use CloudWatch and what is important to watch to have proper AWS SQS monitoring.&lt;/span&gt;&lt;/p&gt; 
&lt;blockquote&gt; 
&lt;/blockquote&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/how-to-monitor-amazon-sqs-with-cloudwatch" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/How%20to%20Monitor%20Amazon%20SQS%20with%20CloudWatch/BM-how-to-monitor-amazon-sqs-with-cloudwatch-post-7.jpg" alt="BM-how-to-monitor-amazon-sqs-with-cloudwatch-post-7" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;&lt;span style="background-color: transparent;"&gt;AWS SQS is a message queuing service that allows you to send and receive huge numbers of messages from a queue using a simple API. Using Amazon SQS, without setting up any infrastructure, you can have a distributed and fault tolerant queuing system. &lt;/span&gt;&lt;/p&gt; 
&lt;a&gt;&lt;/a&gt; 
&lt;p&gt;&lt;span style="background-color: transparent;"&gt;Since SQS is a managed service, you have less visibility with traditional monitoring tools. As such, it becomes even more important to take advantage of the available monitoring tools in AWS. In this post, we’ll explain how to use CloudWatch and what is important to watch to have proper AWS SQS monitoring.&lt;/span&gt;&lt;/p&gt; 
&lt;blockquote&gt; 
&lt;/blockquote&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fhow-to-monitor-amazon-sqs-with-cloudwatch&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>AWS</category>
      <pubDate>Fri, 30 Oct 2020 16:44:55 GMT</pubDate>
      <author>mark@bluematador.com (Mark Siebert)</author>
      <guid>https://www.bluematador.com/blog/how-to-monitor-amazon-sqs-with-cloudwatch</guid>
      <dc:date>2020-10-30T16:44:55Z</dc:date>
    </item>
    <item>
      <title>How to Monitor AWS Kinesis with CloudWatch</title>
      <link>https://www.bluematador.com/blog/how-to-monitor-aws-kinesis-with-cloudwatch</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/how-to-monitor-aws-kinesis-with-cloudwatch" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/How%20to%20Monitor%20AWS%20Kinesis%20with%20CloudWatch/BM-Article-AWS-How-to-Monitor-AWS-Kinesis-with-CloudWatch.jpg" alt="How to Monitor AWS Kinesis with CloudWatch" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;&lt;span style="font-weight: 400;"&gt;If you’re using AWS Kinesis in your application, you’ll want to monitor your Kinesis streams to make sure they are healthy and that your producers and consumers are interacting with them correctly. &lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-weight: 400;"&gt;&lt;span&gt;CloudWatch exposes many metrics that can help you determine the health of your Kinesis streams, but it can be a pain to set up. In this post, we’ll discuss the metrics that are most helpful,&lt;/span&gt;&amp;nbsp;how to get CloudWatch up and monitoring your Kinesis streams, plus an easier alternative.&lt;/span&gt;&lt;/p&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/how-to-monitor-aws-kinesis-with-cloudwatch" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/How%20to%20Monitor%20AWS%20Kinesis%20with%20CloudWatch/BM-Article-AWS-How-to-Monitor-AWS-Kinesis-with-CloudWatch.jpg" alt="How to Monitor AWS Kinesis with CloudWatch" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;&lt;span style="font-weight: 400;"&gt;If you’re using AWS Kinesis in your application, you’ll want to monitor your Kinesis streams to make sure they are healthy and that your producers and consumers are interacting with them correctly. &lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-weight: 400;"&gt;&lt;span&gt;CloudWatch exposes many metrics that can help you determine the health of your Kinesis streams, but it can be a pain to set up. In this post, we’ll discuss the metrics that are most helpful,&lt;/span&gt;&amp;nbsp;how to get CloudWatch up and monitoring your Kinesis streams, plus an easier alternative.&lt;/span&gt;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fhow-to-monitor-aws-kinesis-with-cloudwatch&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>AWS</category>
      <pubDate>Thu, 22 Oct 2020 23:04:13 GMT</pubDate>
      <author>mark@bluematador.com (Mark Siebert)</author>
      <guid>https://www.bluematador.com/blog/how-to-monitor-aws-kinesis-with-cloudwatch</guid>
      <dc:date>2020-10-22T23:04:13Z</dc:date>
    </item>
    <item>
      <title>Comparing the best infrastructure monitoring tools</title>
      <link>https://www.bluematador.com/blog/comparing-the-best-infrastructure-monitoring-tools-for-devops</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/comparing-the-best-infrastructure-monitoring-tools-for-devops" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/Comparing-the-best-infrastructure-monitoring-tools-for-DevOps.jpg" alt="Comparing the best infrastructure monitoring tools for DevOps" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;A lot of engineers think a project is done once the code is live. In a perfect world, that could be true—alas, commits are rarely free of problems. For companies that have a lot of focus on dev but little on ops, this can quickly turn into a nightmare.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Fortunately, there are a lot of infrastructure monitoring tools out there that can help marry DevOps and keep your apps, websites, and processes running smoothly.&lt;/p&gt; 
&lt;p&gt;In this post, we’ll go over some of the most popular DevOps monitoring tools available, plus how they compare.&lt;/p&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/comparing-the-best-infrastructure-monitoring-tools-for-devops" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/Comparing-the-best-infrastructure-monitoring-tools-for-DevOps.jpg" alt="Comparing the best infrastructure monitoring tools for DevOps" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;A lot of engineers think a project is done once the code is live. In a perfect world, that could be true—alas, commits are rarely free of problems. For companies that have a lot of focus on dev but little on ops, this can quickly turn into a nightmare.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Fortunately, there are a lot of infrastructure monitoring tools out there that can help marry DevOps and keep your apps, websites, and processes running smoothly.&lt;/p&gt; 
&lt;p&gt;In this post, we’ll go over some of the most popular DevOps monitoring tools available, plus how they compare.&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fcomparing-the-best-infrastructure-monitoring-tools-for-devops&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <pubDate>Mon, 19 Oct 2020 21:25:55 GMT</pubDate>
      <author>marketing@bluematador.com (Blue Matador)</author>
      <guid>https://www.bluematador.com/blog/comparing-the-best-infrastructure-monitoring-tools-for-devops</guid>
      <dc:date>2020-10-19T21:25:55Z</dc:date>
    </item>
    <item>
      <title>Function concurrency limits and throttling in AWS Lambda</title>
      <link>https://www.bluematador.com/blog/why-aws-lambda-throttles-functions</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/why-aws-lambda-throttles-functions" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/Why-AWS-Lambda-Throttles-Functions/BM-Article-AWS-Lambda-Throttles-Functions.jpg" alt="BM-Article-AWS-Lambda-Throttles-Functions" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;&lt;span style="font-weight: 400;"&gt;Have you noticed recently that your AWS Lambda invocation requests are getting throttled? If so, your Lambda functions are probably not running as designed. Let’s examine the possible causes of and solutions to poor Lambda performance.&lt;/span&gt;&lt;/p&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/why-aws-lambda-throttles-functions" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/Why-AWS-Lambda-Throttles-Functions/BM-Article-AWS-Lambda-Throttles-Functions.jpg" alt="BM-Article-AWS-Lambda-Throttles-Functions" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;&lt;span style="font-weight: 400;"&gt;Have you noticed recently that your AWS Lambda invocation requests are getting throttled? If so, your Lambda functions are probably not running as designed. Let’s examine the possible causes of and solutions to poor Lambda performance.&lt;/span&gt;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fwhy-aws-lambda-throttles-functions&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>AWS</category>
      <pubDate>Wed, 14 Oct 2020 23:10:16 GMT</pubDate>
      <author>mark@bluematador.com (Mark Siebert)</author>
      <guid>https://www.bluematador.com/blog/why-aws-lambda-throttles-functions</guid>
      <dc:date>2020-10-14T23:10:16Z</dc:date>
    </item>
    <item>
      <title>How to estimate your AWS costs</title>
      <link>https://www.bluematador.com/blog/how-to-estimate-your-aws-costs</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/how-to-estimate-your-aws-costs" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/How-to-keep-an-eye-on-your-AWS-costs.jpg" alt="How to keep an eye on your AWS costs" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Amazon Web Services (AWS) is pretty much ubiquitous these days, with everyone from tiny startups to large enterprises using the cloud service to run their apps, websites, and processes.&lt;/p&gt; 
&lt;p&gt;For small businesses, being able to predict your budgets is paramount. Unfortunately, AWS costs can be very difficult to forecast.&lt;/p&gt; 
&lt;p&gt;In this blog, we’ll go over the pros and cons of the tools available to help you estimate your AWS costs.&lt;/p&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/how-to-estimate-your-aws-costs" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/How-to-keep-an-eye-on-your-AWS-costs.jpg" alt="How to keep an eye on your AWS costs" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Amazon Web Services (AWS) is pretty much ubiquitous these days, with everyone from tiny startups to large enterprises using the cloud service to run their apps, websites, and processes.&lt;/p&gt; 
&lt;p&gt;For small businesses, being able to predict your budgets is paramount. Unfortunately, AWS costs can be very difficult to forecast.&lt;/p&gt; 
&lt;p&gt;In this blog, we’ll go over the pros and cons of the tools available to help you estimate your AWS costs.&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fhow-to-estimate-your-aws-costs&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>AWS</category>
      <pubDate>Fri, 09 Oct 2020 14:45:00 GMT</pubDate>
      <author>marketing@bluematador.com (Blue Matador)</author>
      <guid>https://www.bluematador.com/blog/how-to-estimate-your-aws-costs</guid>
      <dc:date>2020-10-09T14:45:00Z</dc:date>
    </item>
    <item>
      <title>What is an inode and what are they used for?</title>
      <link>https://www.bluematador.com/blog/what-is-an-inode-and-what-are-they-used-for</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/what-is-an-inode-and-what-are-they-used-for" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/What-is-an-inode-and-what-are-they-used-for.jpg" alt="What is an inode and what are they used for?" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Inodes, speculated to be short for “index nodes,”&amp;nbsp; have been around since the introduction of the first UNIX file system around the late 1970s.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;They were adopted into Linux in the 90s—and for good reason. They’re an excellent way to keep track of how your files are stored, and the method many systems are still based on today.&lt;br&gt;&lt;/p&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/what-is-an-inode-and-what-are-they-used-for" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/What-is-an-inode-and-what-are-they-used-for.jpg" alt="What is an inode and what are they used for?" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Inodes, speculated to be short for “index nodes,”&amp;nbsp; have been around since the introduction of the first UNIX file system around the late 1970s.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;They were adopted into Linux in the 90s—and for good reason. They’re an excellent way to keep track of how your files are stored, and the method many systems are still based on today.&lt;br&gt;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fwhat-is-an-inode-and-what-are-they-used-for&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <pubDate>Tue, 29 Sep 2020 22:01:41 GMT</pubDate>
      <author>marketing@bluematador.com (Blue Matador)</author>
      <guid>https://www.bluematador.com/blog/what-is-an-inode-and-what-are-they-used-for</guid>
      <dc:date>2020-09-29T22:01:41Z</dc:date>
    </item>
    <item>
      <title>How we went from kops to EKS in production</title>
      <link>https://www.bluematador.com/blog/moving-to-eks-in-production</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/moving-to-eks-in-production" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/Moving%20to%20EKS%20in%20Production/moving-to-eks-in-production.jpg" alt="How we went from kops to EKS in production" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Amazon’s EKS service (Elastic Container Service for Kubernetes) allows you to create a Kubernetes control plane in your AWS account without having to configure Kubernetes master nodes, etcd, or the api servers. In this blog post we will cover the motivation for using EKS, the preparation required to create an EKS cluster, how to configure EKS in Terraform, and how to set up kube2iam with EKS.&lt;/p&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/moving-to-eks-in-production" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/Moving%20to%20EKS%20in%20Production/moving-to-eks-in-production.jpg" alt="How we went from kops to EKS in production" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Amazon’s EKS service (Elastic Container Service for Kubernetes) allows you to create a Kubernetes control plane in your AWS account without having to configure Kubernetes master nodes, etcd, or the api servers. In this blog post we will cover the motivation for using EKS, the preparation required to create an EKS cluster, how to configure EKS in Terraform, and how to set up kube2iam with EKS.&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fmoving-to-eks-in-production&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>AWS</category>
      <category>Kubernetes</category>
      <pubDate>Fri, 25 Sep 2020 17:29:19 GMT</pubDate>
      <author>keilan@bluematador.com (Keilan Jackson)</author>
      <guid>https://www.bluematador.com/blog/moving-to-eks-in-production</guid>
      <dc:date>2020-09-25T17:29:19Z</dc:date>
    </item>
    <item>
      <title>2 ways to set up static IP addresses for ALB</title>
      <link>https://www.bluematador.com/blog/static-ips-for-aws-application-load-balancer</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/static-ips-for-aws-application-load-balancer" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/Static%20IPs%20for%20AWS%20Application%20Load%20Balancer/Static-IPs-for-AWS-Application-Load-Balancer2.jpg" alt="2 ways to set up static IP addresses for ALB" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;One highly requested feature of AWS’s Application Load Balancer (ALB) is the ability to assign static IP addresses. Unfortunately, ALBs do not support this feature and it is unlikely they will in the near future. Today, the only way to achieve static IP addresses for your application behind an ALB is to add another layer in between the client and your ALB which does have a static IP address, and then forward requests to your ALB. In this blog post, we will go over two solutions you can implement to get static IP addresses for your ALB.&lt;/p&gt; 
&lt;blockquote&gt;&lt;/blockquote&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/static-ips-for-aws-application-load-balancer" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/Static%20IPs%20for%20AWS%20Application%20Load%20Balancer/Static-IPs-for-AWS-Application-Load-Balancer2.jpg" alt="2 ways to set up static IP addresses for ALB" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;One highly requested feature of AWS’s Application Load Balancer (ALB) is the ability to assign static IP addresses. Unfortunately, ALBs do not support this feature and it is unlikely they will in the near future. Today, the only way to achieve static IP addresses for your application behind an ALB is to add another layer in between the client and your ALB which does have a static IP address, and then forward requests to your ALB. In this blog post, we will go over two solutions you can implement to get static IP addresses for your ALB.&lt;/p&gt; 
&lt;blockquote&gt;&lt;/blockquote&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fstatic-ips-for-aws-application-load-balancer&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>AWS</category>
      <pubDate>Wed, 16 Sep 2020 20:37:12 GMT</pubDate>
      <author>keilan@bluematador.com (Keilan Jackson)</author>
      <guid>https://www.bluematador.com/blog/static-ips-for-aws-application-load-balancer</guid>
      <dc:date>2020-09-16T20:37:12Z</dc:date>
    </item>
    <item>
      <title>Building and deploying a Docker image to a Kubernetes cluster</title>
      <link>https://www.bluematador.com/blog/building-and-deploying-to-kubernetes</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/building-and-deploying-to-kubernetes" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/An%20Introduction%20to%20Kubernetes%20DaemonSets/An-Introduction-to-Kubernetes-DaemonSets.2.jpg" alt="Blue background with Kubernetes logo pattern" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Deploying Docker images to Kubernetes is a great way to run your application in an easily scalable way. Getting started with your first Kubernetes deployment can be a little daunting if you are new to Docker and Kubernetes, but with a little bit of preparation, your application will be running in no time. In this blog post, we will cover the basic steps needed to build Docker images and deploy them to a Kubernetes cluster. The topics we will cover are:&lt;/p&gt; 
&lt;a&gt;&lt;/a&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="#building"&gt;Building Docker images&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#Storing-Docker-Images"&gt;Storing Docker images&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#deployingk"&gt;Deploying with kubectl&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#managing-configuration"&gt;Managing configuration&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#build-systems"&gt;Creating build systems&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#monitor"&gt;Monitoring&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt;</description>
      <content:encoded>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.bluematador.com/blog/building-and-deploying-to-kubernetes" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.bluematador.com/hubfs/blog/new/An%20Introduction%20to%20Kubernetes%20DaemonSets/An-Introduction-to-Kubernetes-DaemonSets.2.jpg" alt="Blue background with Kubernetes logo pattern" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Deploying Docker images to Kubernetes is a great way to run your application in an easily scalable way. Getting started with your first Kubernetes deployment can be a little daunting if you are new to Docker and Kubernetes, but with a little bit of preparation, your application will be running in no time. In this blog post, we will cover the basic steps needed to build Docker images and deploy them to a Kubernetes cluster. The topics we will cover are:&lt;/p&gt; 
&lt;a&gt;&lt;/a&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href="#building"&gt;Building Docker images&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#Storing-Docker-Images"&gt;Storing Docker images&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#deployingk"&gt;Deploying with kubectl&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#managing-configuration"&gt;Managing configuration&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#build-systems"&gt;Creating build systems&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;a href="#monitor"&gt;Monitoring&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=3917309&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.bluematador.com%2Fblog%2Fbuilding-and-deploying-to-kubernetes&amp;amp;bu=https%253A%252F%252Fwww.bluematador.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>Kubernetes</category>
      <pubDate>Thu, 10 Sep 2020 17:55:33 GMT</pubDate>
      <author>keilan@bluematador.com (Keilan Jackson)</author>
      <guid>https://www.bluematador.com/blog/building-and-deploying-to-kubernetes</guid>
      <dc:date>2020-09-10T17:55:33Z</dc:date>
    </item>
  </channel>
</rss>
