Gluttony-Cluster/docs/technical/inter-pod-networking.md
2024-11-09 15:33:12 -05:00

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
```