Sprasad Pujarisprasad.hashnode.dev路Jul 8, 2024Real-Time Chat App: Kubernetes Ingress on AWS with React and Node.jsI'll provide a detailed two-tier architecture project using Kubernetes Ingress with AWS, implemented through Visual Studio Code. This project will be a real-time chat application with a React frontend and a Node.js backend using Socket.IO for real-ti...141 readsRealTimeApplications
Gopi Vivek Mannevivekmanne.hashnode.dev路Jun 7, 2024Deploying a Reddit Clone on Kubernetes with Ingress Enabled1. Pre-requisites: EC2 Instances: CI server: t2.micro CD server: t2.xlarge(To avoid disk-space issue) Install Docker Install Minikube Install kubectl 2. Installation Steps: Step 1: Set up EC2 Instances Launch an EC2 instance with the follo...kubernetes ingress
Sundaram Kumar Jhasundaram2023.hashnode.dev路Jun 5, 2024Step-by-Step Guide to Kubernetes Ingress and Traffic ManagementIngress in Kubernetes is a powerful tool that manages external access to the services in a cluster, typically HTTP. It allows you to define rules for routing traffic without creating a bunch of LoadBalancers or exposing each service on the node. Hand...ingress
Ravi Kyadaravikyada.hashnode.dev路Mar 8, 2024Kubernetes Services vs. Ingress: A Beginner鈥檚 GuideToday, we will guide you through one of the essential aspects: Kubernetes Services and Ingress. Kubernetes Services, which allows network access to Pods managed within deployments. We鈥檒l explore the various Kubernetes Services types and touch upon Ku...Kubernetes
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鈥攁 key player in managing ex...28 readsMaster 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鈥檚 where the NGINX Ingress Controller comes into play. This article walks you through t...20 likesK8sKubernetes
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...30 likes路28 readsK8sKubernetes
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...reddit-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 ...#90daysOfDevOpskubernetes ingress
Namrata Kumarinamg.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-...2 likes路107 readskubernetes ingress