Getting Started with Service Mesh - Kong Builders

preview_player
Показать описание
Kong Builders is a new livestream series that takes a hands-on, practitioner-focused approach to exploring Kong's tools - namely Kuma and Kong Mesh. We'll build from the ground up - teaching how service mesh works from its foundations, and debugging/troubleshooting as we run into problems.

In this first episode, Cody De Arkland from Kong discusses some of the basics of service mesh and how to get set up on Kuma.

▬▬▬▬▬▬ TIMECODES ▬▬▬▬▬▬
0:00 - Intros
2:40 - What is Kuma?
6:25 - How to install Kuma?
10:20 - Difference between Kong Mesh and Kuma
19:00 - Install Kuma Control Plane
23:30 - Why do I use Service Mesh?
27:50 - Deploying applications
39:32 - Installing Kong Ingress Controller (KIC)
42:13 - API Gateway vs. Service Mesh?
46:24 - Configuring external access with Kong Proxy
49:26 - Live demo
56:40 - Configuring traffic permissions policies
59:07 - It's a wrap!

▬▬▬▬▬▬ LINKS ▬▬▬▬▬▬

▬▬▬▬▬▬ CONTACT CODY ▬▬▬▬▬▬

▬▬▬▬▬▬ ADDITIONAL RESOURCES ▬▬▬▬▬▬

#ServiceMesh #Kuma
Рекомендации по теме
Комментарии
Автор

Is kuma has support for distributed tracing to zipkin/ jager without adding any extra configuration to the specific pod application itself...

I have kong gateway which is used for authentication and authorization and also use kong as an ingress controller in my k8s cluster..

I'm really trying hard to bring distributed tracing in my platform... Can I able to achieve with kuma service mesh + kong gateway?

sundarg
Автор

what is the data loss which might occure once we apply any kind of mesh on existing kubernetes cluster

Crackyvideos
Автор

Great video!

Next time, don't use slide to change apps, maybe tab to the apps instead. The slide effect is jarring when watching the video.

Next time, I'd like to see network policies across Kubernetes namespaces, in the same cluster.

Questions:
1. Do I need to install Kuma CP within each namespace? And then have a parent CP that routes to the child namespaces?
2. You seemed to have a set of http routes/reverse proxies within nginx. If you are using Kong Ingress controller, is that necessary? Or were those reverse proxies routes, using nginx that's built into Kong?

RuairiODonnellFOTO