Shah Abul Kalam A Kiamshah.hashnode.dev·Nov 2, 2024Nginx ExplainedWhat is Nginx? Nginx is pronounced as "Engine-X" (I used to say it as n-jinx before 😂) is a high-performance proxy web server, which handles HTTP requests. Now what do I mean by that? 🤨 Typically when you make a browser request, the data is fetched...11 likesnginx
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Oct 23, 2024Kubernetes 101: Part 5Check out the concept of switching, routing, default gateway, DNS Server, CoreDNS Network Namespaces If the host is the house here, rooms are the namespaces As a parent, you have the visibility to the rooms Assume that there is a container (blue sq...33 readsFrom Linux to Kubernetes Expertingress resources
Himanshu Sonihimanshusoni30.hashnode.dev·Oct 18, 2024Handling Large File Uploads in Kubernetes: Resolving 413 Payload Too Large Error with Ingress-NGINX ControllerApplication The backend application, developed using Java and Spring Boot, is hosted on Google Kubernetes Engine (GKE). An API is provided for customers and internal applications to upload files and process them. Problem Customers were unable to uplo...Ingress Controllers
Reza Rashidirezaduty-1685945445294.hashnode.dev·Aug 12, 2024Attacking NginxNginx, a popular web server and reverse proxy, is a critical component in many web infrastructures, making it a prime target for attacks. Common vulnerabilities in Nginx configurations include improper handling of headers, such as Upgrade and Connect...1 like·2.1K readsnginx
Gopi Vivek Mannevivekmanne.hashnode.dev·Jul 23, 2024𝑫𝙚𝒗𝙊𝒑𝙨𝒊𝙛𝒊𝙘𝒂𝙩𝒊𝙤𝒏 𝒐𝙛 𝙂𝒐 𝑾𝙚𝒃 𝑨𝙥𝒑𝙡𝒊𝙘𝒂𝙩𝒊𝙤𝒏💁 Overview This project demonstrates how to deploy a Go based web application to Amazon EKS (Elastic Kubernetes Service) with a complete CI/CD pipeline using GitHub Actions, Helm, and ArgoCD. ❇ Implementation 💠 Clone the Repository Firstly, clone t...argocd deploy applicationn
Gaurav Kumarkubernetes-by-gaurav.hashnode.dev·Jun 26, 2024NetworkPolicy in Kubernetes with exampleIntroduction In Kubernetes we can deploy as many as pods which is for different application or have specific usage, by default in Kubernetes cluster all pods can communicate to each other but If we want some specific pods to not be communicated by ot...Kubernetes
ferozekhanhighcloud.hashnode.dev·Jun 1, 2024Deploying your favourite IPL Team's Applications as Microservices with Azure Kubernetes Service (AKS)What is Ingress? Ingress in Kubernetes is an API object that manages external access to the applications and services in a cluster, typically HTTP. Ingress, in most of its implementation is used for load balancing and name-based virtual hosting. Ingr...30 readsnginx
ARYAN VERMAcodearyan.hashnode.dev·Feb 17, 2024Getting Started with Terraform: Automating NGINX Container DeploymentWhat is Terraform ? Terraform is an open-source infrastructure as code software tool created by HashiCorp. It allows users to define and provision infrastructure using a declarative configuration language. With Terraform, you can manage a wide range ...54 readsTerraform
Karim El Jamalijamali.hashnode.dev·Feb 12, 2024Kubernetes Gateway APISo, we ended our previous post talking about some of the downsides of the Load Balancer service in terms of security, manageability and increased costs. So this weekend, I set myself up to understand the Kubernetes Gateway API (not an API Gateway) wh...162 readsKubernetes
Madhu Mohanmadhumohan.hashnode.dev·Feb 2, 2024Making Kubernetes resilience with nginx+Kubernetes is a one stop solution for multiple robust limitations that can make an application from a vulnerable one to high fault tolerant one within a single click, but that too had some unavoidable compliance within it. yeah! we are talking about ...Kubernetes