{"id":13461411,"url":"https://github.com/kubesphere/ks-devops","last_synced_at":"2025-04-07T09:20:06.227Z","repository":{"id":36950034,"uuid":"373079585","full_name":"kubesphere/ks-devops","owner":"kubesphere","description":"This is a cloud-native application that focuses on the DevOps area.","archived":false,"fork":false,"pushed_at":"2024-02-28T08:46:52.000Z","size":2189,"stargazers_count":154,"open_issues_count":226,"forks_count":87,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-13T21:43:03.157Z","etag":null,"topics":["cicd","devops","hacktoberfest","jenkins","k8s","kubernetes","kubesphere","tekton"],"latest_commit_sha":null,"homepage":"https://kubesphere.io/devops/","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/kubesphere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2021-06-02T07:30:43.000Z","updated_at":"2024-03-24T07:40:00.000Z","dependencies_parsed_at":"2024-03-10T07:00:22.626Z","dependency_job_id":null,"html_url":"https://github.com/kubesphere/ks-devops","commit_stats":null,"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fks-devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fks-devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fks-devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fks-devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubesphere","download_url":"https://codeload.github.com/kubesphere/ks-devops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247558681,"owners_count":20958202,"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","hacktoberfest","jenkins","k8s","kubernetes","kubesphere","tekton"],"created_at":"2024-07-31T11:00:38.216Z","updated_at":"2025-04-07T09:20:06.202Z","avatar_url":"https://github.com/kubesphere.png","language":"Go","readme":"[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/kubesphere/ks-devops)\n[![](https://goreportcard.com/badge/kubesphere/ks-devops)](https://goreportcard.com/report/kubesphere/ks-devops)\n\u003ca href=\"https://github.com/search?q=user%3Akubesphere-sigs+label%3A%22good+first+issue%22+state%3Aopen+repo%3Akubesphere%2Fks-devops+repo%3Akubesphere-sigs%2Fks-devops-helm-chart\u0026type=Issues\u0026ref=advsearch\u0026l=\u0026l=\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/badges/shields/good%20first%20issue\" alt=\"good first\"\u003e\u003c/a\u003e\n[![codecov](https://codecov.io/gh/kubesphere/ks-devops/branch/master/graph/badge.svg?token=XS8g2CjdNL)](https://codecov.io/gh/kubesphere/ks-devops)\n[![Contributors](https://img.shields.io/github/contributors/kubesphere/ks-devops.svg)](https://github.com/kubesphere/ks-devops/graphs/contributors)\n\nKubeSphere DevOps integrates popular CI/CD tools, provides CI/CD Pipelines based on Jenkins, offers automation toolkits \nincluding Binary-to-Image (B2I) and Source-to-Image (S2I), and boosts continuous delivery across Kubernetes clusters.\n\nWith the container orchestration capability of Kubernetes, KubeSphere DevOps scales Jenkins Agents dynamically, improves \nCI/CD workflow efficiency, and helps organizations accelerate the time to market for their products.\n\n## Features\n\n* Out-of-the-Box CI/CD Pipelines\n* Built-in Automation Toolkits for DevOps with Kubernetes\n* Use Jenkins Pipelines to Implement DevOps on Top of Kubernetes\n* Manage Pipelines via [CLI](docs/cli.md)\n\n## Get Started\n\n### Quick Start\n\n- Install KubeSphere via [KubeKey](https://github.com/kubesphere/kubekey/) (or [the methods described here](docs/installation.md)).\n\n  ```bash\n  kk create cluster --with-kubesphere\n  ```\n\n- Enable DevOps application\n\n  ```bash\n  kubectl patch -nkubesphere-system cc ks-installer --type=json -p='[{\"op\": \"replace\", \"path\": \"/spec/devops/enabled\", \"value\": true}]'\n  ```\nFor more information, refer to the [documentation](docs).\n\n## Next Steps\n\n- A Separate Front-End Project of KS-DevOps\n- Auth Support\n  - OIDC support as a default provider\n\n\n## Communication Channels\n\n- [KubeSphere DevOps Google Group](https://groups.google.com/g/kubesphere-sig-devops/)\n- DevOps Slack Channels for [English Speakers](https://kubesphere.slack.com/archives/C010TH02010) and [Chinese Speakers](https://kubesphere.slack.com/archives/C026V4FBWBW)\n- [Forum for Chinese Speakers](https://kubesphere.com.cn/forum/t/DevOps)\n- [KubeSphere DevOps Special Interest Group](https://github.com/kubesphere/community/tree/master/sig-devops)\n\n## Contribution\n\nLooking forward to becoming a part of us?\n\nFeel free to go through the [Contribution Guide](CONTRIBUTING.md), pick up a [good-first-issue](https://github.com/kubesphere/ks-devops/contribute), and create a pull request.\n\nThanks to all the people who have already contributed to KS-DevOps!\n\n\u003ca href=\"https://github.com/kubesphere/ks-devops/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/ks-devops/contributors.svg?width=890\u0026button=false\" /\u003e\u003c/a\u003e\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesphere%2Fks-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubesphere%2Fks-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesphere%2Fks-devops/lists"}