Random Duderandomdude.hashnode.dev·8 hours agoDay 1: Introduction to DevOpsWelcome to my DevOps journey blog! Today, I'll start by introducing what DevOps is and why it's important in the world of software development and operations. What is DevOps? DevOps is a culture that aims to improve the speed and quality of applicati...DevOps For BeginnersDevops
Munilakshmi G J100daysdevops.hashnode.dev·11 hours agoDay 58 of 100 Days : Exploring Lesser-Known Tools in DevOpsWelcome to Day 58 of my 100 Days of DevOps journey! 🚀Today, we’ll uncover some hidden gems in the DevOps ecosystem. These tools may not be as mainstream as Docker, Kubernetes, or Ansible, but they can significantly enhance your workflow and help you...terragrunt
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·12 hours agoMastering Shell Scripting: Build Secure, Reliable, and Efficient Automation Scripts — A Practical Example to Automate File Cleanup Like a ProIntroduction: Shell scripting is more than just a skill — it’s a superpower for anyone working in IT, DevOps, or software development. Whether you’re automating repetitive tasks, managing production servers, or performing complex system operations, a...Devops
Shaik Mustafadevops-cicd.hashnode.dev·20 hours agoIntegrating Git with Jenkins: A Complete GuideIntroduction Continuous Integration (CI) is a core practice of modern DevOps. Integrating version control systems like Git with Jenkins empowers teams to automate code builds, tests & deployments seamlessly. In this article, we'll explore how to inte...jenkins integration with git
Vivek Arorak8sbydijvivek.hashnode.dev·Dec 22, 2024From Docker to Kubernetes: Lessons Learned in Container OrchestrationHave you ever wondered how massive applications like Netflix and Spotify handle millions of users seamlessly? The secret lies in Kubernetes, and I’m here to guide you through it. Why Isn't Docker Enough? Docker revolutionized the way we think abou...1 likeKubernetes
Shaik Mustafaiaac.hashnode.dev·Dec 22, 2024Day-3 of Terraform Certification JourneyUnderstanding Providers in Terraform What are Providers? Providers in Terraform are plugins that allow Terraform to interact with APIs of cloud platforms or other services. They define the resources and data sources Terraform can manage, such as AW...Terraform
Rudraksh Laddharudrakshladdha.hashnode.dev·Dec 22, 2024The Magic of Multi-Node Kubernetes Setup: Organizing Your ResourcesImagine you have a basket full of diverse food items. If someone asks for the smallest fruit, you might have to dig through the entire basket to find it, which takes time. But if you organize the items into separate baskets—one for fruits, another fo...Kubernetes
Chandra Prakash Reddydevopstour.hashnode.dev·Dec 22, 2024AWS EC2 Auto ScalingIntroduction Depending on demand, Amazon EC2 Auto Scaling modifies the quantity of EC2 instances for your application. "Auto Scaling groups" are created to control groups of EC2 instances. You can set: Minimum instances: This is the lowest number...AWS TourAWS
Aakashi Jaiswalaakashi.hashnode.dev·Dec 22, 2024Maximize Efficiency and Minimize Costs: The Magic of Virtualization!What is I/O Virtualization? I/O virtualization is a technology that abstracts and manages input/output resources in a computing environment. It allows multiple virtual machines (VMs) to share physical I/O devices, such as network cards and storage de...Cloud
Munilakshmi G J100daysdevops.hashnode.dev·Dec 22, 2024Day 57 of 100 Days : Introduction to Kubernetes (K8s)What is Kubernetes? Kubernetes, often abbreviated as K8s, is a powerful open-source platform designed to manage containerized applications across a cluster of machines. It automates manual processes involved in deploying, scaling, and managing applic...k8s