From 4925b9b5c37d8f38c6ff113ce03156c1bdb638c6 Mon Sep 17 00:00:00 2001 From: Anders Johnsen Date: Mon, 6 May 2024 10:43:25 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Readme=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8954b3f6b..2624f9138 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

Documentation | Website

- The application platform for Kubernetes + The DevEx & Application-layer for your Internal Developer Platform

@@ -36,24 +36,47 @@ ## 🌟 What is Rig? -Rig.dev offers an application platform for Kubernetes. We empower developers with our developer-friendly deployment engine that simplifies the process of rolling out, managing, debugging, and scaling applications. +Rig.dev is a complete service-lifecycle platform for Kubernetes. The Platform empower 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 -Our core is open-source and features: -- rig-operator - Our abstraction on top of Kubernetes + +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 a 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 Getting Started Guide is available [here](https://docs.rig.dev/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 [Discord server](https://discord.gg/Tn5wmXMM2U). +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). From ca2e45aebc08326ee6671f49826a26fd904d84f4 Mon Sep 17 00:00:00 2001 From: Anders Johnsen Date: Mon, 6 May 2024 14:12:10 +0200 Subject: [PATCH 2/2] fix spelling --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2624f9138..e3e708e8c 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ ## 🌟 What is Rig? -Rig.dev is a complete service-lifecycle platform for Kubernetes. The Platform empower developers with a developer-friendly deployment engine that simplifies the process of rolling out, managing, debugging, and scaling applications. +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. +The Rig platform is self-hosted, can be installed in any Kubernetes cluster and will immediately simplify maintaining services in the cluster. ## 📦 Features @@ -54,7 +54,7 @@ The complete stack offers: ## ⚙️ Plugins -The Rig platform comes with a open Plugin framework, for easy customization. +The Rig platform comes with an open Plugin framework, for easy customization. The default configuration will run with the basic plugins: