Repository for the Service mesh demo
Contents of the Repo
- mygrpcadapter.go - The server file for the adapter
- config.proto - The gRPC file for the inputs to the adapter.
- main.go - The main file starting the server at mygrpcadapter.go
- Dockerfile to prepare the image.
- sample_operator_cfg.yaml
- mygrpcadapter-k8s.yaml
- cutomAdapterTutorial.docx Doc that explains a step by step procedure for setting up the Dev environment.