Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benc-uk/dapr-gateway-hack
Experiment and hack for Dapr service invocation across networks and clusters
https://github.com/benc-uk/dapr-gateway-hack
dapr proxy rpc
Last synced: about 1 month ago
JSON representation
Experiment and hack for Dapr service invocation across networks and clusters
- Host: GitHub
- URL: https://github.com/benc-uk/dapr-gateway-hack
- Owner: benc-uk
- Created: 2021-05-17T10:13:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T21:16:19.000Z (over 3 years ago)
- Last Synced: 2024-11-11T11:49:12.823Z (3 months ago)
- Topics: dapr, proxy, rpc
- Language: Go
- Homepage:
- Size: 267 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dapr Gateway Hack Project
This repo contains some of the work required to allow Dapr to make cross network calls, e.g. from one cluster to another by the means of a TCP gateway.
This was done as part of Microsoft CSE One Week 2021, and is a proof of concept rather than a full robust implementation
Thanks to all the team, the work in this repo represents much of their efforts and input 😁
- [Joni Collinge](https://github.com/jjcollinge)
- [Shiran Rubin](https://github.com/shiranr)
- [Dariusz Parys](https://github.com/dariuszparys)
- [Avishay Balter](https://github.com/balteravishay)## Contents
- [gateway](gateway/) - TCP proxy acting as a gateway in the receiving cluster / network
- [apps](apps/) - Sample apps to test and debug service invocation
- [deploy](deploy/) - Deploy the sample tester apps to Kubernetes in Dapr-ized mode
- [sentry-config](sentry-config/) - Configuration for mTLS within Dapr using custom certs## Proposed High Level Architecture
![](https://user-images.githubusercontent.com/14982936/119155904-929cdf80-ba4b-11eb-87b8-1a3cb30eb865.png)