Utsav Sonkarsigmadevutsav.hashnode.dev·6 hours agoGet Started with DOCKER: Basic to IntermediateWelcome to Week 5 of my ‘Learn in Public’ journey!🚀 This week, I’m excited to dive into Docker, an essential containerization tool in the DevOps ecosystem. Docker simplifies application deployment by packaging code and its dependencies into containe...DiscussDevOps Basics in 3 MonthsDevops
Huzefa Ahmedhuzefaweb.hashnode.dev·14 hours agoGit Quick StartGetting Started with Git In this guide, we'll walk through the steps to install Git, configure user information, create and initialize a Git repository, make your first commit, and use Git to track changes and view logs. 1. Installing Git On Linux: B...DiscussGitHub
Huzefa Ahmedhuzefaweb.hashnode.dev·15 hours agoIntroduction to Git and Version Control SystemsIn the world of software development, managing code efficiently is crucial. This is where Version Control Systems (VCS) come into play, allowing developers to track changes, collaborate on projects, and maintain a history of their work. Git is one of...DiscussGitHub
Kedar Pattanshettikedarpattanshetti.hashnode.dev·a day ago☑️Day 14: Attending the RHEL WorkshopHey everyone! 🌟 I’m excited to share a recent experience that has added a new layer to my DevOps journey. I had the amazing opportunity to attend a live RHEL (Red Hat Enterprise Linux) workshop led by @Shubham Londe Sir, and it was nothing short of ...Discuss#shubhamLondhe
Saurabh Adhaudevopsvoyager.hashnode.dev·a day agoNot Ready Error in KubernetesIntroduction Kubernetes is a powerful container orchestration platform that automates the deployment, scaling, and management of containerized applications across clusters of nodes. However, users may encounter various errors that impact cluster oper...Discuss·10 likesK8sKubernetes
Ali Hassan Khan Yousafzaialihassankhan.hashnode.dev·Sep 15, 2024Mastering Services Management in Linux🚀 Mastering Services Management in Linux with systemctl 🔧 Effective service management is crucial for maintaining a stable and efficient Linux system. The systemctl command, part of systemd, provides powerful capabilities to control system services...DiscussLinux
Vikramvikramkumar.hashnode.dev·Sep 15, 2024Mastering Terraform Basics - Day 5Understanding the Terraform State File: A Comprehensive Guide The Terraform state file is a critical part of how Terraform operates. It keeps track of the resources Terraform manages and their current state. This guide covers what the state file is, ...DiscussTerraform Zero To HeroDevops
Saurabh Adhaudevopsvoyager.hashnode.dev·Sep 15, 2024Pending Pods Issue in KubernetesIntroduction Kubernetes is renowned for its ability to automate container orchestration and manage complex applications seamlessly. However, users often encounter challenges, such as the 'Pending Pods' issue. In this article, we will delve into what ...Discuss·10 likesK8sKubernetes
Vikramvikramkumar.hashnode.dev·Sep 14, 2024Mastering Day 4 of Terraform BasicsTerraform provides several lifecycle commands to manage infrastructure in a declarative manner. These commands allow you to initialize, plan, apply, and destroy infrastructure, as well as manage configurations and states. Below is a detailed breakdow...DiscussTerraform Zero To HeroTerraform
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Sep 13, 2024☑️Day 12: Advance Shell Scripting🔹Table Of content : ✅Introduction ✅Key Learnings and Concepts ✅Monitoring System Resources with Commands ✅Using awk for Data Processing ✅The while Loop in Action ✅cut Command for Precise Data Extraction ✅Advanced vim Commands ✅Disk Usage C...Discuss·22 likesDevops