Skip to content

varlogen/istio-thrift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

istio-thrift

  1. Create kubernetes cluster in docker
kind create cluster
  1. Run and setup istio
istioctl install --set profile=demo
  1. Build docker images for services
docker build -t client/client:some_tag Clients/client1
docker build -t country/country:some_tag Services/Country
  1. Load an images into cluster
kind load docker-image client/client:some_tag
kind load docker-image country/country:some_tag
  1. Apply the cluster settings
kubectl apply -f ns.yaml
kubectl -n istio-thrift apply -f deploy.yaml
  1. Define the ingress gateway:
kubectl -n istio-thrift apply -f gateway.yaml
  1. Follow these instructions to set the INGRESS_HOST and INGRESS_PORT variables for accessing the gateway.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 89.2%
  • Dockerfile 6.0%
  • Thrift 4.8%