apollo gateway (federation) fails to connect to services in kubernetes environment apollo gateway (federation) fails to connect to services in kubernetes environment kubernetes kubernetes

apollo gateway (federation) fails to connect to services in kubernetes environment


When the error message says "only absolute URLs are supported", that means the configured URL needs to include the http:// scheme part as well as the host name. You can fix this by changing your environment settings to include that

- name: SERVICE1_URL  value: 'http://service1-cluster-ip-service'

If the Service is listening on something other than the default HTTP port 80 you'll also need to include that port number in the URL.