cd infra
terraform init
terraform apply
gcloud container clusters get-credentials --region <REGION> <CLUSTER>
kubectl label namespace default istio-injection=enabled
kubectl apply -n istio-system -f authn/
kubectl apply -f opa-mixer/
kubectl apply -f httpbin/