Jubril Edunjubriledun.hashnode.dev·Oct 1, 2024Configuring NGINX as a Web Server, a Load Balancer and a Reverse ProxyIn this simple hands-on, we’ll be configuring Nginx as a Web Server serving static web contents, as a Load Balancer distributing requests to three backend node.js applications and as a Reverse Proxy proxying requests from one port to another. Nginx :...1 like·97 readswebserver
Patrick A. Nobletblog.noblet.tech·Jul 2, 2024SSL Termination With HAproxy: The Pain of An ErrorIntroduction If you are reading this article, chances are you know what SSL termination is, you ran into the same problem I did, or you might be one curious individual looking to find out what all of this is about. And how I solved my "so-called erro...3 likes·121 readsSSL
Sprasad Pujarisprasad.hashnode.dev·Jun 19, 2024🚀Mastering Kubernetes Deployments: Achieve Flawless Nginx Delivery on AWS🚀In the world of containerized applications, Kubernetes has emerged as the de facto standard for orchestrating and managing containerized workloads. While Pods provide the basic building blocks for running containers, Deployments offer a more robust a...WebServerDeployment