Navya Anavyadevops.hashnode.dev·Sep 23, 2023Kubernetes Multi-Master Setup with LoadBalancer on UbuntuThis blog post will help you with Kubernetes Multi-Master Setup with LoadBalancer on Ubuntu, This will provide you with a complete step-by-step procedure to set up a Kubernetes cluster with multi-master nodes on Ubuntu using Kubeadm. Multi-cluster se...Discuss·48 readsHaproxy
Damasukma Trihanandiblog.dama.zip·Aug 9, 202308 - Setup HAproxyThis post is part of the Manual Deployment Openstack HA and Ceph series. HAProxy is a commonly used load balancer and proxy server that can be deployed in a high-availability (HA) configuration in an OpenStack environment. It helps distribute incomin...DiscussManual Deployment Openstack HA and Cephopenstack
chuk'ssomzzyblog.somzzy.tech·Jul 16, 2023WHAT HAPPENS WHEN YOU TYPE 'www.google.com' IN THE BROWSERI have always had A question in mind whenever I use a browser. How does all of this work it seems like magic from just typing a URL in the browser, to a full webpage at your request. My aim with this blog post is to explain how the internet and your ...DiscussFull Stack Development
Ogundare Olusesi Oluwafemiatomicstructure.hashnode.dev·Jul 2, 2023How to Setup SSL Termination on UbuntuTable of Contents 1. Introduction 2. SSL Termination 3. What is Let’s Encrypt 4. Steps i. Step 1 – Install Certbot ii. Step 2 - Obtaining SSL Certificate from Let’s Encrypt iii. Step 3 - Configuring HAProxy to use SSL Certificate iv. Step 4 - Verify ...DiscussDevops
Abhishek Singhsinghabhishek.hashnode.dev·Mar 29, 2023Load Balancing with HAProxy: A Beginner's GuideWhat is HAProxy HAProxy is a high-performance open-source load balancer and proxy server that enables the scaling of web applications by distributing traffic across multiple servers. It is designed to handle high traffic volumes and improve the avail...Discuss·53 readsHaproxy
Vu Daohashnode.simflexcloud.com·Feb 23, 2023HAProxy Basic Login AuthenticationIn haproxy config, there is no limit to the number of http-request statements per instance so we can add the rules to request basic login to the site but whitelist specials IPs 🚀 Setup HAProxy config which contains basic login to access the dashboa...DiscussHaproxy
Vu Daohashnode.simflexcloud.com·Feb 23, 2023Use GoAccess To Analyze HAProxy LogsGoaccess provides Real-time log analysis through a Dashboard in multiple output formats, we can use it to analyze haproxy logs to detect any abnormal traffic What’s In This Document Understand HAProxy Log Generate HAProxy Report Using Goaccess Con...DiscussHaproxy
Abhishek Vermaabhishekverma109.hashnode.dev·Jan 29, 2023Automating HAProxy Configuration with Ansible.What is HAProxy? HAProxy is a popular open-source load balancer and reverse proxy software. It is widely used to distribute incoming network traffic across multiple servers and to improve the availability and scalability of systems. Configuring HAPro...Discuss·134 readsWeMakeDevs
Nikhil Chauhannikhil2611.hashnode.dev·Jan 18, 2023Use HAProxy to Set Up HTTP Load Balancing on an Ubuntu VPS (WordPress)First, we deploy WordPress on two or more virtual machines. Then, we will use HAProxy as a load balancer. HAProxy(High Availability Proxy):- It is an open-source load balancer that can load balance any TCP service. It is particularly suited for HTTP ...Discuss·1 like·59 readsHaproxy
Olumide Michealcodewithmide.hashnode.dev·Jan 13, 2023Securing Your Server with Certbot: A Step-by-Step Guide to Easy SSL InstallationIn today's digital world, security is more important than ever. One crucial aspect of ensuring your online presence's safety is using Secure Socket Layer (SSL) certificates. These certificates not only encrypt the data transmitted to and from your we...Discuss·1 like·90 readsserver