Arda Karaduman

Results 29 comments of Arda Karaduman

Yes, you can use any language that you can run inside a docker container. Please check [PHP Hello](https://github.com/iron-io/functions/tree/master/examples/hello/php) example.

I'm sorry, I don't understand what you mean by "Running on Kubernetes directly". Kubernetes is a container orchestration platform, so you will need to use some kind of containerization technology...

Hello, There is actually support `hot` functions https://github.com/iron-io/functions/blob/master/docs/hot-functions.md This is little bit dated, but should still work. We would really appreciate any input !

It is on by default. You can set container type by format parameter. > format (mandatory) either "default" or "http". If "http", then it is a hot container

hello @sss0350 , sorry for taking time to get to this. Were you able to get config vars ?

@sss0350 sorry for the late response ! Unfortunately, we don't have an exact solution to your problem this time, as openshift is something we haven't really worked on. We can...

just one thing, can you try with ``` export IRON_FUNCTION=$(kubectl get -o json svc functions | jq -r '.status.loadBalancer.ingress[0].ip'):8080 ``` instead of ``` export IRON_FUNCTION=$(kubectl get -o json svc functions...

bolt is a file storage db, and it does not allow more than one process access a single file AFAIK. Bolt is meant to quickly test / evaluate in a...

@zephinzer thanks for the report ! Using private repositories is something we are currently working on atm, so unfortunately there is no official way to do this. Until we enable...

@TaekminKwon unfortunately I couldn't fix the issue, and these days I cant have the time to attempt a fix. Would like to give it a try ?