Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is dotnet core based runtime , Beta or Production ready ? #13

Closed
paraspatidar opened this issue Jul 31, 2019 · 5 comments · Fixed by apache/openwhisk-website#399
Closed

Comments

@paraspatidar
Copy link

paraspatidar commented Jul 31, 2019

Hi ,
I last time explored this repository for openwhish with dotnet core in December 18 when it was just evolved.

However , on IBM function i dont see dotnet core as supported runtime and also at https://openwhisk.apache.org/documentation.html in supported programming language section it is not updated.
Thus wanted to know if it is production ready or beat ready for production yet ?

@paraspatidar paraspatidar changed the title Is that Beat or Production ready ? Is that Beta or Production ready ? Jul 31, 2019
@paraspatidar paraspatidar changed the title Is that Beta or Production ready ? Is dotnet core based runtime , Beta or Production ready ? Jul 31, 2019
@mrutkows
Copy link
Contributor

@paraspatidar Thanks for letting us know that our website docs. are not keeping current with the latest runtimes that have been released by the OpenWhisk project. I will immediately create a PR that updates the docs to include dotnet and our other runtimes recently released. Please feel free to help us keep our website or documentation up-to-date with a pull request.

@mrutkows
Copy link
Contributor

mrutkows commented Jul 31, 2019

@paraspatidar In terms of downstream consumers of the Apache OpenWhisk open source such as IBM Cloud Functions supporting dotnet (or other runtime), these Serverless providers are free to choose which runtimes they wish to support (or even providing other runtimes not in the apache OW project or runtimes that extend the OW runtimes).

It would best to seek answers about specific runtime support considerations from the ICF product team directly. I would suggest using the "contact" or live web chat options to pose your question. I believe you can find these options here https://www.ibm.com/cloud/functions (without having an account) or here: https://cloud.ibm.com/unifiedsupport/supportcenter (if you have an account). I know for a fact the support staff finds the appropriate product team to provide official answers.

In any case, ICF does support "bring-your-own" runtimes (aka "black box") images of runtimes and this is always an option for any language runtime/library configuration you want to run to support your applications with its existing dependencies/environment.

@mrutkows
Copy link
Contributor

@paraspatidar closing this issue as the website docs. will be updated using PR apache/openwhisk-website#399 against the website repo. As you can see they are now cross-referenced.

@paraspatidar
Copy link
Author

paraspatidar commented Aug 1, 2019

@mrutkows Thanks for quick action.
The main thing which I am looking here is that we shall be planing to use it under out own Kubernetes cluster as a part of server less.
so far we have evaluated some other options like Kubeless & Fission , in the similar way wanted to know if OW dotnetcore runtime implementation is fully functional without any glitches to be used in production as server-less option ?
For example in terms of :
Auto healing , HPA , autoscale up / down , persistent storage etc.
If you could help on the same?

@rabbah
Copy link
Member

rabbah commented Aug 1, 2019

@paraspatidar openwhisk is designed differently from the projects you mention and the core serverless functions capabilies are not part of any language runtime for a function which must only implement a narrow interface for life cycle management of a single function as described here https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-new.md if you're interested in the details.

The openwhisk control and dataplane itself handles auto-scaling function containers up/down etc. That's covered by this repo https://github.com/apache/incubator-openwhisk.

OpenWhisk has been in production/GA at IBM for several years, and offered as a service by Adobe I/O Runtime, and there are other installations on prem as well from large organizations.

If you find a specific issue with the dotnet runtime, please let us know here. If you have general questions about openwhisk, please use the Apache dev list or open an issue there https://github.com/apache/incubator-openwhisk/issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants