3 zeebe brokers and 2 zeebe gateways have been installed on a k8s platform. To enable external access to the gateway from outside k8s, an ALB ingress has been used.
When connecting to the publicly exposed endpoint getting this error ERROR: Grpc Stream Error: 13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: Protocol error
But using zbctl i am able to connect and get the status from that endpoint. Please let me know if anything needs to be changes
3 zeebe brokers and 2 zeebe gateways have been installed on a k8s platform. To enable external access to the gateway from outside k8s, an ALB ingress has been used.
When connecting to the publicly exposed endpoint getting this error
ERROR: Grpc Stream Error: 13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: Protocol error
But using
zbctl
i am able to connect and get the status from that endpoint. Please let me know if anything needs to be changes