All about the topic

network

Last post

What comes after ingress-nginx?

What comes after ingress-nginx?

Last November, the Kubernetes project announced the discontinuation of the popular ingress controller ingress-nginx. After a best-effort transition phase until March 2026, the project will no longer receive any releases, bug fixes or security updates from this point onwards. That time has now come, and so we want to take another look at the question: What comes after ingress-nginx? Why was ingress-nginx discontinued? ingress-nginx is an open source project. Intended as a reference...

read more

All contributions

CoreDNS and Kubernetes: an overview

CoreDNS and Kubernetes: an overview

CoreDNS is one of the unsung heroes of Kubernetes. It can be found in almost every Kubernetes setup and performs its tasks reliably and unnoticed. It can also be found in NETWAYS Managed Kubernetes®.That's why I was recently surprised to suddenly have to interact with...

Kubernetes Gateway API explained

Kubernetes Gateway API explained

If you run applications, you usually want to interact with them. This basic statement is almost always true: whether it's a web store, database or cloud storage, you have to access the services via a network somehow. Very few applications run in a network vacuum. In...