Deploying Hoop Behind a Reverse Proxy
GET /api/healthz
GET /
Web Interface and REST Api ingress
gRPC Service Ingress
nginx.ingress.kubernetes.io/backend-protocol: GRPC
- indicates the underline backend protocolnginx.ingress.kubernetes.io/proxy-body-size: '0'
- use unlimited body size to avoid issues when proxying bi-directional connectionshoop start agent
hoop connect myconnection
HOOP_KEY
uses grpcs://
or https://
scheme for agent connectionsgrpc_url
in $HOME/.hoop/config.toml
uses grpcs://
or https://
for client connections