Harsh Soniharshdevopss.hashnode.dev·15 hours agoSecure Your Sensitive Information Using HashiCorp Vault and TerraformHandling sensitive information like API keys, credentials, and tokens is one of the biggest challenges when managing cloud infrastructure with Terraform. Without proper precautions, secrets can end up in plaintext in state files or source code, expos...AWS
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·19 hours agoHow to Set Up Alerts for EC2 Instances and AWS Billing Using Grafana CloudAs part of my DevOps journey, I recently taked Day 78 of the DevOps Challenge, which involved working with Grafana Cloud to set up alerts for EC2 instances and AWS billing. In this article, I'll provide a detailed, easy-to-understand guide on how to ...2 likesDevops
Amitabh soniamitabhdevops.hashnode.dev·21 hours agoDay 16 of #90DaysOfDevOpsDocker for DevOps Engineers As part of my #90DaysOfDevOps challenge, today’s focus was on mastering essential Docker commands. Docker is a vital tool in the DevOps toolkit, enabling seamless containerization and environment consistency for applicatio...Devops
Harsh Soniharshdevopss.hashnode.dev·Dec 20, 2024How to Launch a Kubernetes Cluster with Deployment and Deploy a ToDo AppKubernetes is an amazing tool for managing containerized applications. Today, we’ll dive into how to launch a Kubernetes cluster with a Deployment configuration. We'll deploy a sample ToDo application, leveraging Kubernetes’ auto-healing and auto-sca...AWS
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 20, 2024Setting Up Grafana Cloud and Creating Sample Alerts : A Step-by-Step GuideIntroduction Grafana is a powerful open-source tool used for monitoring and visualizing data from various sources. One of its key features is Grafana Alerting, which notifies you about issues in your systems shortly after they occur. This guide will ...2 likesDevops
Amitabh soniamitabhdevops.hashnode.dev·Dec 19, 2024Day-15 of #90DaysOfDevOpsBasics of Python for DevOps Engineers Welcome to Day 15 of my #90DaysOfDevOps journey! Today, we dive into Python basics, covering its installation across various operating systems and a detailed look at its built-in data types. What is Python? Pyth...Devops
Harsh Soniharshdevopss.hashnode.dev·Dec 19, 2024Easy Steps to Run Minikube and Kubernetes on AWS EC2 for BeginnersWhat is minikube? Minikube is a lightweight tool that spins up a local Kubernetes cluster within a virtual machine (VM). Think of it as your Kubernetes sandbox for learning and testing. Why Minikube?Here are some of its top benefits: Easy to Install...Devops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Dec 19, 2024The Complete Visual Guide: Ansible Setup on AWS EC2 with Ad-hoc CommandsInitial Setup in AWS Console Step 1: Create EC2 Instances Launch one EC2 instance as Ansible Server Scale it to launch 4 instances of t2.micro Rename 3 instances to Worker 1, Worker 2, and Worker 3 Ensure all instances are in the same security gr...#90daysofdevops
Manav Rautday-1-of-90daysofdevops.hashnode.dev·Dec 19, 2024🚀 Jenkins: The DevOps Automation Hero🤔 What is Jenkins and Why is it Used? Jenkins is an open-source automation tool that supercharges software development by enabling Continuous Integration (CI) and Continuous Delivery (CD). Imagine having a dedicated assistant who never gets tired of...TrainWithShubham
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 19, 2024Building an Insightful Grafana Dashboard : A Step-by-Step Guide for BeginnersCreating a Grafana dashboard can seem daunting at first, but it's a powerful tool for visualizing and monitoring your data. In this detailed guide, we'll walk you through each step to help you build your first Grafana dashboard. By the end of this ar...2 likesDevops