Another good video releveant to day to day operations.
@AntonPutra2 жыл бұрын
Thanks Sujith!
@chasim1982 Жыл бұрын
Hi! Great Video as always, can you please create detailed video with linkerd monitoring & mtls, thanks
@AntonPutra Жыл бұрын
Thanks Muhammad, yes. Next one is for istio. The one after is for linkerd
@mitupanigrahi75645 ай бұрын
Sir, I deployed the NGINX Ingress Controller using Helm with the version you provided, but I am not getting latency and traffic metrics. Could you please help me sir🙏🙏🙏🙏.
@mitupanigrahi75645 ай бұрын
I have deployed inside minikube with nodeport
@AntonPutra5 ай бұрын
Well, it's hard to say, but next time when I refresh this tutorial, I'll try to include more steps to verify that you achieve the expected result and have all the metrics you need in Prometheus.
@hasanbingolbali9423 Жыл бұрын
Thank you for great video. May I ask you where do you get .yaml files? From my observation some of them from open-source helm charts. Can you please explain further the creation of yaml files. Thank you in advance. Your tutorials are one in a kind, I really admire your process of thinking and want to further understand what is going on behind the scenes.
@AntonPutra Жыл бұрын
Thanks! You're right, some I took from Helm charts (you can run 'helm template' to generate YAML from the chart), and others from 'examples' or 'deploy' folders of the corresponding open-source projects.
@jazzlighthart Жыл бұрын
can we do the same with AWS ALB Ingress Controller?
@AntonPutra Жыл бұрын
Nope, AWS load balancer controller does not have a proxy. It routes traffic directly from the pod to the Application load balancer. You can only retrieve metrics from the AWS itself.