api_load_balancer_scheme: internet-facing
in your cluster configuration file before creating your cluster), use the first section of this guide.api_load_balancer_scheme: internal
in your cluster configuration file before creating your cluster), use the second section of this guide.api_load_balancer_scheme: internet-facing
in your cluster configuration file before creating your cluster). If your API load balancer is internal, see the internal load balancer section below.http://API_LOAD_BALANCER_ENDPOINT/{proxy}
. You can get your API load balancer endpoint via cortex cluster info
; make sure to prepend http://
and append /{proxy}
. For example, mine is: http://aa9f5fdabfa6446aca53a526f59bc3c5-18cd00a628421fa3.elb.us-east-1.amazonaws.com/{proxy}
./{proxy+}
, and click "Next".$default
stagehttp://API_LOAD_BALANCER_ENDPOINT/{proxy}
. You can get your API load balancer endpoint via cortex cluster info
; make sure to prepend http://
and append /{proxy}
. For example, mine is: http://a9eaf69fd125947abb1065f62de59047-81cdebc0275f7d96.elb.us-west-2.amazonaws.com/{proxy}
.api_load_balancer_scheme: internal
in your cluster configuration file before creating your cluster). If your API load balancer is internet-facing, see the internet-facing load balancer section above.kubernetes.io/service-name
tag:http://API_LOAD_BALANCER_ENDPOINT/{proxy}
. You can get your API load balancer endpoint via cortex cluster info
; make sure to prepend http://
and append /{proxy}
. For example, mine is: http://a5044e34a352d44b0945adcd455c7fa3-32fa161d3e5bcbf9.elb.us-west-2.amazonaws.com/{proxy}
. Click "Save"