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
I think so this is normal, because if you don't create a service name resolution wont happen from other pods. And it's safe because services are by default exposed as clusterIP which is not accessible from outside cluster.
When mapping a port, for example:
in the Docker Compose file. It's the same as simply doing
Is this normal? Exposing the ports by default when converting them to a service?
The text was updated successfully, but these errors were encountered: