Abishek Kafledevops.abisec.xyz·Dec 1, 2024Configuring an EC2 Instance as a Web Server with NginxTasks Set up a new EC2 instance for the Nautilus project. Instance Name: Name the EC2 instance devops-ec2. AMI: Use any available Ubuntu AMI to create the instance. User Data Script: Configure the instance to run a script at launch to: Install t...DiscussCloud PlatformsAWS
Madhav Krishan Goswamimadhavkrishangoswami.hashnode.dev·Nov 30, 2024Beginner's Guide to Nginx: Basics and Easy Load BalancingNginx, pronounced as "engine-x," is a powerful open-source web server widely used for serving static content, acting as a reverse proxy, load balancing, and more. Originally developed by Igor Sysoev, Nginx is known for its high performance, stability...Discussnginx
Hoàng Anh Nguyễn Báhoazgazh.hashnode.dev·Nov 30, 2024Workshop: Hướng Dẫn Triển Khai Forward Proxy NginxTrong bài viết này, chúng ta sẽ tìm hiểu về forward proxy và cách triển khai nó trong thực tế. Forward proxy là một loại máy chủ trung gian đứng giữa người dùng cuối và Internet, giúp che giấu thông tin của người dùng và cung cấp các tính năng khác n...DiscussDevops
Hoàng Anh Nguyễn Báhoazgazh.hashnode.dev·Nov 30, 2024Hưỡng Dẫn Triển Khai Reverse Proxy NginxTrong bài viết này, chúng ta sẽ cùng tìm hiểu chi tiết về reverse proxy và cách triển khai nó trong thực tế. Reverse proxy đóng vai trò quan trọng trong việc cải thiện hiệu năng, bảo mật, và tính sẵn sàng của hệ thống web. Hãy cùng nhau khám phá cách...Discussnginx
Hoàng Anh Nguyễn Báhoazgazh.hashnode.dev·Nov 30, 2024NGINX dành cho fomo devopsNginx là gì? Tìm hiểu và thực hành với Nginx Nginx (đọc là "engine-x", Việt hoá thì là “en-ghin-ích“ :v) là một phần mềm web server mã nguồn mở, nhẹ, và được sử dụng rộng rãi trong việc cung cấp các dịch vụ web. Không chỉ là một web server, Nginx còn...Discussnginx
Kiran Pawarkiranpawar.hashnode.dev·Nov 29, 2024Full NGINX Tutorial: Demo Project with Node.js & DockerOverview What is NGINX? Learn the fundamentals of NGINX and its functionalities. NGINX Use Cases Discover how NGINX acts as a web server, load balancer, caching server, and more. How to Configure NGINX? Explore configuration examples for vari...DiscussNginx configuration guide
Harshwardhan Choudharyeasyharshmods.hashnode.dev·Nov 28, 2024Taming AWS ALB's IP-Change Chaos with dnsmasqThe Setup: A Common AWS Architecture Tale Picture this: You're running a modern application on AWS. Your setup looks perfect on paper: A fleet of EC2 instances or ECS containers running your applications An Application Load Balancer (ALB) distribut...Discussnginx
Dinesh Kumar Kblog.dineshcloud.in·Nov 28, 2024Setting Up a Website with Nginx and CertbotNginx (pronounced as "Engine-X") is a powerful and high-performance web server and reverse proxy server. It is widely used for its ability to handle a large number of concurrent connections with low resource usage. Originally designed as a web server...DiscussWeb ServerLinux
Okesanya Samueldevopsmaestro.hashnode.dev·Nov 25, 2024CV01: Deploy Full-Stack Application with Docker, Prometheus, Grafana, Loki, Promtail, and NginxIntroduction This is the first project from the November DevOps CV challenge, organized by the DevOps Dojo team. The challenge aims to give you real-world projects that will strengthen your portfolio and help you stand out when applying for jobs. I h...Discuss·10 likes·199 reads#prometheus
Wojciechwoja.hashnode.dev·Nov 25, 2024k3s on Ubuntu 24.04 LTSThis guide outlines the steps to install K3s on an Ubuntu 24.04 LTS server with 8 vCPUs and 16GB of memory. It’s tailored for single-node setups but can be extended to multi-node environments. Server Requirements Ubuntu version: 24.04 LTS CPU: 8 vC...DiscussHomeLab - Zero to Herok3s