# highlight `app:`kustomizebuild $BASE |grep-C3app:# Compare the output directly to see how staging and production differ:diff \<(kustomizebuild $OVERLAYS/staging) \<(kustomizebuild $OVERLAYS/production)|\more
how to add multiple localhosts to mac, sothat I can run multiple services on same port?
### Host Database## localhost is used to configure the loopback interface# when the system is booting. Do not change this entry.##127.0.0.1localhost255.255.255.255broadcasthost::1localhost# Added by Sumanth127.0.0.1accountsrv127.0.0.2emailersrv127.0.0.3greetersrv# End of section# Added by Docker Desktop# To allow the same kube context to work on the host and the container:127.0.0.1kubernetes.docker.internal# End of section