namdiag opened a new issue #839:
URL: https://github.com/apache/apisix-ingress-controller/issues/839
### Issue description
Setup Apisix on GKE using helm with website tutorial
After that i have:
- 2 deployment apisix, apisix-ingress-controller
- 5 services : apisix-admin, apisix-etcd, apisix-etcd-headless,
apisix-gateway, apisix-ingress-controller
To use gateway i have to expose apisix-gateway service to outside world( of
course) and with https so i can't use service type loadbalancer as it is
operate on layer 4 and cannot use https.
I tried to use GKE ingress load balancer route to apisix-gateway type
NodePort but GKE load balancer need the backend service to has an healthcheck
api and i can’t find it.
My questions:
- Current document haven't mention about expose gateway to outside world. Is
it correct that i have to expose apisix-gateway to use it? And i want to use
https with it, is it alright?
- Does apisix deploy has default healthcheck api with http protocol?
### Environment
- your apisix-ingress-controller version (output of
apisix-ingress-controller version --long): apisix-ingress-controller:1.3.0
- your Kubernetes cluster version (output of kubectl version): 1.19.11 GKE
- if you run apisix-ingress-controller in Bare-metal environment, also show
your OS version (uname -a):
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]