Skip to content

Instantly share code, notes, and snippets.

@resouer
Created August 4, 2020 20:28
Show Gist options
  • Save resouer/cc3120841f936a1af202c09fc924b6ef to your computer and use it in GitHub Desktop.
Save resouer/cc3120841f936a1af202c09fc924b6ef to your computer and use it in GitHub Desktop.
```console
$ rudr --help
✈️ A Micro App Plafrom for Kubernetes.
Commands
Getting Started 🌱
env Set your enviroment (e.g. dev,stage,prod).
docs Open the rudr docs.
Applications
app Create a new application. # Let's do multiple components (services?) as the future feature!
init # Prompt to choose workload, fill in workload parameters, and choose trait, fill in trait properties.
ls
show
status
delete
pipeline # Future feature!
Workloads
deployment Stateless workload.
run Run this workload directly as a application, no trait.
cloneset Stateful workload.
...
Traits
scale Manual scale your component.
autoscale Auto scale your component.
...
Admin
dashboard Open the dashbaord.
snapshot Snapshot the application.
capbility,cap Manage capablities of the platform.
config Set the capability center, local as default
ls $ rudr cap ls -t workload -n cloneset
add
remove
enable # Sleep mode, future feature!
disable # Sleep mode future feature!
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment