k8wiz

Kubernetes Articles & Tutorials

Deep dive into Kubernetes, cloud native technologies, and best practices with our comprehensive guides

cgroup v1 vs cgroup v2: real differences and concrete impacts on Kubernetes workloads
"cgroup v2 is no longer “experimental”. Most modern Linux distributions and Kubernetes releases are moving to it by default.
5 min read
By k8wiz Team
kubernetescgrouv1cgroupv2containerdlinux
Differences and Changes Between containerd v1.x and v2.0: Impacts on Running Containers in Kubernetes
As Kubernetes clusters evolve, upgrading the underlying container runtime like containerd becomes essential for accessing new features and maintaining security. Containerd 2.0, released in 2024, introduces enhancements while removing deprecated elements from v1.x.
6 min read
By k8wiz Team
kubernetescontainerd
Migrating from Ingress to Gateway API in Kubernetes
Kubernetes Ingress handles external HTTP/HTTPS access but lacks advanced features like traffic splitting. Gateway API is its successor, offering better portability, extensibility, and role separation for teams. This guide covers migration steps, tools, and changes.
3 min read
By k8wiz Team
kubernetesingressgatewayciliumnginx
The Deprecation of the Ingress-NGINX Controller in 2026: Motivations, Alternatives, and Migration to Gateway API
The Ingress-NGINX controller, a popular open-source implementation for Kubernetes Ingress resources, has been a cornerstone for managing external access to services in Kubernetes clusters since its inception. However, in November 2025, the Kubernetes community announced that the project would enter retirement mode, with active maintenance ceasing by March 2026. This decision marks a significant shift in Kubernetes networking, pushing users towards more modern and sustainable solutions. In this article, we'll explore the motivations behind this deprecation, available alternatives, and a detailed look at migrating to the Gateway API, including its advantages and practical examples.
5 min read
By k8wiz Team
kubernetesnginxgateway apiciliumingress
Exploring Helm 4: New Features, Changes, and Implications for Kubernetes Users
This article dives into the key new features, architectural changes, breaking updates, and what they mean for users. Whether you're a DevOps engineer, developer, or Kubernetes administrator, understanding Helm 4 will help you leverage its capabilities for more efficient application deployment and management.
5 min read
By k8wiz Team
helmv4
Exploring the New Features in Kubernetes 1.35: Timbernetes - The World Tree Release
Kubernetes 1.35, dubbed "Timbernetes (The World Tree Release)," was released on December 17, 2025, marking another significant milestone in the evolution of the container orchestration platform. This version includes 60 enhancements: 17 features graduating to stable, 19 in beta, and 22 in alpha. It focuses on strengthening the core foundations of Kubernetes, improving scalability, security, and efficiency for diverse workloads. In this article, we'll dive into the key new features, enhancements, deprecations, and other notable changes.
4 min read
By k8wiz Team
kubernetes1.35
Kyverno 1.16: Revolutionizing Kubernetes Policy as Code
Kyverno, the popular Kubernetes-native policy engine, has released version 1.16, marking a significant leap in policy management capabilities. This update focuses on advancing policy-as-code practices, introducing beta support for Common Expression Language (CEL)-based policies, enhanced observability, and new tools for unified enforcement across Kubernetes and beyond. Released in November 2025, Kyverno 1.16 builds on its foundation to support multi-tenancy, fine-grained controls, and ecosystem integrations, while maintaining backward compatibility with existing policies. Drawing from official announcements, release notes, and community discussions, this article synthesizes the key updates, features, and considerations for adopters.
4 min read
By k8wiz Team
kubernetes1.16kyvernoCEL