<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: MILAN SURAS</title>
    <description>The latest articles on DEV Community by MILAN SURAS (@milansuras).</description>
    <link>https://dev.to/milansuras</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F794832%2F74c94889-c692-484d-ac89-3b984673f3ff.jpg</url>
      <title>DEV Community: MILAN SURAS</title>
      <link>https://dev.to/milansuras</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/milansuras"/>
    <language>en</language>
    <item>
      <title>Introduction to Chef</title>
      <dc:creator>MILAN SURAS</dc:creator>
      <pubDate>Wed, 16 Aug 2023 14:40:05 +0000</pubDate>
      <link>https://dev.to/milansuras/introduction-to-chef-1mio</link>
      <guid>https://dev.to/milansuras/introduction-to-chef-1mio</guid>
      <description>&lt;p&gt;So What is Chef? Chef serves as a robust configuration management tool. Let's dive into this concept. Imagine having a fleet of multiple servers in operation. This responsibility falls into the hands of system administrators who manage tasks like creation, management, and updates. However, when dealing with a substantial number, say 500 servers, this task becomes considerably intricate. This complexity is where the power of automation shines. &lt;/p&gt;

&lt;p&gt;Now, let's explore the essence of configuration. It encompasses the minutiae of your machine, encompassing factors like version updates, metadata, permissions, and more. And then comes management, which involves the pivotal CRUD operations—Create, Read, Update, Delete. &lt;/p&gt;

&lt;p&gt;Configuration management tools come in two primary types: pull-based and push-based. In the realm of push-based services, the servers take the initiative, sending update notifications directly to your device. This mechanism draws parallels to how tools like WhatsApp function. A notable example of this approach is Ansible, a tool highly regarded for its proficiency.&lt;/p&gt;

&lt;h2&gt;
  
  
  PUSH BASED
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2uJjQPYS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/faie63jhnp7xb5hq2pea.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2uJjQPYS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/faie63jhnp7xb5hq2pea.jpg" alt="Image description" width="330" height="320"&gt;&lt;/a&gt;&lt;br&gt;
eg-Ansible ,Saltstack&lt;/p&gt;

&lt;h2&gt;
  
  
  PULL BASED
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yE22agj1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4sne0o8z4wzg1v4b641p.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yE22agj1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4sne0o8z4wzg1v4b641p.jpg" alt="Image description" width="330" height="188"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Server doesn't tell you to update you have to approach the server&lt;br&gt;
pull configuration node checks with the server ,Periodically and fetches the configuration from it.&lt;br&gt;
       eg -:chef,puppet&lt;/p&gt;

&lt;p&gt;chef is a configuration-management tool which is written in Ruby and Erlang &lt;br&gt;
Configuration management tool turns your code into Infrastructure as code .So your code would be repeatable testable .&lt;/p&gt;

&lt;p&gt;ADVANTAGES&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Complete Automation&lt;/li&gt;
&lt;li&gt; Increase up time&lt;/li&gt;
&lt;li&gt; Improve performance&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>chef</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
