{"id":21523765,"url":"https://github.com/bhojpur/dcp","last_synced_at":"2026-05-19T09:03:07.822Z","repository":{"id":65150134,"uuid":"441514367","full_name":"bhojpur/dcp","owner":"bhojpur","description":"The Bhojpur DCP is a cloud computing engine powering Bhojpur.NET Platform for delivery of distributed applications or services seamlessly.","archived":false,"fork":false,"pushed_at":"2022-04-24T18:26:34.000Z","size":2077,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T12:50:40.374Z","etag":null,"topics":["cloud","cluster","distributed","edge-computing","iot","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"https://page.bhojpur-consulting.com/product/dcp/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhojpur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-24T16:48:43.000Z","updated_at":"2022-09-26T01:15:44.000Z","dependencies_parsed_at":"2023-01-02T12:44:42.345Z","dependency_job_id":null,"html_url":"https://github.com/bhojpur/dcp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bhojpur/dcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhojpur%2Fdcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhojpur%2Fdcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhojpur%2Fdcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhojpur%2Fdcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhojpur","download_url":"https://codeload.github.com/bhojpur/dcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhojpur%2Fdcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33209415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: 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":["cloud","cluster","distributed","edge-computing","iot","k8s","kubernetes"],"created_at":"2024-11-24T01:19:17.982Z","updated_at":"2026-05-19T09:03:07.789Z","avatar_url":"https://github.com/bhojpur.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bhojpur DCP - Distributed Cloud Platform\n\nThe `Bhojpur DCP` is a high-performance, distributed cloud computing engine applied within the\n[Bhojpur.NET Platform](https://github.com/bhojpur/platform) for delivery of `applications` and/or\n`services` seamlessly in a geo-distributed scenario (e.g., IoT/M2M). It can host a wide range of\nworkloads and assure reliable execution.\n\n## Key Features\n\n- Integrated Distributed Cloud Orchestration Engine\n- Seamless Edge/Cloud cluster management based on Kubernetes\n- High-density Unikernel workload management in IaaS\n- Pre-integrated with Network Service Mesh\n- Web-based dashboard for Distributed Application management\n\n## Building Source Code\n\nAfter downloading this source code into a local folder, run the following commands to set the\ncorrect version (e.g., v1.23.5) of `Kubernetes` libraries to avoid source code compilation\nissues. The `set_k8s_version.sh` either updates or upgrades `go.mod` file accordingly.\n\n```bash\n$ go clean --cache\n$ go clean --modcache\n$ set_k8s_version.sh v1.23.5\n$ go mod tidy\n$ go get\n```\n\nYou need either `vagrant`+`virtualbox` or `Docker` instance to build from the source code.\n\n```bash\n$ mkdir -p build/data \u0026\u0026 make download \u0026\u0026 make generate\n```\n\nYou can build it locally using `make` on Linux or Windows\n\n```bash\n$ make\n```\n\nAlternatively, you can use `task build-cloud-tools` and `task build-grid-tools` to get the\nbinary images locally for development purpose.\n\n### Known Compilation Issues\n\n- `k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65` required to resolve `gnostic` issue\n- `github.com/kubernetes-sigs/cri-tools/cmd/crictl` must be made importable by pkg name change\n- `github.com/bhojpur/apiserver-network-proxy` must be `v0.0.22`\n\n## Quick-Start - Install Script\n\nThe [`install.sh`](https://get.bhojpur.net/dcp/install.sh) script provides a convenient way to\ndownload Bhojpur DCP and add a service to systemd or openrc. To install `Bhojpur DCP` as a\nservice, run:\n\n```bash\n$ curl -sfL https://get.bhojpur.net/dcp/install.sh | sh -\n```\n\nA kubeconfig file is written to `/etc/bhojpur/dcp/dcp.yaml` and the service is automatically started\nor restarted. The install script will install `Bhojpur DCP` and additional utilities, such as `kubectl`, `crictl`, `dcp-killall.sh`, and `dcp-uninstall.sh`, for example:\n\n```bash\n$ sudo kubectl get nodes\n```\n\nThe `DCP_TOKEN` is created at `/var/lib/bhojpur/dcp/server/node-token` on your server.\n\nTo install on worker nodes, pass `DCP_URL` along with `DCP_TOKEN` or `DCP_CLUSTER_SECRET`\nenvironment variables. For example:\n\n```bash\n$ curl -sfL https://get.bhojpur.net/dcp/install.sh | DCP_URL=https://myserver:6443 DCP_TOKEN=XXX sh -\n```\n\n## Manual Download\n\n1. Download `Bhojpur DCP` from latest [release](https://github.com/bhojpur/dcp/releases/latest),\nx86_64, arm64, and arm64 are supported.\n\n2. Run the server.\n\n```bash\n$ sudo dcp server \u0026\n# Kubeconfig is written to /etc/bhojpur/dcp/dcp.yaml\n$ sudo dcp kubectl get nodes\n\n# On a different node run the below. NODE_TOKEN comes from\n# /var/lib/bhojpur/dcp/server/node-token on your server\n\n$ sudo dcp agent --server https://myserver:6443 --token ${NODE_TOKEN}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhojpur%2Fdcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhojpur%2Fdcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhojpur%2Fdcp/lists"}