How to setup NGINX Ingress Controller on Kubernetes Cluster

preview_player
Показать описание
Please refer to the latest version of Ingress Controller v1.9.0 installation on Kubernetes Cluster v1.19.3 :

Download steps from here :

1. What is Ingress?
2. What is the Ingress Controller?
3. How does it work?
4. Create a Namespace, a SA, the Default Secret, the Customization Config Map, and Custom Resource Definitions.
5. Configure RBAC.
6. Deploy the Ingress Controller.
7. Create a DaemonSet.
8. Check that the Ingress Controller is Running.
Рекомендации по теме
Комментарии
Автор

I can view the ingress-nginx logs from lens kubernetes, however if i want to automate all the nginx pods logs to be displayed at a specified time, how and where should i write a script ?please

lakshmisharp
Автор

how to integrate load balancer with Nginx ingress controller? Please reply we are facing issues with that. Thanks.

SathishKumar-umti
Автор

Hi I have deployed the ingress controller and the nodes are displayed the same, but cant estable the network connect with the pods thereby cant show the testing part (https: 404 Not Found), please help me in the same...

rajivbanerjee
Автор

Hi, I have setup nginx ingress controller with helm and created an ingress. The paths is working well, it can redirect path to different services. But the annotations are not taking effect at all no matter what I did. (kubernetes 1.15, nginx ingress controller 1.6.3)

ColinsMatas
Автор

followed the same steps, but getting CrashLoopBackOff error after installing nginx-ingress.yaml

muralis
Автор

Very nice explanation and nice video. Thanks for sharing knowledge. Can you please guide us on where is 4th video of this series ? I am able to find first 3 videos in your list of videos. 4th one (Integrate load balancer with ingress controller) is not found. Have you uploaded it already ? If yes, please share link. If no, When are you planning to release it ? Thanks in advance. Great if you can prepare playlist of all videos together.

chiragshah
Автор

Wonderful videos where can i find the part#2?

epsalimep
Автор

I am getting below error

$ kubectl apply -f
resource mapping not found for name: namespace: "" from no matches for kind "CustomResourceDefinition" in version
ensure CRDs are installed first

resource mapping not found for name: namespace: "" from no matches for kind "CustomResourceDefinition" in version
ensure CRDs are installed first

kumar.abhinav
Автор

Excellent! Excellent video.  Is there possible to have the rest of video?Thank you in advance!

ThanhDo-uthp
Автор

Greetings, I hope you can help me, I can't get my ingress configuration to take the route /posts/?(.*)/comments
he answers me with 404

jbaptista