{"id":40359192,"url":"https://github.com/kruize/kruize-ui","last_synced_at":"2026-01-20T10:06:01.944Z","repository":{"id":41282387,"uuid":"460381742","full_name":"kruize/kruize-ui","owner":"kruize","description":"Kruize Autotune UI","archived":false,"fork":false,"pushed_at":"2025-04-09T16:57:35.000Z","size":9003,"stargazers_count":6,"open_issues_count":38,"forks_count":12,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-09T17:51:30.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kruize.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}},"created_at":"2022-02-17T10:14:53.000Z","updated_at":"2024-11-29T13:14:49.000Z","dependencies_parsed_at":"2024-04-23T17:35:28.756Z","dependency_job_id":"f980a5e2-9b7b-41c8-aa51-cab31ab60506","html_url":"https://github.com/kruize/kruize-ui","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/kruize/kruize-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruize%2Fkruize-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruize%2Fkruize-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruize%2Fkruize-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruize%2Fkruize-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kruize","download_url":"https://codeload.github.com/kruize/kruize-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruize%2Fkruize-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28601314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T09:39:28.479Z","status":"ssl_error","status_checked_at":"2026-01-20T09:38:10.511Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-20T10:06:01.878Z","updated_at":"2026-01-20T10:06:01.937Z","avatar_url":"https://github.com/kruize.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kruize-UI\n\nThis repository contains the code for Kruize user interface. The objective behind creating the UI is to enable users to explore and contribute to Kruize. The UI significantly reduces the burden on user to understand, operate and work with Kruize. Not only this it also helps better represent the remarkable optimizations Kruize can bring to your optimization usecases.\n\nThis application is built using [Patternfly and React](https://www.patternfly.org/v4/get-started/developers)\n\n## Prerequisites\n\n1. **Kruize Server**  \n   The Kruize UI requires a running instance of the Kruize server. You can set up Kruize using [Kruize Demos](https://github.com/kruize/kruize-demos/tree/main/monitoring/local_monitoring). The setup will also provide you with a link to access the UI.\n\n2. **Node.js and npm**  \n   Make sure you have the latest stable versions of [`Node.js`](https://nodejs.org/en/) and [`npm`](https://www.npmjs.com/) installed. Check supported versions [here](https://nodejs.org/en/about/releases/).\n\n\n## Quick Start\n\nFor development purposes we prefer running ui locally on minikube or kind as it helps in debugging the ui code.\n\u003e **Note**: The main development branch is `mvp_demo`. Please raise your pull requests to this branch.\n\n1. Clone the repository:\n\n   ```\n   git clone git@github.com:kruize/kruize-ui.git\n   cd kruize-ui \n   ```\n2. Install dependencies:\n\n    ```\n    npm install\n    ```\n3. Set the cluster IP:\n    - For minikube\n    ```\n    export CLUSTER_IP=$(minikube ip)\n    ```\n    - For KIND\n    ```\n    export CLUSTER_IP=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' kind-control-plane)\n    ```\n4. Export the Kruize port:\n\n    ```\n    export KRUIZE_PORT=$(kubectl -n monitoring  get svc kruize --no-headers -o=custom-columns=PORT:.spec.ports[*].nodePort 2\u003e/dev/null)\n    ```\n5. Start the development server:\n\n    ```\n    npm run start:dev\n    ```\n\n\n## Code Origin\n\nThis repository uses the patternfly-react-seed base code as taken from [Patternfly Seed](https://github.com/patternfly/patternfly-react-seed).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkruize%2Fkruize-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkruize%2Fkruize-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkruize%2Fkruize-ui/lists"}