Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubesphere/ks-devops
This is a cloud-native application that focuses on the DevOps area.
https://github.com/kubesphere/ks-devops
cicd devops hacktoberfest jenkins k8s kubernetes kubesphere tekton
Last synced: 6 days ago
JSON representation
This is a cloud-native application that focuses on the DevOps area.
- Host: GitHub
- URL: https://github.com/kubesphere/ks-devops
- Owner: kubesphere
- License: apache-2.0
- Created: 2021-06-02T07:30:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T08:46:52.000Z (10 months ago)
- Last Synced: 2024-04-13T21:43:03.157Z (8 months ago)
- Topics: cicd, devops, hacktoberfest, jenkins, k8s, kubernetes, kubesphere, tekton
- Language: Go
- Homepage: https://kubesphere.io/devops/
- Size: 2.09 MB
- Stars: 154
- Watchers: 14
- Forks: 87
- Open Issues: 226
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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)
[![](https://goreportcard.com/badge/kubesphere/ks-devops)](https://goreportcard.com/report/kubesphere/ks-devops)
[![codecov](https://codecov.io/gh/kubesphere/ks-devops/branch/master/graph/badge.svg?token=XS8g2CjdNL)](https://codecov.io/gh/kubesphere/ks-devops)
[![Contributors](https://img.shields.io/github/contributors/kubesphere/ks-devops.svg)](https://github.com/kubesphere/ks-devops/graphs/contributors)KubeSphere DevOps integrates popular CI/CD tools, provides CI/CD Pipelines based on Jenkins, offers automation toolkits
including Binary-to-Image (B2I) and Source-to-Image (S2I), and boosts continuous delivery across Kubernetes clusters.With the container orchestration capability of Kubernetes, KubeSphere DevOps scales Jenkins Agents dynamically, improves
CI/CD workflow efficiency, and helps organizations accelerate the time to market for their products.## Features
* Out-of-the-Box CI/CD Pipelines
* Built-in Automation Toolkits for DevOps with Kubernetes
* Use Jenkins Pipelines to Implement DevOps on Top of Kubernetes
* Manage Pipelines via [CLI](docs/cli.md)## Get Started
### Quick Start
- Install KubeSphere via [KubeKey](https://github.com/kubesphere/kubekey/) (or [the methods described here](docs/installation.md)).
```bash
kk create cluster --with-kubesphere
```- Enable DevOps application
```bash
kubectl patch -nkubesphere-system cc ks-installer --type=json -p='[{"op": "replace", "path": "/spec/devops/enabled", "value": true}]'
```
For more information, refer to the [documentation](docs).## Next Steps
- A Separate Front-End Project of KS-DevOps
- Auth Support
- OIDC support as a default provider## Communication Channels
- [KubeSphere DevOps Google Group](https://groups.google.com/g/kubesphere-sig-devops/)
- DevOps Slack Channels for [English Speakers](https://kubesphere.slack.com/archives/C010TH02010) and [Chinese Speakers](https://kubesphere.slack.com/archives/C026V4FBWBW)
- [Forum for Chinese Speakers](https://kubesphere.com.cn/forum/t/DevOps)
- [KubeSphere DevOps Special Interest Group](https://github.com/kubesphere/community/tree/master/sig-devops)## Contribution
Looking forward to becoming a part of us?
Feel 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.
Thanks to all the people who have already contributed to KS-DevOps!