Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 531 Bytes

Service mesh API endpoint discovery based on Envoy and K8s Informer

Logical Architecture

alt text

Local development

Build docker image using minikube

eval $(minikube docker-env)

docker build -f build/Dockerfile . -t receiver:latest

Deploy to minikube

# permissions for envoy-receiver
kubectl create -f deploy/cluster-role.yaml
kubectl create -f deploy/cluster-role-binding.yaml

# envoy-receiver with service
kubectl apply -f deploy/envoy-receiver.yaml