{"id":15638406,"url":"https://github.com/manusa/yakd","last_synced_at":"2026-02-07T08:00:50.459Z","repository":{"id":172754075,"uuid":"649724509","full_name":"manusa/yakd","owner":"manusa","description":"Yet Another Kubernetes Dashboard - spin off of YAKC Dashboard demo project","archived":false,"fork":false,"pushed_at":"2024-11-25T20:57:53.000Z","size":10934,"stargazers_count":41,"open_issues_count":16,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-14T03:08:49.771Z","etag":null,"topics":["dashboard","kubernetes","kubernetes-dashbo","kubernetes-monitoring","kubernetes-ui"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manusa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-05T13:52:20.000Z","updated_at":"2025-03-21T08:58:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"a427992e-3350-4de3-8180-7269392a7950","html_url":"https://github.com/manusa/yakd","commit_stats":null,"previous_names":["manusa/yakd"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/manusa/yakd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Fyakd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Fyakd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Fyakd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Fyakd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manusa","download_url":"https://codeload.github.com/manusa/yakd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Fyakd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271057297,"owners_count":24691918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","kubernetes","kubernetes-dashbo","kubernetes-monitoring","kubernetes-ui"],"created_at":"2024-10-03T11:21:32.151Z","updated_at":"2026-02-07T08:00:50.453Z","avatar_url":"https://github.com/manusa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YAKD - Yet Another Kubernetes Dashboard\n\n[![GHCR Version](https://ghcr-badge.egpl.dev/manusa/yakd/latest_tag?ignore=snapshot*\u0026label=version)](https://github.com/manusa/yakd/pkgs/container/yakd)\n[![GHCR Pulls](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fghcr-badge.elias.eu.org%2Fapi%2Fmanusa%2Fyakd%2Fyakd\u0026query=downloadCount\u0026label=GHCR%20Pulls)](https://github.com/manusa/yakd/pkgs/container/yakd)\n[![Docker Pulls](https://img.shields.io/docker/pulls/marcnuri/yakd)](https://hub.docker.com/r/marcnuri/yakd)\n\n\nKubernetes Dashboard built with [Quarkus](https://quarkus.io) and [React](https://www.reactjs.org).\n\n## Click to see a complete demo of the Dashboard\n\n[![An gif screencast of YAKD Kubernetes Dashboard](docs/yakd-kubernetes-dashboard.gif)](https://www.youtube.com/watch?v=Dum84fwA8_g)\n\n\n## Getting started\n\n### Minikube\n\nIf you just want to try out the final project, the easiest way is to try it out in Minikube.\n\n```shell script\n# Enable the YAKD minikube addon \nminikube addons enable yakd\n# Open Browser and navigate to deployed application\nminikube service yakd-dashboard -n yakd-dashboard\n```\n\nIn case that you're running an older Minikube version (or any other k8s cluster - needs access to node),\nor you want to deploy the latest\n[released snapshot](https://hub.docker.com/r/marcnuri/yakd)\nyou can deploy the application using the provided Kubernetes manifests:\n\n```shell script\n# Deploy the application using https://hub.docker.com/r/marcnuri/yakd SNAPSHOT\nkubectl create -f https://raw.githubusercontent.com/manusa/yakd/main/docs/yakd-kubernetes-dashboard.minikube.yml\n# Open Browser and navigate to deployed application\nminikube service yakd\n``` \n\n\n### OpenShift Instruqt\n\nYou can test YAKD Kubernetes Dashboard by taking advantage of the OpenShift getting started Instruqt.\n\nAccess the Course (from Red Hat): https://developers.redhat.com/courses/openshift/getting-started\n\nWhen the terminal loads, apply the provided YAKD Kubernetes Dashboard configuration:\n\n```shell script\n#\n# Deploy the application using https://hub.docker.com/r/marcnuri/yakd SNAPSHOT\n#\n$ oc create -f https://raw.githubusercontent.com/manusa/yakd/main/docs/yakc-kubernetes-dashboard.openshift-4.yml\nservice/yakc-quarkus-kubernetes-dashboard created\nclusterrolebinding.rbac.authorization.k8s.io/yakc-kubernetes-dashboard-cluster-admin created\ndeployment.apps/yakc-quarkus-kubernetes-dashboard created\nroute.route.openshift.io/yakc-quarkus-kubernetes-dashboard created\n#\n# Retrieve URL for created route (should be ready once the YAKD Pod is running and ready)\n#\n$ echo \"http://$(oc get route yakd -o jsonpath='{.spec.host}')\"\nhttp://yakd-default.crc-lgph7-master-0.crc.q1aebzewtnbc.instruqt.io\n```\n\nNow you can open the URL in your browser.\n\n## Build\n\nTo build the whole project (Front-end \u0026 Back-end), the easiest way is to run the Maven build with\nthe provided profile `build-frontend`.\n\n```shell script\n# Build project\n$ mvn clean package -Pbuild-frontend\n```\n\n### Native image\n\nBuild the application using the `native` property.\n```shell script\n# On Windows first you need to run this\n$ \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat\" \u0026\u0026 mvn clean install -Pnative\n# To build (You can combine with the front-end build profiles)\n$ mvn clean package -Dnative\n```\n\n#### (Windows) Install vc build tools\n\n```shell script\n$ choco install -y visualstudio2017community --no-progress --package-parameters \"--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.CMake.Project\"\n```\n\n## Build \u0026 Deploy to Minikube using Maven\n\nFollow these instructions if you want to build \u0026 deploy the project into a Kubernetes Cluster, in\nthis case Minikube.\n\n```shell script\n# Provide access to Minikube's Docker daemon (allows to skip pushing the generated image)\n$ eval $(minikube docker-env)\n# Build and deploy project\n$ mvn clean install -Pbuild-frontend,k8s\n# Open Browser and navigate to deployed application\n$ minikube service yakc-dashboard\n```\n\nThis will also add a role binding for the default service account to the cluster-admin role in the\n`default` namespace. In case you are working on a different namespace you can customize this\nvalue by providing a value for the `k8s.namespace` project property:\n\n```shell script\n# Build and deploy project to custom namespace\n$ mvn clean install -Pbuild-frontend,k8s -Dk8s.namespace=custom\n```\n\n## Development\n\nYou can work on the project with hot reload by starting both applications separately.\n\n### Back-End\n\nThe back-end application is a Quarkus application, you can start it in development mode by:\n```shell script\n$ mvn quarkus:dev\n```\n\n### Front-End\n\nYou can find the React client application in the [`src/main/frontend`](src/main/frontend)\ndirectory.\n\n```shell script\n# Install required dependencies\n$ npm install\n# Start development mode\n$ npm start\n```\n\nYou can point your browser to [localhost:3000](http://localhost:3000).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanusa%2Fyakd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanusa%2Fyakd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanusa%2Fyakd/lists"}