🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@a.nk.r7209 Жыл бұрын
I highly appreciate your effort to teach advanced stuff with such depth and graphics. Keep them coming
@AntonPutra Жыл бұрын
Thanks, will do!
@ianmubangizi Жыл бұрын
Once again, Anton, you are a legend, this is precisely what I wanted to know. Amazing!!! 🔥
@AntonPutra Жыл бұрын
Thank you!
@nero4581 Жыл бұрын
Learning k8s right now and this is video is really interesting. Thank you, Anton!
@AntonPutra Жыл бұрын
Thanks! Appreciate it! One more k8s video coming in couple of days
@OsascogamingBrSP Жыл бұрын
I really appreciate your content, thanks Anton!
@AntonPutra Жыл бұрын
Thank you!
@ganeshpondy12 ай бұрын
First time understood the ingress concept. Highly Appreciated and Helpful.
@ShreyasWaichal8 ай бұрын
Super Helpful Anton..It helped me crack an interview!
@AntonPutra8 ай бұрын
glad that it helped!
@babaramdass462 Жыл бұрын
Exactly what I was looking for 🙏
@MrRin_ Жыл бұрын
Thank you, Anton! Really great stuff, one day I will be as knowledgable as you are
@AntonPutra Жыл бұрын
Thank you!
@azerbaijan50 Жыл бұрын
Thank you for another great video, Anton. It is very informative.
@AntonPutra Жыл бұрын
Thank you! Appreciate it!
@nealpan Жыл бұрын
Great visualization. Thanks for sharing.
@AntonPutra Жыл бұрын
Thank you!
@Antonio-yy2ec Жыл бұрын
Your content is pure gold!!
@AntonPutra Жыл бұрын
Thank you!
@oleksandrhrebeniuk2676Ай бұрын
Only downside with Ingress is that (most of them) handles only HTTP traffic, so no way to expose DNS with Ingress for example.
@CloudWithUgur Жыл бұрын
dude your content is great, I am watching one after one.. thank you
@AntonPutra Жыл бұрын
Thank you!
@LuisGarcia-ec5el Жыл бұрын
Excelente video 🤌🏽🙌🏽
@AntonPutra Жыл бұрын
Thank you!
@vanshajdhar9223 Жыл бұрын
Amazing knowledge
@AntonPutra Жыл бұрын
Thanks!
@xcdcd2148 ай бұрын
Very good tutorial with so much details !
@AntonPutra8 ай бұрын
thanks!
@sebastiancanevari7287 Жыл бұрын
Thank you! Very clear!
@AntonPutra11 ай бұрын
thanks!
@farzadmf Жыл бұрын
Very well explained!
@AntonPutra Жыл бұрын
Thank you!
@varunj346 ай бұрын
This was really good. Thank you. Although the first part of how ClusterIP was exposed outside for the Kubernetes Dashboard kinda went over my head 😅
@AntonPutra6 ай бұрын
thanks :) let me know if you have any questions
@bunny9611 ай бұрын
perfect explanation, keep it up!
@AntonPutra11 ай бұрын
thanks! will do
@nds87805 ай бұрын
Great stuff!
@AntonPutra5 ай бұрын
thank you!
@mitya80 Жыл бұрын
спасибо ! полезная инфа !
@AntonPutra Жыл бұрын
spasibo za otziv!
@kayoutube690 Жыл бұрын
Wow!! Thank you!
@AntonPutra Жыл бұрын
Thank you!
@RafaelDurelli Жыл бұрын
What a vid. Thanks again
@AntonPutra Жыл бұрын
Thanks Rafael!
@HoneyHaiderMengha Жыл бұрын
@anton great work
@AntonPutra Жыл бұрын
Thank you Mengha!
@leoperez2566 Жыл бұрын
Very well explained.
@AntonPutra Жыл бұрын
thanks!
@zekeluther Жыл бұрын
Looking forward on Kubernetes 1.27: Avoid Collisions Assigning Ports to NodePort Services
@AntonPutra Жыл бұрын
What's your use case for NodePorts?
@zekeluther Жыл бұрын
@@AntonPutra chatbot platform with different market region.
@AntonPutra Жыл бұрын
@@zekeluther I mean your use case for nodeports, why not to use load balancer or ingress?
@eleven_b_eleven9 ай бұрын
Thanks. Very clear and concise
@AntonPutra9 ай бұрын
thanks!
@RashmiDuneja11 ай бұрын
Subscribed and liked
@AntonPutra11 ай бұрын
thank you!
@Gouravpandey18 ай бұрын
nicely explained. Thankyou!
@AntonPutra8 ай бұрын
Thanks!
@maxmustermann9858 Жыл бұрын
Great Explanation! But I’m still not sure what to use for my setup, I want to setup a kubernetes cluster in the cloud so each node one VM. My cloud provider has a Load Balancer service but limits the possible targets it can connect to, so I thought I will connect the Cloud Load Balancer to a Ingress/Load Balancer on the Cluster which then routes the traffic accordingly. That way I only use 3 Targets of my load balancer and my Cluster also controls the certs, so I don’t need to pay extra for more certs and load balancer recourses. How could I accomplish that, and is this even possible when wanting a production grade/ready cluster?
@AntonPutra Жыл бұрын
You can use the Nginx ingress controller. Set it up using a single 'target,' possibly two for HTTP/S, and then internally route to your services using the Nginx controller.
@maxmustermann9858 Жыл бұрын
@@AntonPutra Thanks! So my way wasn’t completely wrong. But as I understand this would now be a single point of failure, so how can I have HA Ingress Controller? Then the external load balancer can point to the 3 or more ingress controller.
@nforlife Жыл бұрын
Awesome!
@AntonPutra Жыл бұрын
Thank you!
@thedeadbaby10 ай бұрын
Why does everyone show the same diagram with a load balancer with many arrows coming out of it, one of which is going into a kubernetes cluster? This only serves to confuse people, as if the data from the load balancer is a straight line pipe into a single cluster. This is not how it actually works. The external load balancer talks directly to the nodes themselves. If you're trying to set up a service mesh, maybe this diagram is accurate, but you're simply confusing people if this is not the case.
@Circe-wz3kg8 ай бұрын
What do you mean? The arrows on one end are either the ingresses or services themselves and on the other end it's control plane
@ferociousjuggler26683 күн бұрын
Your way of sharing knowledge is amazing, keep up the great work man 🫡
@ukaszl.9943 Жыл бұрын
Great video. Thank you.
@AntonPutra Жыл бұрын
my pleasure!
@xianxiangchang5251 Жыл бұрын
What about using NodePort to aggregate different services under 1 load balancer using backends, instance-groups, url-maps, and HTTPS proxy?
@AntonPutra Жыл бұрын
Well that's how cloud providers used to do it behind the load balancer type service. Nowadays, they utilize IP mode and route traffic directly to the pod. On-premise, perhaps...
@ashadujjaman_hiru Жыл бұрын
Would you please share a tutorial for onpremise scenario, How can I deploy Ingress my onpremise kubernetes cluster? Please please please 😊
@AntonPutra Жыл бұрын
For on premise use metallb to create load balancers, then use it to deploy ingress. github.com/metallb/metallb
@auzanwidhatama94216 ай бұрын
I thought you were Indonesian 😅 Putra is a really common name here. Great content btw!
@AntonPutra6 ай бұрын
Thanks! 😃 coming back to Bali soon :))
@rexzgamer10 ай бұрын
Good to learn from you ❤
@RobertGaz Жыл бұрын
почему так сложно обяснить получше про LoadBalancer service? Ты говоришь, что он открывает под во вне, но совершенно непонятно, нужно навешивается реально какой-то балансировщик нагрузки или нет? например на 5:00 по смыслу да. а в остальном видео по смыслу нет.
@AntonPutra Жыл бұрын
I didn't understand the question. In the cloud, the LoadBalancer service creates a cloud load balancer and routes traffic to your app; on-premise, it depends on your configuration. Also, LoadBalancer can use node ports underneath, and if Kubernetes supports native networks (without virtual network plugins such as Flannel, Calico), it can route directly to your pod's IP address. (I don't have a Russian keyboard.)
@RobertGaz Жыл бұрын
@@AntonPutra Hey Anton. Thank you so much for answering! Now this seems to be clear for me.
@kaushikkm9336 Жыл бұрын
When we use the ingress, what should be the backend service type ? is it OK if its ClusterIP ?
@AntonPutra Жыл бұрын
Use ingress when you want to share one load balancer among multiple services, which is limited to HTTP/S only. Yes, most of the time you would use ClusterIP, except in some edge cases when you use the AWS Load Balancer Controller in instance mode.
@r3jk8Ай бұрын
fantastic!!!
@davidvillasmil1468 Жыл бұрын
what lesson number is this? can't fin the docs in github
@AntonPutra Жыл бұрын
I think I didn't commit any code for this lesson
@peace2941 Жыл бұрын
Anybody has an idea on the tools used to make this video (I mean animations and design) thank you !
@AntonPutra Жыл бұрын
I use adobe suite
@peace2941 Жыл бұрын
@@AntonPutra Thank you for your answer, that looks very cool but also complicated I guess it's using after Effects right?
@AntonPutra Жыл бұрын
@@peace2941 Yes, I create graphics in Illustrator and animate them in After Effects.
@peace2941 Жыл бұрын
@@AntonPutra Looks like a lot of effort, thank you, that looks really good !
@AntonPutra Жыл бұрын
@@peace2941 Thanks
@dotnetknack5 ай бұрын
Awesome :)
@AntonPutra5 ай бұрын
thanks!
@675FresH Жыл бұрын
Thanks for content Anton! May I ask your opinion, is it worth getting a certificate in Kubernetes(CKA or CKAD)?
@AntonPutra Жыл бұрын
Personally, I never pay attention to whether a candidate has certificates or not. Perhaps someone else does.
@nforlife Жыл бұрын
That's is a perfect answer
@user-ano-x5c Жыл бұрын
Informative content .. Which tool do you use for graphics ?
@AntonPutra Жыл бұрын
thanks, adobe suite
@equbqlalam62306 ай бұрын
GREAT
@AntonPutra6 ай бұрын
thank you!
@diegonayalazo Жыл бұрын
Thanks Teacher
@danielecerboni418 Жыл бұрын
Thanks
@davidlee588 Жыл бұрын
➜ ~ kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard 8443:443 Error from server (NotFound): namespaces "kubernetes-dashboard" not found
@AntonPutra Жыл бұрын
Have you deployed the dashboard? Run "kubectl get ns" to list all namespaces.