Inject sidecar manually istio
Manually inject Istio sidecar into a deployment manifest
istioctl kube-inject -f deployment.yaml | kubectl apply -f -
more istio
all 19 commands →
Manually inject Istio sidecar into a deployment manifest
istioctl kube-inject -f deployment.yaml | kubectl apply -f -