great-lion-80006
06/24/2026, 2:54 PMhost.docker.internal + a port (usually something like 192.168.65.2:PORT_NUM).
Thats not working on k3s, so what should ip address should I use?great-lion-80006
06/26/2026, 3:45 PMnutritious-tomato-14686
06/26/2026, 4:04 PMnutritious-tomato-14686
06/26/2026, 4:06 PMapiVersion: v1
kind: Service
metadata:
name: host-service
spec:
ports:
- port: XXXX # The port inside the pod to call
---
apiVersion: v1
kind: Endpoints
metadata:
name: host-service
subsets:
- addresses:
- ip: X.X.X.X # host LAN IP
ports:
- port: XXXX # The port the service is using on the hostgreat-lion-80006
06/29/2026, 2:28 PMgreat-lion-80006
06/29/2026, 2:28 PMgentle-engine-82305
07/07/2026, 9:32 AM