Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.12 KB

Example Groovy Funktion

This example shows how easy it is to develop a funktion in Groovy.

funktion logo

The source code consists of:

You can then run your funktion locally via:

mvn

You can then invoke it via your web browser at http://localhost:8080/?name=Funktion

Trying your funktion on Kubernetes or OpenShift

Assuming your current shell is connected to Kubernetes or OpenShift so that you can type a command like

kubectl get pods

or for OpenShift

oc get pods

Then the following command will package your funktion and run it on Kubernetes:

mvn install fabric8:deploy