- dotnet 7
- node 16
- pnpm
minukube
kubectl
helm
sh init.sh
helm repo add istio https://istio-release.storage.googleapis.com/charts
helm repo update
kubectl create namespace istio-system
helm install istio-base istio/base -n istio-system
helm install istiod istio/istiod -n istio-system --wait
kubectl label namespace default istio-injection=enabled
sh build.sh
helm repo add bitnami https://charts.bitnami.com/bitnami
helm dependency build
helm install local helm
minikube tunnel
http://localhost
sh start.sh
- visit
http://localhost
sh delete.sh
docker compose -f dev/docker-compose.yml up -d
Run migrations sh migrations.sh
Or
(cd AuthService && dotnet ef database update) &&
(cd UserService && dotnet ef database update) &&
(cd PostService && dotnet ef database update)