Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 8, 2024Why Choose Ansible Over Chef or Puppet: A Deep Dive into Passwordless Configuration ManagementIn the past, at some companies, if developers wanted to update system configurations, they had to submit a ticket to the system administrator. Typically, there was one system administrator responsible for updating 50 systems from an office. The admin...1 likeansible
Utsav Sonkarsigmadevutsav.hashnode.dev·Sep 8, 2024Get Started with CHEF: Basic to IntermediateWelcome to Week 4 of my ‘Learn in Public’ journey!🚀 This week, I’m excited to dive into CHEF, an essential configuration management tool in the DevOps ecosystem. CHEF helps automate infrastructure management, ensuring that your systems are configure...DevOps Basics in 3 MonthsDevops
Charles Masoncharlesmason.hashnode.dev·Aug 8, 2024Effective Configuration Management with ChefIntroduction Hey there! If you're diving into the world of DevOps, you've probably heard the buzz about configuration management. It's a game-changer for maintaining consistency across your systems. One tool that stands out in this arena is Chef. Tod...Devops
Batool Fatimainnamaf.hashnode.dev·Jul 30, 2024Git (DevOps 2)Hello everyone, I am Batool Fatima. I am 18 years old. I have been learning DevOps for a month now. This is my second code blog. In last blog, I wrote what I learnt about DevOps Intro and Version Control Systems. Today, Let's learn Git with me. Git i...4 likesGit
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 27, 2024All about Configuration management !!Configuration management is the use of software to manage tasks that would otherwise be done by hand. This software helps me set up, monitor and manage my servers, network, storage and applications. The main task of configuration management is to kee...DevOps Slow to Flow </>configuration
Deepak parashartechfordummys.hashnode.dev·Jul 16, 2024CHEF: Automate Your Infrastructure with EaseIntroduction Hello, tech enthusiasts and software engineers! If you're looking to streamline your infrastructure management and automate repetitive tasks, you've probably heard about configuration management tools. One such powerful tool is Chef. In ...chef
Apurva Rajmaneappu26.hashnode.dev·Jun 17, 2024Chef Node BootstrapThe Chef server works as a mediator between the workstation and node, there is a need to interconnect for both the workstation and node should be in the same AZ. Two actions will be done while bootstrapping, Adding a node to the chef server Install...Devops
Apurva Rajmaneappu26.hashnode.dev·Jun 11, 2024Chef AttributesIn chef, attributes are key-value pairs that represents specific details about a node. Attributes are used by Chef Infra Client to understand: The Current state of the node. What the state should be the node was at the end of the previous Chef Infr...Devops
Apurva Rajmaneappu26.hashnode.dev·Jun 11, 2024Chef on Amazon LinuxFirst of all create one Linux machine in AWS. Connect to Linux EC2 Instance through Putty. Download the Private key of the instance using PuttyGen Get access to the terminal using the downloaded private key. Switch to the root user. sudo su ...chef
Apurva Rajmaneappu26.hashnode.dev·Jun 3, 2024Chef IntroductionChef is a configuration management technology used to automate the infrastructure provisioning. It is developed on the basis of Ruby DSL language. It is used to streamline the task of configuration and managing the company’s server. It has the capabi...chef