All demos are available on GitHub π€github.com/nginxinc/NGINX-Demos/tree/master/kubernetes-demo Michael Pleshakov, Platform Integration Engineer, NGINX, Inc. talks at nginx.conf 2016 on how to use NGINX and NGINX Plus as an external load balancer for Kubernetes services. He starts with a brief explanation of the various load balancing options available in Kubernetes and then focus on the Ingress API, which lets you configure external HTTP(S) load balancing. See how NGINX and NGINX Plus can be integrated with this API using an Ingress Controller developed by NGINX. Youβll learn how to deploy and configure the NGINX Ingress controller for several use cases: Content-based HTTP load balancing SSL termination WebSocket Session persistence This talk also covers monitoring and collecting logs from NGINX and NGINX Plus when running in Kubernetes. He shows how to extend the controller when your requirements go beyond what it offers. The talk concludes by explaining how to use NGINX and NGINX Plus to load balance TCP/UDP services.
"Let me speak from my heart..." (c)
Amazing ... Well presented. Thank You for sharing knowledge
Hello , anyone know how to expose kubernetes pods services to load balancer
i am using AWS cloud , but when ever i try to expose services ,it created public accessible load balancer only
i want internal load balancer only
Kubernetes
Fantastic demo!
Poor presentation.
L7JZdyJ8qJQ&t=8m40s 8:40 what I was looking for thanks
It wasn't clear if "Cloud LB" meant ingress-nginx or the GCE premium $$ load balancer.
simple and straight forward explanation. Thank You
here are the files. github.com/nginxinc/NGINX-Demos/tree/master/kubernetes-demo github.com/nginxinc/NGINX-Demos/tree/master/kubernetes-demo
Without .yml this video example is a pointless.
Ρ ΡΠ΄ΠΆ Π½Π°ΠΌΠ±Ρ ΠΎΠ² ΡΡΠΊΠ²Π΅ΡΡ!
Poor, that you do not save files tea&coffee manifest yml on external file storage for downloading it. (( I woul like to know, how Deployment and ReplicationControllers is build of this examples.
Hi Michael,
Thank you for your presentation. i am curious about how did you use tmux with fast commands.
Have you prepared your bash commands before and how. Can you share this.
Thank you
I spent a lot of time to understand this by watching videos and reading some articles. It wasn't clear because they talks a lot but never did a god job explaining step by step with diagrams and examples. You nailed it in this video. Keep up the good work.
Excellent !!!!!!. Thank you.
How does the nginx ingress controller update the nginx? I am running nginx on a different host.
One thing that is never made clear: Does the term "load balancing" include:
1) Auto-Scaling: The increase of the number of instances and/or number of virtual machines based on the client request load
2) Probe Service: The implementation of a probe service to test the health of each service instance and report any problem. An instance with a fatal error would be deleted from the load-balancing pool and be replaced by a new one.
Does NGINX include any of these two services on top of load-balancing service?
Hello Michael,
I am trying to replicate what you did in demo-2, but I am getting an error errImagePull while checking get pods for nginx-plus-ingress-rc.
Also, have an error ImagePullBackOff, so not able to work on it.
Please help how can I resolve this issue?