Akshat Sharmadevtodevops.hashnode.dev·Nov 7, 2023Unlocking the Power of Nginx Ingress Controller: A Step-by-Step GuideIntroduction: In the vast landscape of Kubernetes, navigating the seas of Ingress can be complex. Fear not! This blog will be your compass as we delve into the installation and configuration of the Nginx Ingress Controller—a key player in managing ex...DiscussMaster KubernetesKubernetes
Akshat Sharmadevtodevops.hashnode.dev·Nov 6, 2023Navigating the DevOps Seas: A Journey from Docker to KubernetesIntroduction: Embarking on a DevOps journey often feels like setting sail into uncharted waters. In our recent project, we set out to deploy a dynamic ReactJS frontend and a robust Node.js backend using Docker and Kubernetes. Join us as we unravel th...DiscussMaster KubernetesKubernetes
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 29, 2023Unlocking the Magic: Setting Up Ingress on Minikube with NGINX Ingress Controller 🚀In the realm of Kubernetes, Ingress is the gateway to granting external access to services within a cluster. But every good gatekeeper needs a controller, and that’s where the NGINX Ingress Controller comes into play. This article walks you through t...Discuss·20 likesKubernetesKubernetes
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 27, 2023🚀 Master the Art of Kubernetes Ingress Controllers!! 🌐🔒🏹When it comes to Kubernetes workloads, accessing your apps outside the cluster can be a bit of a puzzle. Kubernetes offers a couple of solutions, like manually setting up NodePort or LoadBalancer services. But beware! These methods can be a real maze...Discuss·20 likesKubernetesKubernetes
tommaso borgatotommasoborgato.hashnode.dev·Sep 18, 2023Sticky Sessions on Kubernetes with WildFly and NGINXThere are many posts on the Internet illustrating HOW-TO configure sticky sessions when using an NGINX Ingress Controller; This post elaborates a little on that subject and adds WildFly to the mix; You will configure the NGINX Ingress Controller on K...Discuss·29 readsKubernetes
Sreejith P Ssreejithps.hashnode.dev·Jun 29, 2023Authenticated Origin Pulls (mTLS) between Cloudflare and Ingress NginxAuthenticated Origin Pulls help ensure requests to your origin server come from the Cloudflare network, which provides an additional layer of security on top of Full or Full (strict) encryption modes. This authentication becomes particularly importan...Discuss·90 readscloudflare
Tafari Beckfordblog.tafaribeckford.com·May 27, 2023Elastic Kubernetes Service (EKS) Ingress routing with Nginx for Grafana and Prometheus.In this article, you will learn how to use Ingress-NGINX Controller for Kubernetes to route traffic to Grafana and Prometheus respectively. What is an Ingress? In Kubernetes, an Ingress is an API object that manages external access to services within...Discuss·59 readsAWS
Akanksha Gahalotakku.hashnode.dev·Apr 2, 2023Integrate Prometheus with your K8s ProjectHi all, In this post, we'll see how to integrate Prometheus with our already deployed fox-game project on Kubernetes (minikube). Prometheus is an open-source systems monitoring and alerting toolkit. What it does is look for a metrics endpoint on your...Discuss·1 like·91 readsminikube
Gemma Blackgemmablack.dev·Mar 17, 2023Managing multiple htpasswd users with the Ingress-Nginx's auth-map annotationI was asked to add multiple htpasswd users to a temporary demo service in Kubernetes. It took a little time to find the relevant documentation, so I decided to write this article (at least for my future self to remember). The Kubernetes Nginx Ingress...Discuss·1 like·337 readsKubernetes
Rohith NDndrohith09.hashnode.dev·Feb 24, 2023Deploying a Django App with Ingress for Multi-Path Routing on Kubernetes PodsIn this blog post, I will guide you through the process of creating a Django app and deploying it in a Kubernetes cluster. Additionally, we will explore how to use an Ingress resource to route traffic to multiple paths on the Kubernetes pods. Firstly...Discuss·3 likes·157 readsDevOpsKubernetes