daily-dose-of-devops.hashnode.devDaily Dose of DevOps — GitHub Actions basics for DevOpsGitHub Actions Basics for DevOps In the world of DevOps, automation is key. One of the most powerful tools for automating continuous integration and continuous deployment (CI/CD) processes is GitHub Actions. As a DevOps engineer, you might be familia...Feb 14·3 min read
daily-dose-of-devops.hashnode.devDaily Dose of DevOps — Terraform remote state explainedTerraform Remote State: A Deep Dive In the world of Infrastructure as Code (IaC), Terraform has become the de facto standard for managing infrastructure. One of the key features of Terraform is its ability to manage state efficiently. The Remote Stat...Feb 14·3 min read
daily-dose-of-devops.hashnode.devDaily Dose of DevOps — Kubernetes readiness vs liveness probesKubernetes Readiness vs. Liveness Probes: Understanding the Difference In the realm of containerized applications, Kubernetes provides a robust and scalable platform for deploying and managing containerized workloads. While Kubernetes is a powerful t...Feb 13·3 min read
daily-dose-of-devops.hashnode.devDaily Dose of DevOps — What is CI/CD and why it mattersWhat is CI/CD and Why It Matters in DevOps In the world of software development, the concept of Continuous Integration (CI) and Continuous Deployment (CD), commonly referred to as CI/CD, has become a cornerstone of modern DevOps practices. CI/CD is a...Feb 13·3 min read
daily-dose-of-devops.hashnode.devDaily Dose of DevOps — GitHub Actions basics for DevOpsGitHub Actions Basics for DevOps As DevOps professionals, we're constantly looking for ways to streamline our workflows and automate as much as possible. One of the most powerful tools we have at our disposal is GitHub Actions. In this article, we'll...Feb 11·3 min read