{"id":16594543,"url":"https://github.com/stephenlacy/kuberhaus","last_synced_at":"2026-01-12T00:39:09.525Z","repository":{"id":35475768,"uuid":"215120962","full_name":"stephenlacy/kuberhaus","owner":"stephenlacy","description":"Kubernetes resource dashboard with node/pod layout and resource requests","archived":false,"fork":false,"pushed_at":"2024-03-16T22:55:53.000Z","size":1696,"stargazers_count":58,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T21:23:45.560Z","etag":null,"topics":["dashboard","devops","kubernetes","resource","resource-dashboard"],"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/stephenlacy.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":"2019-10-14T18:47:51.000Z","updated_at":"2024-06-26T15:57:31.000Z","dependencies_parsed_at":"2023-01-15T22:01:11.500Z","dependency_job_id":"721e7f56-340d-4c48-8ef7-8b4e006eb424","html_url":"https://github.com/stephenlacy/kuberhaus","commit_stats":null,"previous_names":["stephenlacy/kuberhaus","stevelacy/kuberhaus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stephenlacy/kuberhaus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlacy%2Fkuberhaus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlacy%2Fkuberhaus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlacy%2Fkuberhaus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlacy%2Fkuberhaus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephenlacy","download_url":"https://codeload.github.com/stephenlacy/kuberhaus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlacy%2Fkuberhaus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28329806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dashboard","devops","kubernetes","resource","resource-dashboard"],"created_at":"2024-10-11T23:46:34.994Z","updated_at":"2026-01-12T00:39:09.501Z","avatar_url":"https://github.com/stephenlacy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kuberhaus\n\u003e Resource dashboard for kubernetes\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"200\" src=\"assets/logo.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"200\" src=\"assets/screenshot1.png\"\u003e\n\u003c/p\u003e\n\n\n### Setup\n\nConnect to your desired kubernetes cluster:\n\n```\nkubectl config use-context \u003ccluster-name\u003e\n```\n\n```\ngo run main.go\n```\n\nNow start the dashboard:\n\n```\ncd dashboard\n\nyarn\n\nyarn start\n```\n\n# Using Docker\n\nUse existing image `stevelacy/kuberhaus`\n\n`docker run -v ~/.kube/:/root/.kube -p 8282:8282 --name stevelacy/kuberhaus:latest`\n\nOpen `http://localhost:8282`\n\nBuild image\n\n```sh\ndocker build -t kuberhaus:latest .\n```\n\nRun container and mount config to container\n```sh\ndocker run -v ~/.kube/:/root/.kube -p 8282:8282 --name kuberhaus\n```\n\n\n# Running on kubernetes\n\nKuberhaus will automatically retrieve the `KUBERNETES_SERVICE_HOST` variable and connect to the parent cluster\n\n\n`deployment.yaml`\n\n```yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: kuberhaus-deployment\n  namespace: kube-system\n  labels:\n    app: kuberhaus\nspec:\n  replicas: 1\n  selector:\n    matchLabels:\n      app: kuberhaus\n  template:\n    metadata:\n      labels:\n        app: kuberhaus\n    spec:\n      serviceAccountName: cluster-admin\n      containers:\n      - name: kuberhaus\n        image: stevelacy/kuberhaus:latest\n        imagePullPolicy: Always\n        ports:\n        - containerPort: 8282\n---\n```\n\n`kubectl apply -f deployment.yaml`\n\nAccess it with `kubectl port-forward`\n\n`kubectl port-forward -n kube-system kuberhaus-deployment-\u003cid\u003e 8282:8282`\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenlacy%2Fkuberhaus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenlacy%2Fkuberhaus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenlacy%2Fkuberhaus/lists"}