{"id":48434625,"url":"https://github.com/stackitcloud/ske-longhorn-rwx","last_synced_at":"2026-04-06T12:04:11.061Z","repository":{"id":204648712,"uuid":"712341962","full_name":"stackitcloud/ske-longhorn-rwx","owner":"stackitcloud","description":"STACKIT SKE - Longhorn RWX integration","archived":false,"fork":false,"pushed_at":"2025-01-23T14:53:53.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-24T07:55:57.463Z","etag":null,"topics":["kubernetes","longhorn","rwx","ske","stackit"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/stackitcloud.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":"2023-10-31T09:27:32.000Z","updated_at":"2025-12-09T10:59:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ef149d4-f4da-4d8f-bf38-7c81f2dab6f0","html_url":"https://github.com/stackitcloud/ske-longhorn-rwx","commit_stats":null,"previous_names":["stackitcloud/ske-longhorn-rwx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stackitcloud/ske-longhorn-rwx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fske-longhorn-rwx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fske-longhorn-rwx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fske-longhorn-rwx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fske-longhorn-rwx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackitcloud","download_url":"https://codeload.github.com/stackitcloud/ske-longhorn-rwx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fske-longhorn-rwx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31471475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"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":["kubernetes","longhorn","rwx","ske","stackit"],"created_at":"2026-04-06T12:04:11.002Z","updated_at":"2026-04-06T12:04:11.056Z","avatar_url":"https://github.com/stackitcloud.png","language":"Shell","readme":"# STACKIT SKE - RWX with Longhorn\n\nTo enable Read Write Many (RWX) storage on STACKIT SKE clusters follow this guide to install Rancher Lognhorn.\n\n## Prerequisites\n+ Access to an SKE Cluster\n+ Helm \u0026 Kubectl installed\n+ (Optional) S3 Object Storage to store Backups\n\n## Dependencies\n\nFirst we need to setup an Iscsi watchdog Daemonset that is starting the necessary services on the node.\n```bash\nkubectl apply -f enableISCSI.yml\n```\n\n## Install Longhorn\n## Installation\nhttps://longhorn.io/docs/latest/deploy/install/install-with-helm/\n```bash\nhelm repo add longhorn https://charts.longhorn.io\nhelm repo update\nhelm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace -f values.yaml --version $(curl -s https://api.github.com/repos/longhorn/longhorn/releases/latest | jq -r '.tag_name')\n  \n```\n\u003e To use the install command provided here you need to have `curl` and `jq` installed\n\n\u003e Optional: Add the `values.yaml` to enable the backup and prepare parameters during deployment. See backup section below\n\n\n## Create Longhorn Storage Class\n\n```bash\nkubectl apply -f storageClass.yaml\n```\n\n## Create Test Deployoment\n\n```bash\nkubectl apply -f example-rwx-deployment.yaml\n```  \n\u003cbr\u003e\n\n## Backup configuration\nIf you enabled the Backup via the `values.yaml` you can now configure the S3 Bucket and the Backup Job, otherwise you can skip this part.\nhttps://longhorn.io/docs/latest/snapshots-and-backups/backup-and-restore/\n\n## Create Secret for backup on S3 [optional]\n```bash\nkubectl create secret generic \u003cname\u003e \\\n    --from-literal=AWS_ACCESS_KEY_ID=\u003cs3-access-key\u003e \\\n    --from-literal=AWS_SECRET_ACCESS_KEY=\u003cs3 secret key\u003e \\\n    --from-literal=AWS_ENDPOINTS='https://object.storage.eu01.onstackit.cloud' \\\n    -n longhorn-system\n```\n\n## Create Recurring Backup Job [optional]\n```bash\nkubectl apply -f recurringBackupJob.yaml\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackitcloud%2Fske-longhorn-rwx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackitcloud%2Fske-longhorn-rwx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackitcloud%2Fske-longhorn-rwx/lists"}