Jul 8, 2024 · 9 min read · I'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...
Join discussion
Jun 7, 2024 · 3 min read · 1. 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...
Join discussion
Jun 5, 2024 · 4 min read · Ingress 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...
Join discussion
Mar 8, 2024 · 7 min read · Today, 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’ll explore the various Kubernetes Services types and touch upon Ku...
Join discussion
Nov 7, 2023 · 2 min read · Introduction: 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...
Join discussion
Oct 29, 2023 · 6 min read · 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...
Join discussion
Oct 27, 2023 · 10 min read · 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...
Join discussion
Sep 6, 2023 · 4 min read · Introduction: 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...
Join discussionSep 5, 2023 · 3 min read · 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 ...
Join discussion