Gluttony-Cluster/docs/technical/inter-pod-networking.md

15 lines
267 B
Markdown
Raw Normal View History

2024-11-09 20:33:12 +00:00
# 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
```