All about the topic

Kubernetes

Last post

Observability & Monitoring in Modern Cloud Environments

Observability & Monitoring in Modern Cloud Environments

Your deployment runs smoothly, everything in the dashboard is green, and yet the first users are already reporting slow load times. Welcome to the day-to-day reality of modern cloud environments. Whereas in the past a single server was either up or down, today you distribute your application across containers, microservices, and Kubernetes clusters. Cloud monitoring in the traditional sense may answer the question “Is it running?”, but it doesn’t answer the much more important question: “Why...

read more

All contributions

Kubernetes Pitfalls and How to Avoid Them

Kubernetes Pitfalls and How to Avoid Them

Kubernetes is now the standard for modern container orchestration. Companies benefit from scalability, automation, and a high degree of flexibility. But it is precisely this complexity that often leads to common operational errors. Many of these problems aren’t caused...

Interview series: Justin Lamp on Kubernetes

Interview series: Justin Lamp on Kubernetes

Every story begins with people who make a difference. In our interview series, it is precisely these people who have their say: NWS employees who share their experiences, ideas and insights with us. We want to know what drives them and what we can all learn from them....

Kubernetes (K8s) Terms explained in everyday language

Kubernetes (K8s) Terms explained in everyday language

Kubernetes (K8s for short) has become an integral part of modern IT infrastructures. At the same time, many companies and decision-makers shy away from this technology: not only because of the technology itself, but also because of the many unfamiliar terms. In this...

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...

Kubernetes Release v1.35: What’s New?

Kubernetes Release v1.35: What’s New?

The latest Kubernetes release was published just in time for the end of 2025. We therefore kicked off the new year with the usual detailed release notes. As with every Kubernetes version, the release team has once again chosen a name and a release motto. Kubernetes...

Anomaly Detection with Falco

Anomaly Detection with Falco

We rely on containers and Kubernetes to operate the NETWAYS Cloud and our other services. Among other things, this approach allows us to cleanly separate different microservices on the same hypervisor and operate multi-tenant SaaS solutions.However, this architecture...

What is Kubernetes?

What is Kubernetes?

The digital transformation is constantly presenting companies with new challenges. Applications need to be deployed quickly, scaled flexibly and operated with high availability. This is exactly where Kubernetes comes into play. But what exactly does this term, which...

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...