Skip to content

Unable to Expose Kubeflow Application Over the Web Without Port Forwarding in Minikube #2941

Closed
@kansalsayamvw

Description

@kansalsayamvw

Validation Checklist

  • Is this a Kubeflow issue?
  • Are you posting in the right repository ?
  • Did you follow the Kubeflow installation guideline ?
  • Is the issue report properly structured and detailed with version numbers?
  • Is this for Kubeflow development ?
  • Would you like to work on this issue?
  • You can join the CNCF Slack and access our meetings at the Kubeflow Community website. Our channel on the CNCF Slack is here #kubeflow-platform.

Version

master

Describe your issue

I am currently running a Minikube cluster on a server and have deployed the Kubeflow manifests from the official GitHub repository. However, I'm facing an issue with exposing the Kubeflow application over the web for direct user access. The current approach relies on port-forwarding, which is not ideal for a production environment where users need direct access to the application.

I would like to explore solutions to expose Kubeflow directly over the web (either through LoadBalancer, Ingress, or another method) without relying on the port-forwarding mechanism. Any assistance or suggestions to resolve this issue would be greatly appreciated. Please list a detailed steps for doing so.

Expected Outcome: Kubeflow should be accessible over the web without the need for port forwarding, allowing users to access it directly from the browser.

Steps to reproduce the issue

Set up a Minikube cluster on a server.
Deploy Kubeflow using the official manifests from the GitHub repository.
Use kubectl port-forward to access the Kubeflow dashboard and services.
Try to expose the Kubeflow application over the web directly, without using port forwarding.
Observe that port forwarding is still required for external access.

Put here any screenshots or videos (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions