Visit kriten.io for the full documentation, examples and guides.
Quickstart • Contributing • Credits • License
- 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
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.
Kriten welcomes users feedback and ideas, feel free to raise an issue on GitHub if you need any help.
This software uses the following open source packages:
GNU General Public License v3.0, see LICENSE.