An open API service indexing awesome lists of open source software.

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

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"