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
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
saurav khatrisauravkhatri.hashnode.dev·Sep 6, 2023Reddit Clone with Kubernetes & IngressIntroduction: Kubernetes, with its container management capabilities, is a powerful tool but can be intimidating for newcomers. Minikube is your trusty companion on your journey to mastering Kubernetes. It's like a miniature version of Kubernetes tha...Discussreddit-clone-app-k8s
Ayushi Vasishthaayushi1503.hashnode.dev·Sep 5, 2023Deploying a Reddit Clone with Ingress in Kubernetes utilizing Minikube🚀Problem Statement: Deployment of a Reddit-Clone Application🌐 - Do Deployment of the Redit Clone app - Write an ingress controller for the same to give a custom route 💡Task 1: Deploy a Reddit Clone App For the second challenge, you'll dive into the ...Discuss#90daysOfDevOpskubernetes ingress
Namrata Guptanamg.hashnode.dev·Sep 1, 2023Deployed a Reddit Clone on Kubernetes with Ingress EnabledSetup CI server: Launch an ec2 instance with Ubuntu- t2.micro AMI type Install Docker: Clone Reddit app source code: https://github.com/Namg04/reddit-clone-k8s-ingress.git Create a docker image from the Dockerfile docker build . -t reddit-...Discuss·2 likes·110 readskubernetes ingress
Balajibalajidevops.hashnode.dev·Aug 10, 2023Setting Up Kubernetes Ingress on AWS EKSIn this blog post, we will walk through the steps to configure Kubernetes Ingress on AWS EKS (Elastic Kubernetes Service). Ingress is an API object that manages external access to services within a Kubernetes cluster. We will be using the Nginx Ingre...Discuss·46 readsKubernetes
Akash Pawarcloudcdk.hashnode.dev·Jul 28, 2023🌐 Exposing Services in Amazon EKS: Simplified Methods and Use CasesExposing services in an Amazon Elastic Kubernetes Service (EKS) cluster allows external users to access applications running within the Kubernetes environment. Let's explore some straightforward ways to achieve this: LoadBalancer Service Type: Pur...Discuss·1 like·33 readsDaily DevopsAmazon EKS
La Rebelion Labsrebelion.la·Jul 23, 2023Unraveling the Ingenious OpenShift Ingress: Understanding FQDNs and IP ResolutionsIn my experience working with a private OpenShift cluster, we often used "Routes" to provide external access to services within the cluster. However, an intriguing question arose when my colleague asked why we needed to add records to the /etc/hosts/...Discuss·41 readsopenshift
Ajinkya Kumbharajinkyak423.hashnode.dev·Jul 14, 2023Ingress: Enhancing Load Balancing Capabilities in KubernetesIntroduction: The blog provides a demo of domain-based routing using Ingress. It guides readers through creating a ingress.yaml file that defines the Ingress resource for redirecting traffic to a specific service based on the host and path. The neces...DiscussKubernetes