Traffic routing — VirtualService istio
Apply a VirtualService to define traffic routing rules
kubectl apply -f virtualservice.yaml
more istio
all 19 commands →
Traffic routing — DestinationRule
kubectl apply -f destinationrule.yaml
Enable mTLS (strict)
kubectl apply -f - <<EOF
apiVersion: security.istio.io/v1beta1
kind: PeerAuthentication
metadata:
name: default
namespace: default
spec:
mtls:
mode: STRICT
EOF
Inject sidecar manually
istioctl kube-inject -f deployment.yaml | kubectl apply -f -
Dashboard (Kiali)
istioctl dashboard kiali
Dashboard (Jaeger)
istioctl dashboard jaeger