Kubeflow Central Dashboard is the web interface for Kubeflow
Go to file
yehudit1987 8ce75658d1
ci: Migrate kubeflow/kubeflow kfam_docker_publish.yaml GitHub Action … (#112)
* ci: Migrate kubeflow/kubeflow kfam_docker_publish.yaml GitHub Action to kubeflow/dashboard

Signed-off-by: Yehudit Kerido <yehudit.kerido@nokia.com>

* Update and rename kfam_docker_publish.yaml to kfam_oci_publish.yaml

Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>

---------

Signed-off-by: Yehudit Kerido <yehudit.kerido@nokia.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Co-authored-by: Yehudit Kerido <yehudit.kerido@nokia.com>
Co-authored-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
2025-07-03 14:10:19 +00:00
.github ci: Migrate kubeflow/kubeflow kfam_docker_publish.yaml GitHub Action … (#112) 2025-07-03 14:10:19 +00:00
components ci: Enhance the GHA (#101) 2025-06-12 15:51:53 +00:00
releasing/version feat(dashboard): Add VERSION file referenced from GitHub Actions (#84) 2025-04-15 18:11:23 +00:00
testing/gh-actions ci: Enhance the GHA (#101) 2025-06-12 15:51:53 +00:00
.gitattributes chore: initial repo setup (#75) 2025-03-05 17:50:08 +00:00
.gitignore chore: initial repo setup (#75) 2025-03-05 17:50:08 +00:00
CONTRIBUTING.md chore: add contributing guide (#76) 2025-03-07 22:21:37 +00:00
LICENSE Initial commit 2024-07-10 16:10:35 -07:00
OWNERS chore: initial repo setup (#75) 2025-03-05 17:50:08 +00:00
README.md chore: Add OpenSSF badge (#100) 2025-06-03 11:46:13 +00:00

README.md

Kubeflow Dashboard

OpenSSF Best Practices

Kubeflow Dashboard is the web-based hub of a Kubeflow Platform. It exposes the access controlled web interfaces for Kubeflow components and more.

⚠️ Note ⚠️

We are currently moving the Kubeflow Dashboard codebase from kubeflow/kubeflow to this repository (kubeflow/dashboard). Please see kubeflow/kubeflow#7549 for more information.

What is Kubeflow Dashboard?

Key features of Kubeflow Dashboard include:

  • Access to the web interfaces of Kubeflow components.
  • Authorization using Kubeflow Profiles and Kubernetes Namespaces.
    • Note, authentication depends on how you install your Kubeflow Platform, and is not directly handled by Kubeflow Dashboard.
  • Ability to Customize and include links to third-party applications.

Components

In this repository, there are multiple components which are versioned and released together:

  • access-management - Kubeflow Access Management
  • admission-webhook - Kubeflow Admission Webhook (PodDefaults)
  • centraldashboard - Central Dashboard
  • profile-controller - Kubeflow Profile Controller

Installation

Kubeflow Dashboard is designed to be deployed as part of a Kubeflow Platform (not as a standalone component).

Please refer to the Installing Kubeflow page for more information.

Documentation

The official documentation for Kubeflow Dashboard can be found here.

Community

Kubeflow Dashboard is part of the Kubeflow project, refer to the Kubeflow Community page for more information.

Connect with other users and the Notebooks Working Group (maintainers of Kubeflow Dashboard) in the following places:

Contributing

Please see the CONTRIBUTING.md file for more information.