{"id":23719597,"url":"https://github.com/maksim-paskal/kubernetes-manager","last_synced_at":"2026-02-12T03:30:17.182Z","repository":{"id":37862939,"uuid":"243771263","full_name":"maksim-paskal/kubernetes-manager","owner":"maksim-paskal","description":"Kubernetes GUI for trunc development","archived":false,"fork":false,"pushed_at":"2025-01-22T11:57:33.000Z","size":2107,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T12:30:33.655Z","etag":null,"topics":["cicd","devops","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","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/maksim-paskal.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":"2020-02-28T13:41:06.000Z","updated_at":"2025-01-22T11:39:59.000Z","dependencies_parsed_at":"2023-12-15T09:25:40.351Z","dependency_job_id":"4a638053-3868-468b-9dd9-fb2c5b65ca45","html_url":"https://github.com/maksim-paskal/kubernetes-manager","commit_stats":null,"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksim-paskal%2Fkubernetes-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksim-paskal%2Fkubernetes-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksim-paskal%2Fkubernetes-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maksim-paskal%2Fkubernetes-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maksim-paskal","download_url":"https://codeload.github.com/maksim-paskal/kubernetes-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239808759,"owners_count":19700503,"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":["cicd","devops","k8s","kubernetes"],"created_at":"2024-12-30T21:52:54.719Z","updated_at":"2026-02-12T03:30:17.122Z","avatar_url":"https://github.com/maksim-paskal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Manager\n\nThe manager of feature branches for production teams in kubernetes cluster\n\n## Motivation\n\nThere are many feature branches in cluster - and it's sometime hard to detect what feature is currently running, and how to access this feature. This tool can manage you branches in kubernetes cluster\n\n![kubernetes-manager-gui](https://raw.githubusercontent.com/maksim-paskal/artwork/master/kubernetes-manager-gui.png)\n\n## Get Started\n\n### Kubernetes Manager installation\n\n```bash\nhelm repo add maksim-paskal-kubernetes-manager https://maksim-paskal.github.io/kubernetes-manager\nhelm repo update\n\nhelm upgrade kubernetes-manager \\\n  --install \\\n  --create-namespace \\\n  --namespace kubernetes-manager \\\n  maksim-paskal-kubernetes-manager/kubernetes-manager \\\n  --set service.type=LoadBalancer\n```\n\nyou need to get your new LoadBalancer address - and open your browser `http://\u003cLoadBalancerAddress\u003e:9000`\n\n### Test kubernetes-manager with example Ingress\n\n```bash\nhelm upgrade kubernetes-manager-test \\\n  --install \\\n  --create-namespace \\\n  --namespace kubernetes-manager-test \\\n  ./integration-tests/chart\n```\n\n## Extentions\n\nif you using Gitlab as git repo - you can pass environment variables to kubernetes-manager to reduce resources of you kubernetes cluster, and reduce disk usage of docker registry\n\n```bash\n# gitlab api endpoint\nGITLAB_URL=https://git/api/v4\n# api token\nGITLAB_TOKEN=some-token\n```\n\n[Clear old docker registry tags](https://github.com/maksim-paskal/gitlab-registry-cleaner)\n\n## Development environment\n\n### start front server\n\n```bash\ncd front\nyarn install\nyarn dev\n```\n\n### start backend server\n\n```bash\nmake run KUBECONFIG=/path/to/kubeconfig\n```\n\nopen your browser `http://127.0.0.1:3000`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksim-paskal%2Fkubernetes-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaksim-paskal%2Fkubernetes-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksim-paskal%2Fkubernetes-manager/lists"}