Munilakshmi G J100daysdevops.hashnode.dev·12 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
Harsh Soniharshdevopss.hashnode.dev·16 hours agoStep-by-Step Guide: Monitoring with Prometheus and GrafanaMonitoring your Kubernetes cluster is crucial for maintaining a healthy and performant environment. This guide will walk you through the setup of Prometheus and Grafana for monitoring, ensuring that you can visualize metrics effectively. Step 1: Ins...30 readsKubernetes
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·17 hours agoGetting Started with Terraform: Essential Commands for Infrastructure as CodeInfrastructure as Code (IaC) has revolutionized how we manage cloud resources, and Terraform stands at the forefront of this revolution. In this blog post, we'll explore the essential Terraform commands with practical examples that will help you get ...#90daysofdevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·19 hours agoAutomating Web Application Deployment with Jenkins and GitHubIntroduction In the world of web development, the process of building, testing, and deploying applications can be time-consuming and error-prone if done manually. Automation tools like Jenkins and GitHub can streamline these tasks, making the process...2 likes#90daysofdevops
ALI MASIU ZAMAdevopstoolbatch8.hashnode.dev·a day agoTerraform - Data Sources in terraform resources (03) : Day 53Table of contents Use of Data source in terraform code Data block: Use case 1: Use of manually created golden ami in the data block Steps to Create Golden Ami Task: Write code to create an EC2 instance by use of existing Golden AMI and Terraf...Terraform
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
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Dec 22, 2024Understanding Terraform: Installation and Core ConceptsIn the world of modern infrastructure management, automation and consistency are key. Terraform by HashiCorp has emerged as a leading Infrastructure as Code (IaC) tool, helping organizations manage their infrastructure efficiently and reliably. Insta...#90daysofdevops
Harsh Soniharshdevopss.hashnode.dev·Dec 22, 2024Kubernetes Made Easy: Understanding Deployments, ConfigMaps, and SecretsKubernetes makes managing containerized applications easier. In this blog, we'll walk you through deploying a sample application, configuring it using ConfigMaps, and securing sensitive data with Secrets. Let’s get started! Step 1: Clone the Project...AWS
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 22, 2024Understanding Prometheus : Architecture, Features, Components, Database, and Data RetentionPrometheus is an open-source system designed for monitoring and alerting. It collects and stores metrics as time series data, providing a powerful platform to keep track of how your services are performing. In this article, we’ll break down Prometheu...2 likesDevops
Munilakshmi G J100daysdevops.hashnode.dev·Dec 21, 2024Day 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