15 lines
267 B
Markdown
15 lines
267 B
Markdown
# Interpod networking
|
|
|
|
## In the same namespace
|
|
|
|
The name of a service from some other node when they are in the same namespace is
|
|
just the name of the service.
|
|
|
|
## Across namespaces
|
|
|
|
The name follows the format,
|
|
|
|
```
|
|
<service-name>.<namespace>.svc.cluster.local
|
|
```
|