March 2020
Intermediate to advanced
626 pages
14h 45m
English
The data plane consists of one or more nodes running microservices containers in pods. Each pod has a sidecar that takes care of inter-service communication.
The sidecar proxy is agnostic to the language of the microservice since it works at the network layer. The proxy in a data plane intercepts inbound and outbound traffic for a microservice. With it, we can perform the following tasks:
Kubernetes uses pods as single units where multiple containers within a pod share the same IP address or service name. All of the sidecar ...
Read now
Unlock full access