Skip to content

gitclonedcush/aspnetcore-istio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aspnetcore-istio

Setup

Running on Kubernetes

  • Build docker image docker build -t grade-service:v1 .
  • Run bash ./up.sh
    • This will create a grade service deployment, service, and ingress
  • Get the ingress/gateway ip using export GATEWAY_URL=$(kubectl get po -l istio=ingress -n istio-system -o 'jsonpath={.items[0].status.hostIP}'):$(kubectl get svc istio-ingress -n istio-system -o 'jsonpath={.spec.ports[0].nodePort}')
  • Request grades at $GATEWAY_URL/api/grades
  • Cleanup with bash ./cleanup.sh

About

aspnet.core service using istio on kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published