Build and publish Container image e.g. using Docker.
docker build -t prgcont/workshop-namespace:0.0.2 .
docker push prgcont/workshop-namespace:0.0.2
Deploy workshop-namespaces to kubernetes cluster with istio.
kubectl create -f <(istioctl kube-inject -f ./k8s-deployment.yaml)
kubectl create -f ./k8s-ingress.yaml