Kong Gateway Hybrid Mode Setup - Using Helm 馃殌

Introduction Today, I鈥檓 excited to share a detailed guide on setting up Kong Gateway in hybrid mode using Helm charts. This setup provides a base where you can start playing around the Kong Hybrid setup and build and expand your own setup on top of this. We鈥檒l be using my GitHub repository which contains all the necessary configurations and scripts. Prerequisites Before we dive in, ensure you have: A Kubernetes cluster (Minikube, GKE, EKS, or AKS)....

October 4, 2024 路 2 min 路 Kuldeep Bhati

Managing multiple decK versions locally with Kong decK Version Manager (DVM)

Introduction While working on local API gateway projects, switching between multiple versions of the decK tool can be a hassle. While in automation setups or CI/CD pipelines, you often specify a specific decK version, DVM is designed specifically to make local development easier. With a few simple commands, you can install, switch, and list decK versions locally as needed. Motivation I developed DVM while working on a customer upgrade project where I had to validate API gateway configurations across multiple versions of Kong and decK....

September 22, 2024 路 2 min 路 Kuldeep Bhati