🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@GabrielPozo Жыл бұрын
The outstanding quality of this video makes me want to become a DevOps 😁 👏👏👏👏👏👏
@AntonPutra Жыл бұрын
Thanks Gabriel!
@saadullahkhanwarsi5853 Жыл бұрын
Always amazed to see such quality content, with the market demand. May you succeed in your career more!!❤
@AntonPutra Жыл бұрын
🙌
@valerikehayov2393 Жыл бұрын
Thanks for AWS App mesh tutorial!
@AntonPutra Жыл бұрын
Welcome!
@et449311 ай бұрын
10/10 on this one. Thank you man
@AntonPutra11 ай бұрын
No problem!
@kayoutube690 Жыл бұрын
Finally!! ❤❤❤❤
@AntonPutra Жыл бұрын
Anytime!
@agnellogeorge Жыл бұрын
awesome tutorial.. can you tell me what mic are you using .. your voice clarity is too good.
@AntonPutra Жыл бұрын
Thanks, Shure SM7B
@yvettelau9143 Жыл бұрын
This is an amazing tutorial! Thank you!
@AntonPutra Жыл бұрын
Thanks, Yvette! At least you have the source code😅
@saranyadec19527 ай бұрын
Hi ... Thanks for making this video... very useful to understand the concepts clearly... Can you suggest any docs to make the istio service mesh on eks using terraform script?
@AntonPutra7 ай бұрын
Sure, i have tutorial as well - github.com/antonputra/tutorials/tree/main/lessons/155/istio-terraform
@boyanbalev4428 Жыл бұрын
Hi Anton I've used a lot of service meshes in my personal projects same setup with TF . Curious to see maybe a when to prefer one product over the other ,because sometimes I see a lot of feature parity . Also I think Linkerd is the fastest but is sometimes unstable and I need to restart some resources curious why. Great work I'm interested maybe if you make a comparison video between different meshes,becuase I'm just a fan not a pro.
@AntonPutra Жыл бұрын
In my opinion, App Mesh is not ready for prime time yet. Unless you really want to see integration with AWS UI, you should favor Istio or Linkerd. There is a very interesting sidecar-less Cilium Service Mesh that I want to test in the near future.
@RafaelDurelli Жыл бұрын
The best 🎉🎉🎉
@AntonPutra Жыл бұрын
Thanks Rafael!
@RafaelDurelli Жыл бұрын
Just a out of context question … what tool do u use to make these beautiful presentations?!? Thanks
@AntonPutra Жыл бұрын
Adobe Suite: Illustrator for graphics and After Effects for animation.
@MrRin_ Жыл бұрын
Can you do a tutorial on GKE GPU autoscaling with spot instances?
@AntonPutra Жыл бұрын
Okay, I'll put it on my list. Is there any specific issue you're facing?
@MrRin_ Жыл бұрын
@@AntonPutra Yes, I need to have two node pool: one is preemptive, another one is default. I would like to have autoscaling on both node pools while utilizing preemptive node pool as much as possible. I also have time sharing enabled which allows me to schedule three pods on the same GPU, just letting you know. What are the best practices around designing my GPU cluster for scaling and cost optimization?
@AntonPutra Жыл бұрын
@@MrRin_ Good question. Someone on my team was working on a GPU cluster for ML, but I didn't have time to delve deeply into that topic.
@iankoh352710 ай бұрын
Hi @AntonPutra! I am having trouble running the command kubectl apply -f. I receive an error that says connection to the server localhost:8080 was refused. Am i doing something wrongly?
@AntonPutra10 ай бұрын
You need to update kubernetes context. If you use Eks run aws eks update … I don’t remember exact command
@YordisPrieto Жыл бұрын
First
@Babbili Жыл бұрын
i was expecting to see app mesh apiVersion is Istio, as it looks pretty much same as istio, maybe it's istio behind the scene
@AntonPutra Жыл бұрын
They borrowed only envoy the rest of the API is very confusing and AWS specific to port it between different products such as EC2, EKS, ECS etc.