mirror of https://github.com/istio/istio.io.git
12 lines
443 B
Markdown
12 lines
443 B
Markdown
---
|
|
title: Kubernetes - How can I debug problems with automatic sidecar injection?
|
|
weight: 20
|
|
---
|
|
|
|
Ensure that your cluster has met the
|
|
[prerequisites](/docs/setup/kubernetes/sidecar-injection/#automatic-sidecar-injection) for
|
|
the automatic sidecar injection. If your microservice is deployed in
|
|
kube-system, kube-public or istio-system namespaces, they are exempted
|
|
from automatic sidecar injection. Please use a different namespace
|
|
instead.
|