{"id":13577962,"url":"https://github.com/IvanJosipovic/KubeUI","last_synced_at":"2025-04-05T15:31:53.532Z","repository":{"id":36088708,"uuid":"180503555","full_name":"IvanJosipovic/KubeUI","owner":"IvanJosipovic","description":"Kubernetes User Interface","archived":false,"fork":false,"pushed_at":"2025-04-03T22:36:13.000Z","size":12293,"stargazers_count":193,"open_issues_count":9,"forks_count":16,"subscribers_count":4,"default_branch":"alpha","last_synced_at":"2025-04-04T13:41:59.282Z","etag":null,"topics":["avalonia","dashboard","dotnet","gui","k8s","kubectl","kubernetes","kubeui","ui","yaml"],"latest_commit_sha":null,"homepage":"https://KubeUI.com","language":"C#","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/IvanJosipovic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"IvanJosipovic"}},"created_at":"2019-04-10T04:45:17.000Z","updated_at":"2025-04-01T20:08:58.000Z","dependencies_parsed_at":"2024-03-02T18:22:23.809Z","dependency_job_id":"eafc9f65-3d13-45f8-884f-af9088035b2f","html_url":"https://github.com/IvanJosipovic/KubeUI","commit_stats":{"total_commits":249,"total_committers":5,"mean_commits":49.8,"dds":0.321285140562249,"last_synced_commit":"628ea73ebce48cc2070665acea6ceacbd58dcb9d"},"previous_names":[],"tags_count":146,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanJosipovic%2FKubeUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanJosipovic%2FKubeUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanJosipovic%2FKubeUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanJosipovic%2FKubeUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanJosipovic","download_url":"https://codeload.github.com/IvanJosipovic/KubeUI/tar.gz/refs/heads/alpha","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247359002,"owners_count":20926341,"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","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":["avalonia","dashboard","dotnet","gui","k8s","kubectl","kubernetes","kubeui","ui","yaml"],"created_at":"2024-08-01T15:01:25.777Z","updated_at":"2025-04-05T15:31:53.526Z","avatar_url":"https://github.com/IvanJosipovic.png","language":"C#","funding_links":["https://github.com/sponsors/IvanJosipovic"],"categories":["C# #","Samples and Projects","kubernetes","dotnet"],"sub_categories":["Other"],"readme":"# KubeUI\n\n![cicd](https://github.com/IvanJosipovic/KubeUI/workflows/CICD/badge.svg)\n[![codecov](https://codecov.io/gh/IvanJosipovic/KubeUI/branch/alpha/graph/badge.svg?token=E05HWW1QYR)](https://codecov.io/gh/IvanJosipovic/KubeUI)\n![GitHub all releases](https://img.shields.io/github/downloads/IvanJosipovic/KubeUI/total)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FIvanJosipovic%2FKubeUI.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FIvanJosipovic%2FKubeUI?ref=badge_shield)\n\n## What is this?\n\nKubeUI is a user interface for Kubernetes.\n\n## Features\n- Automatic updates\n- Connect to Cluster\n- Create/View/Edit Resources as Yaml\n- Custom Resource Definition support\n- Multi Monitor Support\n- Limited Permission Support\n  - No access to List/Watch Namespaces\n  - Namespace specific Resource Permissions\n\n### Resource Specific Features\n- Node\n  - Codon/UnCordon\n  - Drain\n- Pod\n  - View Logs\n  - View Console\n  - Port Forwarding\n  - CPU/Memory Usage\n- Secret\n  - View Certificate details (expiry etc)\n\n\n## How to run?\n\nGo to [Releases](https://github.com/IvanJosipovic/KubeUI/releases) and download the version for your OS.\n\nSupported Platforms (AMD64 and ARM64):\n\n- Linux\n- Mac ([*Note Issue](https://github.com/IvanJosipovic/KubeUI/issues/688))\n- Windows\n  - `winget install KubeUI`\n  - [![Microsoft Store](https://get.microsoft.com/images/en-us%20dark.svg)](https://apps.microsoft.com/detail/XP9MRWDV3N310N?mode=direct)\n\n## Example\n\n![screenshot](docs/Screenshot.png)\n\n## How to build?\n\n1. [Download .Net SDK 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)\n2. [Download an IDE](https://dotnet.microsoft.com/platform/tools)\n3. Build away!\n\n## Stats\n\n![Alt](https://repobeats.axiom.co/api/embed/db926eb668f71f8de3314f03022de6bb35797d5d.svg \"Repobeats analytics image\")\n\n\n## License\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FIvanJosipovic%2FKubeUI.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FIvanJosipovic%2FKubeUI?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIvanJosipovic%2FKubeUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIvanJosipovic%2FKubeUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIvanJosipovic%2FKubeUI/lists"}