Skip to content

kriten-io/kriten

Repository files navigation

Kriten
Kriten

Visit kriten.io for the full documentation, examples and guides.

Version Release

QuickstartContributingCreditsLicense

  • Code execution platform
  • Written for and runs on Kubernetes
  • Automated REST API exposure
    • Your custom code will be made available through dynamically created endpoints
  • Granular RBAC control
  • Local and Active Directory user authentication

Quickstart

Kriten is avaible to be installed with Helm. From your command line:

# Add kriten Repo to Helm and update
$ helm repo add kriten https://kriten-io.github.io/kriten-charts/
$ helm repo update

# Create a namespace in your cluster
$ kubectl create ns kriten

# Install Kriten
$ helm install kriten kriten/kriten -n kriten

Note You may want to modify the default values before install, more info on the installation can be found here.

Contributing

Kriten welcomes users feedback and ideas, feel free to raise an issue on GitHub if you need any help.

Credits

This software uses the following open source packages:

License

GNU General Public License v3.0, see LICENSE.