<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/one-cluster-two-services-kind-nginx-ingress-explained-ijvf50hzk" -->

---
title: One Cluster, Two Services: KIND + NGINX Ingress, Explained
description: KIND (Kubernetes IN Docker) lets you run a real Kubernetes cluster locally using Docker containers as nodes. The post explains how to configure port mappings...
canonical: https://daily.dev/posts/one-cluster-two-services-kind-nginx-ingress-explained-ijvf50hzk
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: One Cluster, Two Services: KIND + NGINX Ingress, Explained | daily.dev
og:description: KIND (Kubernetes IN Docker) lets you run a real Kubernetes cluster locally using Docker containers as nodes. The post explains how to configure port mappings...
og:url: https://daily.dev/posts/one-cluster-two-services-kind-nginx-ingress-explained-ijvf50hzk
og:image: https://api.daily.dev/og/posts/IjVF50HZk.png
og:image:alt: One Cluster, Two Services: KIND + NGINX Ingress, Explained
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# One Cluster, Two Services: KIND + NGINX Ingress, Explained

**[Medium](https://daily.dev/sources/medium_js)** · 2 min read · 0 upvotes · 0 comments

## Summary

KIND (Kubernetes IN Docker) lets you run a real Kubernetes cluster locally using Docker containers as nodes. The post explains how to configure port mappings so browser traffic can reach pods inside the Docker network, how NGINX Ingress acts as the sole external entry point routing path-based traffic to frontend and backend services, and how to load locally built Docker images into the cluster using `kind load docker-image` before applying manifests.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/@spoorthisetty99/one-cluster-two-services-kind-nginx-ingress-explainedwhy-kind-e04a14da7ab6>

## Similar posts on daily.dev

- [Kubernetes in Docker \(KinD\): Setting Up a k8s Cluster in Under a Minute](https://daily.dev/posts/kubernetes-in-docker-kind-setting-up-a-k8s-cluster-in-under-a-minute-ckwxvygfl) · Container Journal · 0 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#docker](https://daily.dev/tags/docker)

[View this post on daily.dev](https://daily.dev/posts/one-cluster-two-services-kind-nginx-ingress-explained-ijvf50hzk)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"One Cluster, Two Services: KIND + NGINX Ingress, Explained","url":"https://daily.dev/posts/one-cluster-two-services-kind-nginx-ingress-explained-ijvf50hzk","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/one-cluster-two-services-kind-nginx-ingress-explained-ijvf50hzk"},"datePublished":"2026-07-24T19:34:05.869Z","dateModified":"2026-07-24T19:36:10.531Z","description":"KIND (Kubernetes IN Docker) lets you run a real Kubernetes cluster locally using Docker containers as nodes. The post explains how to configure port mappings...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/1a27ad03f9688f98ca17ee07c8bffc75?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/1a27ad03f9688f98ca17ee07c8bffc75?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Medium","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Medium","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/medium","url":"https://daily.dev/sources/medium_js"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/one-cluster-two-services-kind-nginx-ingress-explained-ijvf50hzk","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kubernetes,docker","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Medium","item":"https://daily.dev/sources/medium_js"},{"@type":"ListItem","position":3,"name":"One Cluster, Two Services: KIND + NGINX Ingress, Explained"}]}
```

