Kubernetes Ingress Hands-On Demo | Alta3 Breakdown

preview_player
Показать описание
Kubernetes Ingress Explained with Hands-On- Demo!
➜ Follow us on Twitter: @Alta3Research

#Kubernetes #Alta3 #Ingress

Follow us at:
Twitter: @Alta3Research

Alta3 Research, Inc.
Рекомендации по теме
Комментарии
Автор

Kubernetes Ingress Explained with Hands-On- Demo!
➜ Follow us on Twitter: @Alta3Research

AltaResearch
Автор

Your video didn't deal with ingress per say. you only addressed load balancer and NodePort as a gateway for the pods to be exposed externally. I was expecting to watch how ingress, ingress control manager and ingress rules are configured for the same purpose.

mikeadeniyi
Автор

Having 3 containers via the number of replicas in a deployment is a replica set ?

joeldujsik
Автор

great tutorial, just a quick question, at 16:49 i expect to access auth pod from book pod should go over cluster ip via kube proxy, not over nodePort and external load balancer bcs Cluster Ip service is internal cluster network and can have access to another pod in another node directly via kube-proxy

sahibnasirri
Автор

Does the External Load Balancer need to see the Worker nodes or is it enough that the LB is just connected to the masters and vice versa?

maxmustermann