{"id":30280396,"url":"https://github.com/fl64/dkp-over-dvp","last_synced_at":"2025-08-16T15:03:48.198Z","repository":{"id":309188049,"uuid":"1035419247","full_name":"fl64/dkp-over-dvp","owner":"fl64","description":"Example deployment of a DKP cluster on DVP using dvp-cloud-provider, with Taskfile for setup; for demo purposes only.","archived":false,"fork":false,"pushed_at":"2025-08-10T11:41:31.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-10T13:06:01.225Z","etag":null,"topics":["deckhouse","dkp","dvp","k8s","kubernetes","virtualization"],"latest_commit_sha":null,"homepage":"","language":null,"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/fl64.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-10T11:06:17.000Z","updated_at":"2025-08-10T11:41:34.000Z","dependencies_parsed_at":"2025-08-10T13:06:06.433Z","dependency_job_id":"8c674277-cde3-4fcc-98dc-252f8043ba8a","html_url":"https://github.com/fl64/dkp-over-dvp","commit_stats":null,"previous_names":["fl64/dkp-over-dvp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fl64/dkp-over-dvp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fdkp-over-dvp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fdkp-over-dvp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fdkp-over-dvp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fdkp-over-dvp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fl64","download_url":"https://codeload.github.com/fl64/dkp-over-dvp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fdkp-over-dvp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270728047,"owners_count":24635132,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deckhouse","dkp","dvp","k8s","kubernetes","virtualization"],"created_at":"2025-08-16T15:02:08.762Z","updated_at":"2025-08-16T15:03:48.189Z","avatar_url":"https://github.com/fl64.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DKP Cluster Deployment on DVP\n\nThis repository provides an example of deploying a [DKP](https://deckhouse.io/products/kubernetes-platform/) cluster on the [DVP](https://deckhouse.io/products/virtualization-platform/) platform using the [`dvp-cloud-provider`](https://deckhouse.io/products/kubernetes-platform/documentation/v1.71/modules/cloud-provider-dvp/) module. The example is intended for demonstration purposes only and is not recommended for production use due to preconfigured secrets (SSH keys and passwords).\n\n## Overview\n\nThe repository includes a `Taskfile` to simplify environment setup and DKP cluster deployment on DVP. The setup process creates:\n\n- A namespace.\n- A ServiceAccount with required permissions.\n- An Ubuntu 24.04 image for cluster nodes.\n- A [jump-host](https://github.com/fl64/jumphost) for external access to cluster nodes during bootstrap.\n\nAfter environment setup, the cluster is bootstrapped using the [dhctl](https://deckhouse.io/products/kubernetes-platform/documentation/v1/installing/) utility.\n\n![Deployment Diagram](./scheme.png)\n\n## Requirements\n\nThe setup has been tested on Linux. The following tools are required:\n\n- `yq`\n- `jq`\n- `htpasswd`\n- `kubectl`\n- `task`\n\nTo verify that all required components are installed, run:\n\n```bash\ntask default\n```\n\n## Usage\n\nCopy and configure the `config.yaml` file from the example:\n\n```bash\ncp config.example.yaml config.yaml\n```\n\nBefore starting the deployment, edit `config.yaml` to include necessary changes, at a minimum specifying the `StorageClass` for node root disks.\n\nDeploy the environment (namespace, RBAC, etc.):\n\n```bash\n task infra-deploy\n```\n\nBootstrap the cluster:\n\n```bash\ntask bootstrap\n```\n\nTo perform all deployment steps in one command:\n\n```bash\ntask install\n```\n\nTo access the cluster's master node:\n\n```bash\ntask ssh-to-master\n```\n\nTo remove all created resources:\n\n```bash\ntask infra-undeploy \u0026\u0026 task clean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl64%2Fdkp-over-dvp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffl64%2Fdkp-over-dvp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl64%2Fdkp-over-dvp/lists"}