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...DiscussDevOps 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...DiscussDevops
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...Discuss·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...DiscussDevOps 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 ...Discusschef
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...DiscussDevops
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...DiscussDevops
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 ...Discusschef
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...Discusschef
Nilkanth Mistrynilkanth1010.hashnode.dev·May 17, 2024Day 54 - Understanding Infrastructure as Code 📝 and Configuration Management ⚙️What's the difference? 🤔 When it comes to the cloud, Infrastructure as Code (IaC) and Configuration Management (CM) are inseparable, like chai and samosa! 🫖🥟 But let's break them down a bit to understand their roles and differences. Infrastructure...Discuss·1 like90 Days Of Devops ChallengesDevops