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
After installing Docker for Mac w/ Kubernetes and deploying a service to it, I wanted to view this service's HTTP interface from a web browser on my Mac. I'm unable to find documentation on how to do this.
I'm running Version 17.12.0-ce-mac45 (21669), but this missing documentation affects the experience for all users of Docker's Kubernetes support.
Suggestions for a fix
My experiments seem to indicate that Kubernetes services with type==LoadBalancer have their ports exposed with vpnkit, but I can't find this logic in any open source repo. I'd suggest reviewing the logic that exposes these ports and creating documentation outlining it's behavior. If ya'll can help me find that logic, I'd be happy to push up a PR with some proposed docs! 💞
The text was updated successfully, but these errors were encountered:
Problem description
After installing Docker for Mac w/ Kubernetes and deploying a service to it, I wanted to view this service's HTTP interface from a web browser on my Mac. I'm unable to find documentation on how to do this.
Problem location
I couldn't find the information I wanted. I expected to find it near the following URL: https://docs.docker.com/docker-for-mac/networking/ (or possibly on some non-Mac-specific URL!)
Project version(s) affected
I'm running Version 17.12.0-ce-mac45 (21669), but this missing documentation affects the experience for all users of Docker's Kubernetes support.
Suggestions for a fix
My experiments seem to indicate that Kubernetes services with
type==LoadBalancer
have their ports exposed with vpnkit, but I can't find this logic in any open source repo. I'd suggest reviewing the logic that exposes these ports and creating documentation outlining it's behavior. If ya'll can help me find that logic, I'd be happy to push up a PR with some proposed docs! 💞The text was updated successfully, but these errors were encountered: