{"id":16782329,"url":"https://github.com/denniseffing/mts-service-mesh","last_synced_at":"2026-01-02T23:34:31.331Z","repository":{"id":80527534,"uuid":"140579069","full_name":"denniseffing/mts-service-mesh","owner":"denniseffing","description":"Configuration for deploying microservices of the OASP reference application \"My Thai Star\" on an Istio service mesh.","archived":false,"fork":false,"pushed_at":"2019-02-22T16:51:07.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T07:46:06.816Z","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/denniseffing.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-11T13:28:17.000Z","updated_at":"2019-02-22T16:51:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdaf04aa-2bc4-4e49-955c-6fa0be9a299e","html_url":"https://github.com/denniseffing/mts-service-mesh","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/denniseffing%2Fmts-service-mesh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniseffing%2Fmts-service-mesh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniseffing%2Fmts-service-mesh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denniseffing%2Fmts-service-mesh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denniseffing","download_url":"https://codeload.github.com/denniseffing/mts-service-mesh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933449,"owners_count":20370989,"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-10-13T07:44:57.099Z","updated_at":"2026-01-02T23:34:31.296Z","avatar_url":"https://github.com/denniseffing.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Thai Star Service Mesh\nConfiguration for deploying microservices of the OASP reference application \"My Thai Star\" on an Istio service mesh.\n\nMicroservices:\n- [mts-booking-order](https://github.com/denniseffing/mts-booking-order)\n- [mts-dishes](https://github.com/denniseffing/mts-dishes)\n- [mts-frontend](https://github.com/denniseffing/mts-frontend)\n\nThe microservice implementation is **only for demonstrating the functionality of Istio** and is not under active development. It is based on [oasp/my-thai-star@9caedb](https://github.com/oasp/my-thai-star/commit/9caedb91eb3fe0d433f6d08e5cd72b7fbb8f25c3) and will not be updated in the future.\n\nThe configuration has been tested on the following environments:\n- Minikube running Kubernetes 1.10.5 and Istio 1.0.2\n- Google Kubernetes Engine with 4 nodes running Kubernetes 1.10.6-gke.4 and Istio 1.0.2\n\n## How to use\n\n1. Install Istio on Kubernetes and enable tracing, Kiali and Grafana.  \n   Please disable Galley as it doesn't allow specifying a host:port combination for virtual services.  \n   ```bash\n   helm install ./install/kubernetes/helm/istio --name istio --namespace istio-system --set galley.enabled=false --set tracing.enabled=true --set=kiali.enabled=true --set=grafana.enabled=true\n   ```  \n   Check out the [Istio documentation](https://istio.io/docs/setup/kubernetes/quick-start/) for detailed installation instructions.\n\n2. OPTIONAL: Apply service configuration for the Kiali dashboard.\n   ```bash\n   kubectl apply -f mts-app-deployment/kiali-services.yaml\n   ```\n   \u003e NOTE: When deploying on minikube, you have to activate the ingress addon: `minikube addons enable ingress`  \n   When deploying on GKE, you have to forward the port 20001 to the pod that runs Kiali. \n\n3. Deploy My Thai Star and apply the basic Istio routing configuration.  \n   ```bash\n   # Deploy My Thai Star\n   kubectl apply -f mts-app-deployment/services/mts.yaml\n\n   # Apply basic Istio routing configuration\n   kubectl apply -f mts-app-deployment/routing-configuration/mts-ingress.yaml\n   kubectl apply -f mts-app-deployment/routing-configuration/mts-virtualservice-ingress.yaml\n   ```\n4. Determine Istio ingress gateway `NODE_IP` and `NODE_PORT`. See [here](https://istio.io/docs/tasks/traffic-management/ingress/#determining-the-ingress-ip-and-ports) for further information.\n5. Add Istio ingress gateway `NODE_IP` to hosts file using the domain mts.local.\n6. Open up your browser at `http://mts.local:\u003cNODE_PORT\u003e` (Minikube) or http://mts.local (GKE).\n\n\u003e If you want to access the Kiali dashboard, you can reach it on http://mts.local when using Minikube or on http://localhost:20001 when using GKE.  \n\n----\nTODO: Documenation for advanced configurations.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenniseffing%2Fmts-service-mesh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenniseffing%2Fmts-service-mesh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenniseffing%2Fmts-service-mesh/lists"}