minikube start
helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
helm install -n istio incubator/istio
kubectl apply -f <(istioctl kube-inject -f samples/apps/bookinfo/bookinfo.yaml)
git clone https://github.com/diegopacheco/rancher-istio.git
cd rancher-istio/
kubectl get services istio-ingress -o wide
export POD_NAME=$(kubectl get pods --namespace default -l "component=istio-istio-grafana" -o jsonpath="{.items[0].metadata.name}")
kubectl port-forward $POD_NAME 3000:3000 --namespace default
Created
September 5, 2017 17:29
-
-
Save diegopacheco/8712a9102115474546c12cefdef1dd15 to your computer and use it in GitHub Desktop.
Minikube + Istio + Rancher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More on: http://rancher.com/microservices-made-easier-using-istio/