Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch services to ClusterIP #81

Open
TimMoore opened this issue Jul 18, 2019 · 0 comments
Open

Switch services to ClusterIP #81

TimMoore opened this issue Jul 18, 2019 · 0 comments

Comments

@TimMoore
Copy link

Right now, the Shopping Cart Kubernetes Service definitions use the LoadBalancer service type, but since we use an OpenShift Route to expose the service outside the cluster, the LoadBalancer service type adds unnecessary complexity. Since this example is likely to be copied by users without understanding the implications, we should use the simpler and more secure ClusterIP type in our examples.

See akka/akka-management#574 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant