All about the topic

kubernetes

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

Deploying Ceph on Kubernetes with Rook

Deploying Ceph on Kubernetes with Rook

Most applications require persistent storage in one way or another. Whether profile pictures, text documents or product information in an outsourced database, data always has to be stored somewhere. In the cloud, block storage or object storage is normally used for...

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

NETWAYS Managed Kubernetes® v2: Gardener Explained

NETWAYS Managed Kubernetes® v2: Gardener Explained

Wie im Dezember-Newsletter bereits angekündigt, haben wir unser Deployment und die Verwaltung der NETWAYS Managed Kubernetes® Cluster umgestellt. Als Ablöse des vom OpenStack Projekt betriebenen Magnum haben wir uns für das Gardener Projekt entschieden. Our Reasons...

Activate NVIDIA Multi-Instance GPU (MIG)

Activate NVIDIA Multi-Instance GPU (MIG)

In response to the growing demand for flexible yet capable computing resources, NVIDIA has provided a powerful tool in the form of Multi-Instance GPU (MIG) technology, which allows a single physical GPU to be partitioned into multiple independent instances. Each...

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

NETWAYS on the road – our KubeCon London Review

NETWAYS on the road – our KubeCon London Review

Last week it was time again - the KubeCon + CloudNativeCon Europe in London was on the agenda! As in previous years, NETWAYS Managed Services was there again with some colleagues - not least because our membership in the CNCF was officially announced. You can find out...

Kubernetes Policies with OPA Gatekeeper

Kubernetes Policies with OPA Gatekeeper

Once you have got started with Kubernetes and are in productive operation, new requirements are often added to the existing environments over time. These can be diverse: from consistent labels for rolled-out applications to security-relevant settings, there are many...

Lightweight and powerful: K3s at a glance

Lightweight and powerful: K3s at a glance

More than 10 years after its release, the Kubernetes project has found its way into the mainstream. The best proof of this is the large number of available solutions: (almost) every cloud provider has managed Kubernetes on offer, as well as a large number of freely...

New cloud server models: performance and dedicated

New cloud server models: performance and dedicated

We are expanding our cloud server portfolio for optimal and consistent performance of the most demanding applications. Two new additional model series are now available as cloud servers or Kubernetes nodes. "p" model (performance): These new cloud servers with vCPUs...

Nextcloud configuration with Kustomize

Nextcloud configuration with Kustomize

In this guide, we will show you how to implement your Nextcloud configuration with Kustomize on a Kubernetes cluster. Note: These instructions are not intended for productive use. It only serves as a basic illustration of how you can customize applications with...