<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Devops on Roadster</title>
    <link>https://informatux.net/tags/devops/</link>
    <description>Recent content in Devops on Roadster</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 03 Jun 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://informatux.net/tags/devops/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Why Migrating to OpenTofu is Better Than Upgrading Terraform 1.5.7</title>
      <link>https://informatux.net/blog/opentofu-vs-terraform/</link>
      <pubDate>Tue, 03 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://informatux.net/blog/opentofu-vs-terraform/</guid>
      <description>&lt;h2 id=&#34;-if-youre-currently-using-terraform-157-youre-likely-aware-that-it-has-officially-reached-its-end-of-life-at-this-crossroads-many-teams-are-asking-the-same-question-should-we-upgrade-to-the-latest-terraform-release-or-switch-to-opentofu&#34;&gt;🚀 If you’re currently using &lt;strong&gt;Terraform 1.5.7&lt;/strong&gt;, you&amp;rsquo;re likely aware that it has officially reached its &lt;strong&gt;end of life&lt;/strong&gt;. At this crossroads, many teams are asking the same question: &lt;strong&gt;Should we upgrade to the latest Terraform release or switch to OpenTofu?&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Here’s the short answer: &lt;strong&gt;Migrating to OpenTofu is a technically superior and future-proof choice&lt;/strong&gt;. Let’s explore &lt;strong&gt;why&lt;/strong&gt;, focusing on real technical advantages and ecosystem health.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;-1-opentofu-is-a-drop-in-replacement--with-more-control&#34;&gt;🔧 1. OpenTofu is a Drop-in Replacement — With More Control&lt;/h3&gt;&#xA;&lt;p&gt;OpenTofu is &lt;strong&gt;fully open-source&lt;/strong&gt; and &lt;strong&gt;Terraform-compatible&lt;/strong&gt;, particularly up to version 1.5.x. If your infrastructure is built using Terraform 1.5.7, you can migrate to OpenTofu with &lt;strong&gt;minimal changes&lt;/strong&gt; — often a simple replacement of the binary is all it takes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why Ecs Fargate</title>
      <link>https://informatux.net/blog/why-ecs-fargate/</link>
      <pubDate>Sun, 17 Nov 2024 00:10:01 -0600</pubDate>
      <guid>https://informatux.net/blog/why-ecs-fargate/</guid>
      <description>&lt;p&gt;Why Use Amazon ECS and Fargate to Deploy Your Node.js Application?&#xA;In the world of cloud-native development, efficient and scalable deployment strategies are crucial for modern applications. For Node.js developers, leveraging Amazon Elastic Container Service (ECS) and AWS Fargate offers a host of advantages, simplifying deployment, scaling, and management. In this post, we&amp;rsquo;ll explore why ECS and Fargate are excellent choices for deploying Node.js applications.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Serverless Container Management&#xA;No Infrastructure to Manage&#xA;Fargate allows you to run containers without managing the underlying EC2 instances. This serverless model means you don&amp;rsquo;t need to worry about:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Provisioning: No need to select instance types or manage capacity.&#xA;Scaling: Automatic scaling without manual intervention.&#xA;Maintenance: AWS handles OS updates and security patches.&#xA;For Node.js applications, this means you can focus entirely on your app&amp;rsquo;s functionality and not on managing servers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Skill Matrix</title>
      <link>https://informatux.net/blog/skill-matrix/</link>
      <pubDate>Sat, 27 Jul 2024 01:03:02 -0600</pubDate>
      <guid>https://informatux.net/blog/skill-matrix/</guid>
      <description>&lt;p&gt;One draw back of being in the IT industry for so many years is the amount of technologies I&amp;rsquo;ve used in all past projects, this complicates things even more when I&amp;rsquo;m on a interview and I&amp;rsquo;m asked one of the most nonesense questions, whish is:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How many years of experience do you have in ____ technology?&#xA;Just fill whichever technology you want in the blank and as you might know, the answer is mostly nonsense.&#xA;Just to mention a couple of examples:&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The first time I used AWS was back in 2008, back then I was working in a start up company and the product to be built was a brokerage, we where looking into implementing some infrastructure in the newly created AWS but we where unable to do so since at the time, AWS was not PCI compliant. Funny to think about that now, 16 some years later. Now, the fact that I used AWS for the first time that many years ago, does not mean that I am a master of AWS technologies. What it means is that I&amp;rsquo;ve used AWS on and off for the past 16 years and are very comfortable with most of the common tools and services. Recently I worked in a project in which it was my first time using Fargate and ECS. It took me a couple of weeks to get the entire implementation going and it was fun to work with it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bash Search Text</title>
      <link>https://informatux.net/blog/bash-search-text/</link>
      <pubDate>Thu, 19 Jan 2023 13:33:04 -0600</pubDate>
      <guid>https://informatux.net/blog/bash-search-text/</guid>
      <description>&lt;h3 id=&#34;bash-search-text&#34;&gt;Bash Search Text&lt;/h3&gt;&#xA;&lt;p&gt;Creating a bash script to collect specific text from a file is a relatively simple task that can be accomplished using a few basic command line tools. In this post, we will walk through the process step-by-step, so you can start collecting the text you need in no time.&lt;/p&gt;&#xA;&lt;p&gt;First, open a text editor and create a new file. This will be the script file where we will write the commands that will collect the text from the target file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ansible Create Local User</title>
      <link>https://informatux.net/blog/ansible-create-local-user/</link>
      <pubDate>Thu, 19 Jan 2023 08:39:31 -0600</pubDate>
      <guid>https://informatux.net/blog/ansible-create-local-user/</guid>
      <description>&lt;h3 id=&#34;ansible-create-local-user&#34;&gt;Ansible Create Local User&lt;/h3&gt;&#xA;&lt;p&gt;Ansible is a powerful automation tool that can help you manage and automate your infrastructure. One of the many things that Ansible can do is create and manage users, including the ability to add SSH keys for secure access. In this blog post, we will go over how to use Ansible to create a new user and add an SSH key for that user.&lt;/p&gt;&#xA;&lt;p&gt;First, we need to create a new Ansible playbook. A playbook is a YAML file that contains instructions for Ansible on what tasks to execute. The playbook we will create will have two tasks: one to create the new user and one to add the SSH key for that user.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ansible Initial Steps</title>
      <link>https://informatux.net/blog/ansible-initial-steps/</link>
      <pubDate>Tue, 17 Jan 2023 17:05:09 -0600</pubDate>
      <guid>https://informatux.net/blog/ansible-initial-steps/</guid>
      <description>&lt;h3 id=&#34;getting-started-with-ansible&#34;&gt;Getting started with Ansible&lt;/h3&gt;&#xA;&lt;p&gt;Ansible is a powerful tool for automating the configuration and management of servers and infrastructure. In this blog post, we&amp;rsquo;ll go over the basics of how to get started working with Ansible, including how to install it, how to create and run a simple playbook, and how to organize and manage your playbook files.&lt;/p&gt;&#xA;&lt;p&gt;First, let&amp;rsquo;s talk about installation. Ansible is a Python-based tool, so you&amp;rsquo;ll need to have Python installed on your system in order to use it. The easiest way to install Ansible is to use a package manager like pip:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to add a Grafana Telegraf InfluxDB dashboard</title>
      <link>https://informatux.net/blog/grafana-add-dashboard/</link>
      <pubDate>Fri, 21 Oct 2022 00:58:45 -0500</pubDate>
      <guid>https://informatux.net/blog/grafana-add-dashboard/</guid>
      <description>&lt;h2 id=&#34;how-to-add-a-grafana-pre-built-dashboard&#34;&gt;How to add a Grafana pre-built dashboard&lt;/h2&gt;&#xA;&lt;p&gt;Once you have configured your Grafana + InfluxDB + Telegraf host and you have confirmed that you are sending data, the next step you want to perform is to create a dashboard to display it&amp;rsquo;s metrics.&#xA;These are the steps that you&amp;rsquo;ll need to follow to install a pre-built Grafana dashboard.&#xA;We will be using the dashboard listed &lt;a href=&#34;https://grafana.com/grafana/dashboards/928-telegraf-system-dashboard/&#34;&gt;here&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;First you need to go to&lt;/p&gt;</description>
    </item>
    <item>
      <title>Grafana Influxdb Telegraf</title>
      <link>https://informatux.net/blog/grafana-influxdb-telegraf/</link>
      <pubDate>Mon, 17 Oct 2022 21:26:23 -0500</pubDate>
      <guid>https://informatux.net/blog/grafana-influxdb-telegraf/</guid>
      <description>&lt;p&gt;Grafana - InfluxDB - Telegraf Linux Monitoring howto&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;This is a quick tutorial to install Grafana, InfluxDB and Telegraf on a Debian based system&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Grafana has recently become one of the preferred tools for data visualization, this tool provides the users with the required tooling to display data via charts and graphs and these can be unified into one dashboard.&lt;/p&gt;&#xA;&lt;p&gt;InfluxDB is a time series database. This means that it&amp;rsquo;s a collection of observations of well-defined data items resulted through repeated measurements over time. Time series data is indexed in time order which is a sequence of data points.&lt;/p&gt;</description>
    </item>
    <item>
      <title>De regreso al blog</title>
      <link>https://informatux.net/blog/newpost/</link>
      <pubDate>Wed, 01 Jul 2020 21:57:03 -0500</pubDate>
      <guid>https://informatux.net/blog/newpost/</guid>
      <description>&lt;p&gt;Después de mucho tiempo de ausencia, estoy regresando a utilizar Hugo blog para generar contenido.&#xA;En los siguientes días voy a estar escribiendo acerca de las tecnlogías recientes que he estado utilizando en el trabajo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ansible First Steps</title>
      <link>https://informatux.net/blog/ansible-first-steps/</link>
      <pubDate>Wed, 11 Dec 2019 15:25:03 -0600</pubDate>
      <guid>https://informatux.net/blog/ansible-first-steps/</guid>
      <description>&lt;h2 id=&#34;ansible-intro&#34;&gt;Ansible intro&lt;/h2&gt;&#xA;&lt;p&gt;Ansible is a configuration management tool developed and maintained by RedHat. It can be used to install, remove, start, stop, restart and manage configuration files for services on your systems.&#xA;Ansible can automate the state of a set of services and configuration files across an environment no matter the size of it.&#xA;Your infrastructure can be composed of a small set of servers or a large environment across different regions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kong: An intro to API Gateway&#39;s</title>
      <link>https://informatux.net/blog/kong_intro/</link>
      <pubDate>Wed, 09 May 2018 00:00:00 +0000</pubDate>
      <guid>https://informatux.net/blog/kong_intro/</guid>
      <description>&lt;h2 id=&#34;please-take-notice-that-this-blog-post-is-work-in-progress&#34;&gt;Please take notice that this blog post is work in progress&lt;/h2&gt;&#xA;&lt;p&gt;While working on some tasks in the past few weeks, I faced a problem that involved setting a &amp;ldquo;filter&amp;rdquo; for an application that was exposed to the internet.&lt;/p&gt;&#xA;&lt;p&gt;The application receives requests with some data, process it and then it produces an output, the problem was that the application did not have much control on how many requests it could receive in a specific time frame or from which source it could receive this requests.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
