Create the istio-pilot
service account:
kubectl apply -f serviceaccounts/istio-pilot.yaml
Create the istio-pilot
cluster role:
kubectl apply -f clusterroles/istio-pilot.yaml
Create the istio-pilot
role binding:
kubectl apply -f rolebindings/istio-pilot.yaml
Create the istio
ConfigMap which holds the Istio configuration:
kubectl apply -f configmaps/istio.yaml
Create the istio-pilot
deployment:
kubectl apply -f deployments/istio-pilot.yaml
Create the istio-pilot
service:
kubectl apply -f services/istio-pilot.yaml
At this point the Istio Pilot service is ready for use:
kubectl get pods -l istio=pilot
NAME READY STATUS RESTARTS AGE
istio-pilot-XXXXXXXXX-XXXXX 2/2 Running 0 1m