-
Install istio with demo profile from getting started tutorial.
-
Create new namespace, eschool -
kubectl create ns eschool
-
Enable istio sidecar injection in eschool namespace -
kubectl label namespace eschool istio-injection=enabled
-
Deploy the eschool gateway
kubectl -n eschool apply -f .\eschool-gateway.yaml
-
Deploy mssql -
helm -n eschool install mssql .\mssql\
-
Deploy enrolling service -
helm -n eschool install enrolling .\enrolling\
-
After the deployment is completed visit http://localhost/enrolling-api/swagger/index.html
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
charts
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||