Drubernetes v3 Replaces Nginx Ingress with Envoy Gateway for Modern Kubernetes Architecture
Drubernetes, the open-source platform for running Drupal in Kubernetes, has released version 3.0.0 with a major architectural upgrade, replacing Nginx Ingress with Envoy Gateway as its default ingress controller.
This change reflects a strategic shift toward modern, cloud-native infrastructure patterns. Nginx Ingress, once a staple in Kubernetes deployments, has reached end-of-support and is deprecated upstream. Continued use would pose risks around long-term maintenance, security, and ecosystem alignment.
By adopting Envoy Gateway, a graduated project under the Cloud Native Computing Foundation (CNCF), the Drubernetes team ensures the platform benefits from an actively maintained and extensible ingress solution. Built atop the Envoy proxy core, Envoy Gateway offers performance, security, and native support for microservices-based architectures, key to scaling modern Drupal applications in containerised environments.
Drubernetes is maintained by Backup Scale, which contributes back to the community through open tooling like its Terraform module for managing Drupal deployments on Kubernetes. This update aims to make the platform more stable and future-proof, not only for internal operations but also for the broader Drupal and DevOps communities using the module.
The full release notes for version 3.0.0 are available on the project’s GitLab repository.
For complete release details and to explore the updated infrastructure stack, visit the Drubernetes v3.0.0 release page.

