KO
|
EN
gitlite โ search
Search
#python
#javascript
#ai
#css3
#html5
#bootstrap
#web-app
#vanilla-js
#machine-learning
#rust
#llm
#mobile-first-workflow
krsh
โ 129
Open GitHub โ
A declarative KubeFlow Management Tool
Download README (.md)
Explore Similar Repositories
seven
:
Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features
sax
:
S + Autograd + XLA :: S-parameter based frequency domain circuit simulations and optimizations using JAX.
cookiecutter-modern-pypackage
:
Cookiecutter ๐ช template for a modern Python package ๐๐ฆ.
ai_barcode
:
Barcode generation,Barcode scanning,qrcode,qrcode generation,qrcode creator,flutter barcode,flutter qrcode,support android iOS web platform
session
:
Session plugin for fastify
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
krsh
?
Download (.md)
> :lollipop: KRSH is **Alpha** version, so many bugs can be reported. If you find a bug, please write an Issue and grow the project together!  <p align="center"> A declarative Kubeflow Management Tool inspired by <a href="https://github.com/hashicorp/terraform">Terraform</a></p> --- **KRSH** (pronounce, krush) is a tool that allows you to declaratively manage Kubeflow's pipelines. By managing Kubeflow Pipeline through KRSH, developers can reduce the cost of managing Pipeline Versions and deploy pipelines much faster than ever before. KRSH was greatly inspired by Terraform's behavior through Write, Plan, and Apply Cycle and its declarative management of resources. Also, since KRSH provides the KRSH Project Boilerplate through the `krsh create` command, the developer who develops the pipeline no longer needs to worry about which project structure to choose to manage the Kubeflow Pipeline. ## Usage The image below shows a very simple example of using KRSH. Actually, that's all. Click [GETTING_STARTED.md](./GETTING_STARTED.md) for more information.  ## Install **Easy way** ```bash pip install krsh ``` **Manually way** ```bash git clone https://github.com/riiid/krsh cd ./krsh pip install -e . ``` ## Contribution We welcome any form of contribution. If you're new to KRSH, read [CONTRIBUTING.md](CONTRIBUTING.md). You can submit any PR that can improve project, report bugs in project, or submit an Issue to request that you add new features. ## License [Apache License, Version 2.0](LICENSE)