{"id":13876109,"url":"https://github.com/kelseyhightower/istio-ingress-tutorial","last_synced_at":"2025-04-09T23:18:41.645Z","repository":{"id":65979034,"uuid":"100725885","full_name":"kelseyhightower/istio-ingress-tutorial","owner":"kelseyhightower","description":"How to run the Istio Ingress Controller on Kubernetes","archived":false,"fork":false,"pushed_at":"2018-07-26T21:22:01.000Z","size":61,"stargazers_count":324,"open_issues_count":4,"forks_count":54,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-09T23:18:38.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kelseyhightower.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-18T15:30:12.000Z","updated_at":"2025-02-21T23:37:37.000Z","dependencies_parsed_at":"2023-02-19T18:45:16.162Z","dependency_job_id":null,"html_url":"https://github.com/kelseyhightower/istio-ingress-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelseyhightower%2Fistio-ingress-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelseyhightower%2Fistio-ingress-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelseyhightower%2Fistio-ingress-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelseyhightower%2Fistio-ingress-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelseyhightower","download_url":"https://codeload.github.com/kelseyhightower/istio-ingress-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125592,"owners_count":21051771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T06:01:01.562Z","updated_at":"2025-04-09T23:18:41.619Z","avatar_url":"https://github.com/kelseyhightower.png","language":"Shell","funding_links":[],"categories":["Shell","others","Tutorials \u0026 Learning"],"sub_categories":[],"readme":"# Istio Ingress Tutorial\n\nThis tutorial demonstrates how to run the Istio Ingress Controller in a Kubernetes Cluster.\n\n## Rationale\n\nThe Istio project hosts multiple components including: [Pilot](https://istio.io/docs/concepts/traffic-management/pilot.html), [Mixer](https://istio.io/docs/concepts/policy-and-control/mixer.html), and [Auth](https://istio.io/docs/concepts/network-and-auth/auth.html). When combined these components provide a complete platform to connect, manage, and secure microservices. However, adopting Istio is not an all or nothing proposition. You can adopt only the parts you need. In this tutorial the Istio Pilot, which is responsible for the lifecycle of [Envoy](https://lyft.github.io/envoy/) instances, and the Istio Ingress, a [Kubernetes Ingress Controller](https://kubernetes.io/docs/concepts/services-networking/ingress/) based on Envoy, will be used to provide a robust Ingress solution.\n\n## Architecture\n\n![Istio Ingress Architecture](images/istio-ingress.png)\n\n* Istio Pilot managed by a Deployment \n* Istio Ingress Controller managed by a DaemonSet\n  * Runs on each node in dedicated Istio Ingress node pool\n* Frontend Load Balancer distributes traffic across multiple Istio Ingress Controllers\n\n## Tutorial\n\n* [Prerequisites](docs/01-prerequisites.md)\n* [Install Client Tools](docs/02-client-tools.md)\n* [Provision The Kubernetes Infrastructure](docs/03-kubernetes-infrastructure.md)\n* [Provision The Istio Pilot](docs/04-istio-pilot.md)\n* [Provision The Istio Ingress Controller](docs/05-istio-ingress-controller.md)\n* [Using Istio Route Rules](docs/06-istio-route-rules.md)\n\n## Clean Up\n\nRun the clean-up bash script to remove all compute resources created by this tutorial:\n\n```\nbash clean-up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelseyhightower%2Fistio-ingress-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelseyhightower%2Fistio-ingress-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelseyhightower%2Fistio-ingress-tutorial/lists"}