Kubernetes

On Kubernetes the data-planes are automatically injected via the kuma-injector executable as long as the K8s Namespace includes the following label:

  1. kuma.io/sidecar-injection: enabled

On Kubernetes the Dataplane entity is also automatically created for you, and because transparent proxying is being used to communicate between the service and the sidecar proxy, no code changes are required in your applications.