Closed paivin-dn closed 3 months ago
Endpoints
manifest. Your kubernetes would manage that based on currently running pods. I have the following schema
After deploying the endpoint for several hours, the IP address in the endpoint(that points to the VM IP address) disappeared. And it happened regularly. I don't want to use the External Name Service because my internal service may don't have DNS record
you should be able to put an IP address into External Name Service. You do not need to create an Endpoint document yourself.
Normally, Endpoint is not manually created, it is updated by kubernetes itself based on your Service type and observed Pods:
The control plane automatically creates EndpointSlices for any Kubernetes Service that has a selector specified.
What happened?
I tried to set up proxying from the k8s cluster to external service using Pomerium ingress controller + service + endpoint. My manifests look like:
After deploying it works, but several hours later I see that the IP address in the Endpoint was deleted.
What did you expect to happen?
The IP in the Endpoint should exist.
How'd it happen?
x
y
z
What's your environment like?
What's your config.yaml?
What did you see in the logs?