Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rigdev/rig
The DevEx & Application-layer for your Internal Developer Platform ⛵
https://github.com/rigdev/rig
application-platform cli deployment docker github-actions golang k8s kubernetes open-source
Last synced: 24 days ago
JSON representation
The DevEx & Application-layer for your Internal Developer Platform ⛵
- Host: GitHub
- URL: https://github.com/rigdev/rig
- Owner: rigdev
- License: apache-2.0
- Created: 2023-09-01T10:54:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T09:14:41.000Z (5 months ago)
- Last Synced: 2024-06-20T09:27:53.148Z (5 months ago)
- Topics: application-platform, cli, deployment, docker, github-actions, golang, k8s, kubernetes, open-source
- Language: Go
- Homepage: https://rig.dev
- Size: 6.37 MB
- Stars: 1,009
- Watchers: 5
- Forks: 41
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
The DevEx & Application-layer for your Internal Developer Platform## 🌟 What is Rig?
Rig.dev is a complete service-lifecycle platform for Kubernetes. The Platform empowers developers with a developer-friendly deployment engine that simplifies the process of rolling out, managing, debugging, and scaling applications.
The Rig platform is self-hosted, can be installed in any Kubernetes cluster and will immediately simplify maintaining services in the cluster.
## 📦 Features
The complete stack offers:
- rig - The CLI for interacting with the rig-platform and its resources
- rig-operator - Our open-core abstraction implementation running in Kubernetes
- rig-platform - Our developer-friendly rollout engine and dashboard
- Helm charts for installing rig-operator and rig-platform
- The platform protobuf interfaces (allows for easy API-client generation)
- Plugin framework for easy integrations of the Platform with _any_ infrastructure
- Simple CLI commands for integrating with any CI/CD pipeline## ⚙️ Plugins
The Rig platform comes with an open Plugin framework, for easy customization.
The default configuration will run with the basic plugins:
- Deployment Plugin - [`rigdev.deployment`](https://github.com/rigdev/rig/tree/main/plugins/capsulesteps/deployment)
- CronJob Plugin - [`rigdev.cronjob`](https://github.com/rigdev/rig/tree/main/plugins/capsulesteps/cron_jobs)
- Service Account Plugin - [`rigdev.service_account`](https://github.com/rigdev/rig/tree/main/plugins/capsulesteps/service_account)
- Ingress Rources Plugin - [`rigdev.ingress_routes`](https://github.com/rigdev/rig/tree/main/plugins/capsulesteps/ingress_routes) (must be configured, see [here](https://docs.rig.dev/operator-manual/setup-guide/networking))More helper-plugins are available [here](https://docs.rig.dev/operator-manual/plugins/builtin) and used in a few examples described
[here](https://docs.rig.dev/operator-manual/plugins/examples).To write your own plugins, see our [Custom Plugin guide](https://docs.prod.rig.dev/operator-manual/plugins/thirdparty/).
## 🧑💻 Getting Started
Our Setup Guide is available [here](https://docs.rig.dev/operator-manual/setup-guide).
The guide allows you to set up either your local machine or a Kubernetes cluster in production.
## 👯 Community
For support, development, and community questions, we recommend checking out our [Slack channel](https://join.slack.com/t/rig-community/shared_invite/zt-26104sb0m-lzmGdbR~XvCZU3xiM0MR7g).
Furthermore, be sure to check out our [Code of Conduct](https://github.com/rigdev/rig/blob/main/CODE_OF_CONDUCT.md).
## ➕ Contributions
We love additions in all forms, to make Rig even greater.
The easiest steps are to file bug reports, gaps in documentation, etc. If you know how to improve it yourself, we encourage you to fork the relevant repository and create a Pull Request.
## 📖 License
Rig is licensed under the Apache 2.0 License.