/plushcap/analysis/spacelift/spacelift-kubernetes-ingress

Kubernetes Ingress with NGINX Ingress Controller Example

What's this blog post about?

Ingress in Kubernetes (K8S) is an object that enables access to services within a cluster from outside the cluster. It provides load balancing, SSL termination, and name-based virtual hosting. Traffic routing rules are defined by rules specified on the Ingress resource. To set up Ingress in K8S, you need to configure an Ingress controller, which is typically a reverse web proxy server implementation in the cluster. NGINX is a widely used Ingress controller that works with the NGINX webserver as a proxy. This article provides a step-by-step guide on setting up an NGINX Ingress controller with Azure Kubernetes Service (AKS).

Company
Spacelift

Date published
Sept. 9, 2022

Author(s)
Jack Roper

Word count
1529

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.