Munilakshmi G J100daysdevops.hashnode.dev·15 hours agoDay 56 of 100 Days : Exploring Amazon RDS – Relational Databases Made SimpleToday, I ventured into the world of Amazon RDS (Relational Database Service), an AWS service that simplifies setting up, operating, and scaling relational databases in the cloud. If managing databases has ever felt like juggling chainsaws, RDS is her...rds
Harsh Soniharshdevopss.hashnode.dev·17 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
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Dec 20, 2024Ansible Playbooks: A Practical Guide with Best PracticesIn the world of Infrastructure as Code (IaC), Ansible stands out as a powerful automation tool. Today, we'll dive into Ansible playbooks - what they are, how to write them effectively, and the best practices that will help you create maintainable and...#90daysofdevops
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
Munilakshmi G J100daysdevops.hashnode.dev·Dec 19, 2024Day 55 of 100 Days : Exploring AWS Elastic Beanstalk – Simplifying Application DeploymentToday, I uncovered the magic of AWS Elastic Beanstalk, a service that takes the hassle out of deploying and managing applications. It’s like having your personal tech assistant who handles all the tough stuff—servers, scaling, monitoring—while you fo...Elastic Beanstalk
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
Munilakshmi G J100daysdevops.hashnode.dev·Dec 19, 2024Day 54 of 100 Days : Mastering AWS CloudWatch – Unlocking Monitoring and ObservabilityToday, I delved into AWS CloudWatch, a comprehensive monitoring service that provides observability for your AWS resources and applications. Here’s what I learned and implemented! What is AWS CloudWatch? AWS CloudWatch is a monitoring and observabil...Cloud
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Dec 18, 2024Mastering Ansible Ad-hoc CommandsToday on my DevOps journey, I delved into Ansible ad-hoc commands, and I'm excited to share what I learned. These commands are incredibly useful for quick tasks across multiple servers. What are Ansible Ad-hoc Commands? Ansible ad-hoc commands are on...1 like#90daysofdevops
Munilakshmi G J100daysdevops.hashnode.dev·Dec 18, 2024Day 53 of 100 Days : Cloud Cost Optimization – A Practical Approach for DevOps and Cloud EngineersIntroduction: Why Cloud Cost Optimization Matters Cloud platforms, like AWS, offer unparalleled scalability and flexibility. However, without proper cost optimization strategies, organizations can incur unexpected expenses, which defeat the purpose o...AWS