Santhosh Haridassaws-devops-project.hashnode.dev·Oct 24, 2024🚀 Day 10: AWS Project - Classic Load Balancer & Auto Scaling Implementation 🌐Step - by - Steps I recently completed an AWS project focusing on deploying and managing a highly available infrastructure using Classic Load Balancer and Auto Scaling. Here's the process I followed: Launched Two EC2 Instances: Configured two instan...DiscussAWS
TECHcommunity_SAGtechcommsag.hashnode.dev·Oct 22, 2024Achieve application high availability in a distributed architecture | IUG 2024About this video Maximize the uptime of your business applications with the new Natural Availability Server. Learn how to achieve high availability and seamless failover for Natural apps in Linux and cloud environments. https://youtu.be/CkqW3XyUfMM R...DiscussNatural Availability Server
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 21, 2024🚀Day 9: Exploring AWS RDS Aurora and Aurora ClustersStep-by-steps Amazon Aurora, part of AWS RDS (Relational Database Service), is a fully managed relational database engine built for high availability, scalability, and security. Compatible with MySQL and PostgreSQL, Aurora offers the performance and ...DiscussAWS
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 20, 2024🚀🌟 Day 8: Mastering AWS RDS & EC2 - Database Management, Replication, and ScalabilityStep-by-Steps: I'm excited to share my latest hands-on project where I deepened my cloud and database skills by working with AWS RDS, EC2, and MySQL. This project allowed me to explore critical areas such as database replication, high availability, a...Discussdatabasereplica
Remoon Naguibremonns.hashnode.dev·Oct 15, 2024A Deep Dive into AWS, GCP, Azure, and Oracle Cloud Compute Solutions.As a cloud engineer with almost one year of experience and two years in the IT industry, I’ve worked across various cloud environments, focusing on building resilient and scalable infrastructure. In any cloud system, there are four critical component...Discuss·32 readsCloud
Toan Nguyen Truongtoannguyentruong.hashnode.dev·Oct 8, 2024How to Use Redis Sentinel for High Availability in Your AppIntroduce In today's application development environment, ensuring systems' availability and fault tolerance is extremely important. In this context, Redis Sentinel emerges as a crucial solution for managing and protecting your Redis systems. Redis S...Discuss·10 likesredis sentinel
Smruti Ranjan Swainsmrutiranjan7674.hashnode.dev·Oct 7, 2024Setting Up a Robust VPC with Public and Private Subnets for High AvailabilityIn this blog post, I will guide you through deploying a highly available infrastructure on AWS using Terraform. The infrastructure setup includes public and private subnets, an Internet Gateway, and NAT Gateways to enable outbound internet access fro...Discuss·64 readsAWS
Maximiliano Baezmbaez.hashnode.dev·Sep 30, 2024Configuración de un Clúster Proxmox de 2 Nodos + 1 QDeviceEn este post, exploraremos cómo configurar un clúster de Proxmox VE 8.2 utilizando dos nodos (pve10 y pve11) junto con un QDevice, que puede ser una máquina virtual que no pertenezca al clúster o un dispositivo compatible, como una Raspberry Pi 5. Ta...Discussproxmox
Udhayakumarblog.udhay.dev·Sep 27, 2024HAProxy Basic AuthenticationYou can secure access to private or protected sites in HAProxy by enabling basic authentication, which prompts users for a username and password. Steps for Setting Up Basic Authentication: Create User Details: In /etc/haproxy/haproxy.cfg, add the us...Discuss·34 readsHaproxy
Vamsi Krishna Sethuvamsi344.hashnode.dev·Sep 27, 2024Building a Highly Available Kubernetes Cluster with kubeadm: A Step-by-Step GuideGoal We are trying to create a Highly Available(HA) Kubernetes Cluster using the official documentation: Creating Highly Available Clusters with kubeadm by using the stacked etcd topology. About High Availability (HA) is the ability of a system to op...Discusskube-vip