Build images
docker build -t micya/pet-webapi -f src/webapi/Dockerfile .
docker build -t micya/pet-webapp -f src/webapp/Dockerfile .Deploy applications
kubectl apply -f yaml/deploymentDeploy services
kubectl apply -f yaml/serviceArchitecture without ingress:
Deploy another app and ingress
kubectl apply -f yaml/ingressArchitecture with ingress:

