implemented using docker and kubernetes
Development process: -Skaffold cli
skaffoldthis will kickstart the entire application automatically
navigate to infra/k8s director and run following commands
kubectl apply -f posts-depl.yamlkubectl apply -f comments-depl.yamlkubectl apply -f query-depl.yamlkubectl apply -f event-bus-depl.yamlkubectl apply -f moderation-depl.yamlkubectl apply -f client-depl.yamlkubectl 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