Accessing services in a kubernetes/minikube deployment

I have followed the steps on docs tutor overhang io/k8s.html

python bin/main.py k8s quickstart

For testing in a workstation, I select the local computer:

Are you configuring a production platform? Type ‘n’ if you are just testing Tutor on your local computer [Y/n] n
As you are not running this platform in production, we automatically set the following configuration values:
LMS_HOST = local.overhang.io
CMS_HOST = studio.local.overhang.io
ACTIVATE_HTTPS = False

The instructions mention the need to deploy a nginx ingress controller, which I did, but I don’t see the ports exposed

Could the steps be clarified on the documentation, what is needed to expose the ports of the services?

This question has been answered in this post: