API Gateways - Authentication in Kong on AKS

preview_player
Показать описание
In the last video, we got familiar with Kong's architecture diagram and in this one, we'll deploy Kong API Gateway on Azure Kubernetes Service and apply the Basic Authentication Plugin to a Kubernetes service.

0:00 Introduction
1:20 Setting up Kong on Azure
3:03 Using YAML Manifests
5:12 Using Helm Charts with Custom Values
11:08 Configuring Kong using CRDs and Admin API
13:00 Kubernetes Ingress as Kong Routes
15:42 What is an Ingress Controller?
19:39 Basic Authentication Plugin
23:14 Creating Consumers to Access Service
26:13 Looking Ahead

References 📝:
2. YAML manifests for Kong:
4. Creating Consumers in Kong:

Connect with Me 👋:
Рекомендации по теме
Комментарии
Автор

Awesome! This is what I was looking for 🔥Thanks ))

winoffrg
Автор

Thanks for the video jayesh😀. In order to use kong manager i exposed the admin to load balancer, and working fine... But its recommended to not expose admin to ELB, so how can i use kong manager if i keep admin as nodeport or clusterip. I have tried few ways but haven't succeeded. Please share an insight. Thanks 👍

kadsart
Автор

Suppose am creating a project with Kong API Gateway (Community), do I need to register my end users as kong consumers? Also, can we handle RBAC with kong ACL plugin?

ummerirshad
Автор

Thank you Jayesh! This is really helpful

Could you share your custom values. yaml with db enabled?

dharamthakkar
Автор

Hi jayesh. Could you please make video how to connect azure posgre SQL db with kong on kubernetes using yaml file.

arjunkp
Автор

How can I create JWT tokens and enabled that JWT credentials into my kong consumer ? I am unable to find the solution. Can you please help on it ?

ShivrajSinghBisht