DeDevsblog.dedevs.club·19 hours agoHow to Aggregate Content with RSS FeedsIn today's rapidly evolving digital landscape, where information continuously circulates online, staying informed and managing content efficiently can be a significant challenge. RSS.app is an innovative tool crafted to streamline content aggregation...rss
Sibasish Satapathysibasishblogs.hashnode.dev·Feb 11, 2025Disaster Recovery and Data Mitigation using Velero.Velero is an open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes. There are other ways which I have tried of setting of the Disaster Recovery and Migration of the k...1 like·32 readsDevops
Prasoon Guptaprasoongupta.hashnode.dev·Feb 11, 2025Building a Self‑Managed File Share System Using NFS Across Cloud ProvidersHave you ever wanted to fully control your file sharing system on Linux? In this guide, we'll show you how to set up a strong, self-managed file sharing system using NFS across AWS, Azure, Digital Ocean, or any cloud provider. If you prefer managed s...31 readsDevops
Ganesh Lasureinit-container-in-kubernetes.hashnode.dev·Feb 11, 2025What is an Init Container in Kubernetes?What is an Init Container in Kubernetes? In Kubernetes, an Init Container is a specialized container that runs before the main application container starts in a Pod. It is used to perform setup tasks such as:✅ Waiting for a service or dependency to b...Devops
Surajblog.devsuraj.me·Feb 10, 2025Cloud Computing 101Introduction to Cloud Computing Imagine renting a fully equipped kitchen instead of building one from scratch. Cloud computing works similarly: instead of owning physical servers or data centers, you "rent" computing power, storage, and services over...DevOpsCloud
Sparsh Jaipuriyarlinux-blogs.hashnode.dev·Feb 10, 2025🖥️ Basic Linux Commands: A Beginner's Guide🔹 Introduction Linux commands help users interact with the operating system through the command line. Here’s a quick guide to some of the most essential Linux commands for navigation, system information, and file management. 📌 System Navigation & ...Linux
AL Noor Istiak Mahmudtop-devops-tools-2025.hashnode.dev·Feb 10, 2025How to Set Up a Jenkins CI/CD Pipeline for BeginnersIn today’s fast-paced software development world, Continuous Integration and Continuous Deployment (CI/CD) have become essential practices. They help teams deliver high-quality software faster and more reliably. Jenkins, an open-source automation ser...Jenkins
Ashwitha Gblue-greendeploymentnt.hashnode.dev·Feb 10, 2025Blue-Green DeploymentEveryone wants to check about their application before releasing the latest features with latest version into the Production or Live, Isn’t it? Here we go with the Blue Green deployment Approach? In Practical Scenarios lets understand the situation h...Devops
ABHISHEK WAGHMAREdev-ops-diaries.hashnode.dev·Feb 10, 2025"Master the Cloud: Set Up Your Ubuntu Linux EC2 Instance in 2 Minutes!"Creating an Ubuntu Linux EC2 Instance on AWS This tutorial guides you through launching an Ubuntu Linux server on Amazon EC2 (Elastic Compute Cloud), a widely used service for creating virtual machines. AWS EC2 allows users to easily configure virtua...AWS
Sparsh Jaipuriyariac-revolution-code-your-infrastructure.hashnode.dev·Feb 9, 2025🚀 Mastering Terraform Provisioners: A Complete Guide🔥 What Are Terraform Provisioners? Terraform provisioners allow you to execute scripts or commands on a resource after it's created or before it's destroyed. They help in setting up configurations, running scripts, or even copying files. 🎯 Why Are ...Devops