https://github.com/rupesh40/relay-_caching_example
example of relay server with caching
https://github.com/rupesh40/relay-_caching_example
go golang istio minikube relay-server
Last synced: about 1 month ago
JSON representation
example of relay server with caching
- Host: GitHub
- URL: https://github.com/rupesh40/relay-_caching_example
- Owner: rupesh40
- Created: 2021-07-08T13:24:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T09:09:08.000Z (over 3 years ago)
- Last Synced: 2025-07-14T23:36:23.074Z (11 months ago)
- Topics: go, golang, istio, minikube, relay-server
- Language: Shell
- Homepage:
- Size: 46.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Relay-_caching_example
example of relay server with caching
Relay server is deployed over istio which relays the request and responce back and forth to the client.
Relay server also does the caching the request and stores the request locally.
Relay server has envoy proxy enjected by the Istio.
#Steps to run the Application :
1. start the minikube
2. start Istio
3. Run command "kubectl apply -f relay.yaml "
4. Open another wsl cmd and Run command "minikube tunnel"