Tag: Serverless Computing
-
Install Knative with Istio on IBM Cloud

This post provides you step-by-step instructions to install Knative with Istio on IBM Cloud Kubernetes Service(IKS), build and push your image to IBM Cloud Container Registry and deploy the app. Before jumping into the instructions, let’s quickly understand what Knative is and what are its key components. Knative extends Kubernetes to provide the missing building…
-
For faster Swift Serverless actions…
While coding and drafting “Mobile app with a Serverless Backend”, We came up with an idea to use Swift on the server-side for the iOS app (it’s an interesting use case).So, that it will cater the full stack swift developers out there. The same is true for the Android version of the app as well.…
-
Watson Service Chaining via OpenWhisk Sequence : Part 3 of 3
By now (after reading Part 1 and Part 2 in this series), you should be aware of what OpenWhisk is and leverage OpenWhisk Sequence to chain Watson services. Also, you should have created Swift and NodeJS actions for transforming the JSON to required formats. In this post, you will learn how to expose an action…
-
Watson Service Chaining via Cloud Functions Sequence : Part 2 of 3
In Part 1 of this series, you learnt the basics of Serverless computing and the building blocks behind Cloud Functions. In this post, you will create Watson Services and add them to a Cloud Functions Sequence on IBM Cloud. As our post is all about chaining Watson Services using OpenWhisk, in this section, you will…
-
Watson Service Chaining via OpenWhisk Sequence : Part 1 of 3

This 3-part series of posts helps you understand the in-depth features of Serverless Computing via OpenWhisk. OpenWhisk offers an easy way to chain services where an output of the first action acts as an input to the second action and so on in a sequence. OpenWhisk achieves the chaining of services via sequences on IBM Cloud.…
-
OpenWhisk: A Serverless platform to create and run event-driven apps that scale on demand

This blog post introduces you to Serverless computing, OpenWhisk (a serverless, open source cloud platform that executes functions in response to events at any scale) and guides you in getting started with Cloud Functions on IBM Cloud After writing a post on how to transform your idea into an app in minutes. I started thinking how about the compute part…
