redhat-scholars / kubernetes-tutorial

Kubernetes Tutorial for https://dn.dev/master
https://redhat-scholars.github.io/kubernetes-tutorial/
Apache License 2.0
361 stars 194 forks source link

Using Ingress #27

Closed kameshsampath closed 2 years ago

kameshsampath commented 4 years ago

With this project projectcontour.io incubating into CNCF, it will be nice for us to show the users about Ingress. This Ingress is based on envoy so the elements are just same as virtual service

@burrsutter @lordofthejars thoughts ??

burrsutter commented 4 years ago

We would like to keep the Minikube and Openshift experiences fairly close. If you deploy the nginx based ingress to minikube (and nginx is the most popular solution) then the Ingress.yaml used is close to the Ingress.yaml used on OpenShift which generates a Route via ha-proxy.

kameshsampath commented 4 years ago

@burrsutter are you saying we add it or not?? I quoted projectcontour because its part of CNCF and it understands kubernetes Ingress resource.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Burr Sutter notifications@github.com Sent: Thursday, July 16, 2020 3:39:46 AM To: redhat-developer-demos/kubernetes-tutorial kubernetes-tutorial@noreply.github.com Cc: Kamesh Sampath kamesh.sampath@hotmail.com; Author author@noreply.github.com Subject: Re: [redhat-developer-demos/kubernetes-tutorial] Using Ingress (#27)

We would like to keep the Minikube and Openshift experiences fairly close. If you deploy the nginx based ingress to minikube (and nginx is the most popular solution) then the Ingress.yaml used is close to the Ingress.yaml used on OpenShift which generates a Route via ha-proxy.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fredhat-developer-demos%2Fkubernetes-tutorial%2Fissues%2F27%23issuecomment-659040518&data=02%7C01%7C%7Cf15061ba173246e1b4d408d8290bc9dc%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637304477885443346&sdata=MdsA4ZcFNNgGqQ5hOBhXJk%2Fe3%2B%2FrI8FTpX5YQEA4wfE%3D&reserved=0, or unsubscribehttps://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAHHMIKZIEJKDK662Q6KH3TR3YSKVANCNFSM4O2V3S4Q&data=02%7C01%7C%7Cf15061ba173246e1b4d408d8290bc9dc%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637304477885453334&sdata=LsBy6wq2fOoHbgWLhISHMvX%2FmwySAddXDRZGpimyMuk%3D&reserved=0.

burrsutter commented 4 years ago

let's stick with nginx and its minikube add-on https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/