implemented using docker and kubernetes
Development process: -Skaffold cli
skaffold
this will kickstart the entire application automatically
navigate to infra/k8s director and run following commands
kubectl apply -f posts-depl.yaml
kubectl apply -f comments-depl.yaml
kubectl apply -f query-depl.yaml
kubectl apply -f event-bus-depl.yaml
kubectl apply -f moderation-depl.yaml
kubectl apply -f client-depl.yaml
kubectl apply -f ingress-srv.yaml
C:\Windows\System32\drivers\etc (depending on your OS)
update the 'hosts' file and add this
127.0.0.1 posts.com
after running every command/configs mentioned above, navigate to Post_Microservice_App