You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can not easily use RSocket with K8s ingress as it is limited to HTTP traffic only, see e.g. this:
An Ingress does not expose arbitrary ports or protocols. Exposing services other than HTTP and HTTPS to the internet typically uses a service of type Service.Type=NodePort or Service.Type=LoadBalancer.
So OpenStack <> K8s won't work. We need to make sure that K8s <> K8s setup works fine
The text was updated successfully, but these errors were encountered:
We can not easily use RSocket with K8s ingress as it is limited to HTTP traffic only, see e.g. this:
So OpenStack <> K8s won't work. We need to make sure that K8s <> K8s setup works fine
The text was updated successfully, but these errors were encountered: