All about the topic

PVC

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

Increase persistent volumes in Kubernetes

Increase persistent volumes in Kubernetes

Do you want to enlarge a PersistentVolume (PV) in Kubernetes? This tutorial will show you how to do this. What PVs are and how to create them is explained in the tutorial Creating persistent volumes in Kubernetes, on which this tutorial is based. You need more...