What's the Difference: Kubernetes Controllers vs Operators?

Kubernetes, or K8s, is one of the most powerful open source container orchestration systems — especially for its automatic implementation of a desired state. In other words, as an admin, you get to specify how you want your application and cluster t
Guide to Understanding Kubernetes Deployments

Rolling out new versions of your apps on Kubernetes can be tricky, but knowing the different deployment options is important for keeping your services running smoothly with little to no downtime. This rabbithole of Kubernetes deployment methods may
Understanding the Basics of Kubernetes Architecture

Before you get started with Kubernetes, its helpful to understand the architecture of the container orchestration platform. Kubernetes Architecture and Components Kubernetes , or K8s as its often known, is an open source platform for deploying conta
Announcing Kong Operator 2.0

Simplified controller configuration
When using the Kong Ingress Controller, a significant amount of effort was needed to apply configuration to the controller by setting environment variables. The new ControlPlane resource greatly simplifies this an
Kong Gateway Operator 1.5: Better Together with Konnect

Kong Gateway Operator (KGO) is the most effective way to install, upgrade, scale, and manage a Kong Gateway or Kubernetes Ingress. The latest release of the Kong Gateway Operator brings several updates that streamline integration with Kong Konnect
Farewell Ingress NGINX: Explore a Better Path Forward with Kong

"To prioritize the safety and security of the ecosystem, Kubernetes SIG Network and the Security Response Committee are announcing the upcoming retirement of Ingress NGINX . Best-effort maintenance will continue until March 2026. Afterward, there w
What Are Virtual Machines (VMs)?

What are Virtual Machines (VMs)? A virtual machine (VM) is a fully-fledged, standalone operating environment running on a physical computer. Unlike the host computer it's running on, a VM is not a physical machine, thus the designation of "virtual".