Introducing Managed Knative on IBM Cloud Kubernetes Service

Today, IBM is announcing Knative support as an experimental managed add-on to our IBM Cloud Kubernetes Service. With this support, along with our managed Istio support, which is also being announced, customers can experience a new and innovative way of deploying and managing their Kubernetes hosted applications.

What is Knative?

Knative is a relatively new open source project being developed by some of the key cloud innovators, including IBM, RedHat, Google, Pivotal, and SAP (see our “What is Knative?” video and our “Knative: An Essential Guide” page for more info). There are multiple reasons and goals behind the creation of Knative, and one of the biggest is the influence of serverless computing on the industry.

The serverless paradigm

The serverless paradigm has had quite an impact on the industry—mainly by making people rethink how they design their applications and what they should expect from their hosting platforms. In particular, some of the key aspects of serverless computing include the following:

  • Source-to-image development chain: Rather than developers crafting the details of how to build and host their code, there is a shift toward a model where they simply provide code to the platform and the platform manages all of the hosting aspects (e.g., building, hosting, scaling, etc.) for them.

  • Auto-scaling/scale-to-zero: As part of the platform managing the lifecycle of the application, it also scales the application based on the load it is experiencing. This includes scaling the application down to zero instances when it is not in use, meaning that the owner of the application is not charged if the application is not being used.

  • Short-lived functions: Following the established path of “breaking up the monolith” that the “container revolution” started, splitting up the microservices into even smaller “functions” allows for a more fine-grained hosting model, meaning better resource utilization.

  • Event-driven: To go along with the optimized scaling is the notion of these functions responding to events rather than simply always running and waiting for something to happen. This allows for a much more loosely-coupled architecture.

Most of these aspects of serverless computing end up with the higher-level goals of reducing the cost of managing your applications and increasing the velocity of your development teams. However, when trying to meet these goals within the Kubernetes platform, a couple of issues present themselves.

First, the existing resource model that Kubernetes exposes (while quite powerful) isn’t necessarily designed to address these specific needs. In order to achieve the above goals, a newer simplified resource model is needed. One that allows users to work at a higher level without needing to worry about all of the lower-level technical details. Basically, an more opinionated model.

Second, there has been some work in trying to develop such models and experience on top of Kubernetes, but what the industry really needed was a common/shared implementation that they could all rally around. Many independent solutions, even really good ones, do not necessarily help the community at large if there is no interoperability between them and customers feel as though they are locked into one solution.

The building blocks of Knative

Knative solves these concerns through its three main components:

  • Build: A component that integrates the building of container images into the specification of the application configuration. This allows for the source-to-image model where developers can encapsulate the configuration of their application alongside the specification of how to build their application images all at once.

  • Serving: A hosting model where an event-driven hosting scheme is leveraged to ensure that the applications are scaled based on actual need, including scaling down to zero when appropriate. This component will also automatically manage the rolling-out of newer versions of the code and allow for advanced traffic routing (such as A/B testing), relying on Istio for these features.

  • Eventing: A set of core eventing primitives that allows for the specification of interest in events from event sources (both internal and external to the cluster), as well as simple orchestration of delivery of those events to consuming applications.

A new user-experience for hosting applications on Kubernetes

Along with these components is one of the most important aspects—the Knative community itself. With the key cloud computing players working together and jointly addressing consumer’s needs in an open source, open-collaborative fashion, a common higher-level programming model can be offered where there’s freedom of choice/movement while still providing some base-level interoperability and portability.

Putting all of these elements together, the net result is a new user-experience for hosting applications on Kubernetes where the developer can focus on what they really want to do—code. Not manage infrastructure.

Due to the early stages of development for the project, our Knative managed offering is still in the experimental stage, but we expect the Knative community to enhance and solidifies its features very quickly.

Managed Knative add-on

With today’s announcement of managed Knative support for IBM Cloud Kubernetes Service, you can quickly and easily get Knative (and Istio) deployed to your Kubernetes cluster. Installing and using Knative couldn’t be easier. You can use our one-click install via the UI:

Or you can utilize the one-command install via the command line:

ibmcloud ks cluster-addon-enable knative <cluster-name>

And, as the project continues to be enhanced, upgrading to the latest versions will be just as easy.

For more information on how to get started with Knative, please see our introductory tutorial or our more in-depth Knative 101 tutorial.

Join the conversation

The Managed Knative on IBM Cloud Kubernetes Service is in Experimental stage since the project is continuing to mature and evolve, and as it does, IBM Cloud will provide even deeper integration with the rest of the IBM Cloud platform. We want to hear from you, so join the conversations with our team via Slack by registering here and then find them in the #general or #managed_istio_knative channels on our public IBM Cloud Kubernetes Service Slack.

Categories

More from Announcements

IBM TechXchange underscores the importance of AI skilling and partner innovation

3 min read - Generative AI and large language models are poised to impact how we all access and use information. But as organizations race to adopt these new technologies for business, it requires a global ecosystem of partners with industry expertise to identify the right enterprise use-cases for AI and the technical skills to implement the technology. During TechXchange, IBM's premier technical learning event in Las Vegas last week, IBM Partner Plus members including our Strategic Partners, resellers, software vendors, distributors and service…

Introducing Inspiring Voices, a podcast exploring the impactful journeys of great leaders

< 1 min read - Learning about other people's careers, life challenges, and successes is a true source of inspiration that can impact our own ambitions as well as life and business choices in great ways. Brought to you by the Executive Search and Integration team at IBM, the Inspiring Voices podcast will showcase great leaders, taking you inside their personal stories about life, career choices and how to make an impact. In this first episode, host David Jones, Executive Search Lead at IBM, brings…

IBM watsonx Assistant and NICE CXone combine capabilities for a new chapter in CCaaS

5 min read - In an age of instant everything, ensuring a positive customer experience has become a top priority for enterprises. When one third of customers (32%) say they will walk away from a brand they love after just one bad experience (source: PWC), organizations are now applying massive investments to this experience, particularly with their live agents and contact centers.  For many enterprises, that investment includes modernizing their call centers by moving to cloud-based Contact Center as a Service (CCaaS) platforms. CCaaS solutions…

See what’s new in SingleStoreDB with IBM 8.0

3 min read - Despite decades of progress in database systems, builders have compromised on at least one of the following: speed, reliability, or ease. They have two options: one, they could get a document database that is fast and easy, but can’t be relied on for mission-critical transactional applications. Or two, they could rely on a cloud data warehouse that is easy to set up, but only allows lagging analytics. Even then, each solution lacks something, forcing builders to deploy other databases for…