Комментарии:
great videos!!!
ОтветитьAwesome
ОтветитьHi Venkat,
Thank you for creating Kubernetes playlist. It has helped me a lot.
Is there a platform to ask question regarding the content that you create?
Is it possible to create a multi-master set up without using kubespray or any other tools (just kubeadm)?
I am trying to achieve it using Google Cloud VMs.
While configuring the HA proxy as an external load balancer, what IPs should be used? The external IP or should there be any Virtual IPs?
Sir, thx for sharing knowledge.
ОтветитьHi Venkat,
I am beginner for devops
You are inspiring me to learn many things in devops....
I would like to grow my knowledge in the real time scenario projects using Ansible, Docker-compose, K8S, ELK, AWS, Jenkins...but i don't know "How to start" Can you please suggest me your inputs?
instead of metallb can we use ALB im working on aws hosting installed k8s with ansible playbook with one master nd one node
ОтветитьMay be you should try to use full service name (with namespace at least) in ing resource manifest at last case?
Ответитьingress resource entry for service name with namespace would be able to direct to different namespace. Thanks.
ОтветитьUsing this approach, The LoadBalancer never gives an external IP with aws.
Got stuck at pending :(
Hi. Thanks for the great video. Is there any video of you where. you have demonstrated how we can get logs from ingress controller using jaeger or elasticsearch with filebeat? Thanks.
ОтветитьIt works on path /blue and /green.. but the main page is giving 503 Service Temporarily available
ОтветитьThank you, Good knowledge
ОтветитьHi Venkat,
Your videos are just the BEST. I managed to set up Nginx Ingress on a bare metal cluster (1 master 3 workers). Your videos got me familiar with everything. Thanks a lot and keep up the great work.
Hi Venkat,
Since I started working on container and container orchestration, I started watching your videos and mostly get what I need to know. I said mostly because I am working on single node cluster, minikube for which I cannot use the information, knowledge that you have shared which are related to infrastructure. Thank you very much for knowledge sharing.
many thanks, this is what am checking for past two days.
ОтветитьMany thanks man in nice t-shirt 😍
Now, why I might need to implement these components in different namespaces ? Is it security best practice ?
Also, which k8s components can span across namespace like ingress controller if it does then ?
Hi Venkat,
Can you please do video on kubectl port forwarding
Thank you
ОтветитьHello Venkat! Thank you for all your efforts! Some additional information for feature viewers: if you using nginx ingress controller version > 0.22.0 then rewrite behavior is changed and you will not able complete this lab successfully. Work around: delete rewrite action from ingress-resource-3.yaml and configure nginx virtual catalog for example deployments like: mountPath: "/usr/share/nginx/html/{blue, green}" . Hope it will be useful!
ОтветитьIt works perfectly, thank you!
ОтветитьI have a quick question. I have a service running on Kubernetes on AWS, I used Terraform to deploy the infrastructure.
So, when I deploy a service with Type LoadBalancer, it gets assigned a LoadBalancer by AWS right away. (Not using NGNIX-INGRESS)
Now we want to increase micro-service with Nginx-Ingress and I am new to this.
Any guidelines on how I can approach this? I have a service that is already being accessed by users online.
While you get back to me, I am already trying to publish a demo to see if I can achieve this. :)
Hello Venkat, thanks much for the video.
Is there a way to access my deployment in k8s using FQDN (without adding an entry of IP address in /etc/hosts file)?.
Currently in we are using a managed K8S cluster which is GKE and the ingress controller service type is loadbalancer. So, whenever the developer commits their code into the repository, for example, using a multi-branch pipeline Jenkins job feature1 branch will be deployed to our Dev cluster using helm charts and it gives one FQDN, and the developer uses FQDN for testing if his code is working or not (but the developer never enter load balancer IP address in the hosts file).
Hi, Can you please explain who will replace what in Kubernetes context if my application architecture has API-Gateway zuul is present which actually resolve the API path based on the rules via Netflix Eureka service
ОтветитьHi Venkat
I would request to add another video with ssl certificate along with nginx ingress controller
Regards
Zaheer
Hi sir, it is possible to run ingress-controller on v1.22.1 over bare metal setup. I have tried many times to install ingress-controller but I am able to configure it.
Ответитьthank you sir, and the question also, we run everything in our namespace except metallb. Metallb still connect to the ingress event it not deployed in the same namespace. metalLb run in metallb-system namespace. right ?
Ответитьwhat is the diff btwn default and example? Are 1. and 2. scenario the same? I mean, what if I set exp2 namespace instead of default?
ОтветитьFirst of all, Thank you for sharing those valuable information. I have a question is it possible to multiple ingress resource in different namespaces. For example, in the Default namespace there is one ingress resources that serve certain applications. And in the example namespace another ingress resources that serve another application. Keep in consideration that we have one ingress controller in the cluster.
ОтветитьThat's useful. Recently stuck in slimier issue. BTW which terminal is that? Like its suggestion mechanism.
ОтветитьInstead of deleting ingress controller from default namespace. Can we install second nginx ingress controller in example namespace i want to keep both in running state.
Ответить