Need advice about which tool to choose?Ask the StackShare community!

Fission

27
81
+ 1
3
Knative

87
342
+ 1
21
Add tool

Fission vs Knative: What are the differences?

Key Differences between Fission and Knative

Fission and Knative are both serverless platforms designed to simplify application development and deployment. However, there are several key differences between them.

  1. Flexibility of Language Support: Fission offers greater flexibility when it comes to language support, as it allows developers to write functions in any programming language, including popular choices like Python, Node.js, and Go. On the other hand, while Knative provides support for multiple languages, it focuses primarily on Docker containers, limiting the language choices available.

  2. Deployment Mechanism: Fission uses a "hot function" model where functions are kept in a running state, ready to be executed when an event occurs. This allows for faster response times and lower latency. In contrast, Knative follows a "cold start" model where functions are scaled to zero when not in use and require some time to start up when an event triggers their execution.

  3. Scalability: Knative offers more advanced and flexible scaling capabilities compared to Fission. Knative's scaling is based on the number of incoming requests, allowing for horizontal scaling of functions as per demand. Fission, while it provides auto-scaling based on CPU usage, does not have the same level of granular control as Knative.

  4. Integration with Kubernetes: Both Fission and Knative are built on top of Kubernetes but have different levels of integration. Knative provides a more seamless integration with Kubernetes, making it easier to manage and deploy functions as Kubernetes resources. Fission, while it also runs on Kubernetes, has a separate controller and a custom resource definition to manage functions.

  5. Eventing and Messaging Support: Knative has built-in support for eventing and messaging through its eventing subsystem, which allows for easy integration with various event sources and messaging systems. Fission, on the other hand, lacks native eventing support and requires additional components or external tools to achieve similar functionality.

  6. Community Support and Maturity: Knative has a larger and more active community compared to Fission, which translates into better support, more frequent updates, and a wider range of available resources. Fission, while still actively maintained, may have a smaller community and fewer resources.

In summary, Fission and Knative differ in terms of language support, deployment mechanism, scalability, Kubernetes integration, eventing support, and community maturity. Choosing between the two depends on the specific requirements and priorities of the application being developed.

Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Fission
Pros of Knative
  • 1
    Any language
  • 1
    Portability
  • 1
    Open source
  • 5
    Portability
  • 4
    Autoscaling
  • 3
    Open source
  • 3
    Eventing
  • 3
    Secure Eventing
  • 3
    On top of Kubernetes

Sign up to add or upvote prosMake informed product decisions

What is Fission?

Write short-lived functions in any language, and map them to HTTP requests (or other event triggers). Deploy functions instantly with one command. There are no containers to build, and no Docker registries to manage.

What is Knative?

Knative provides a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center

Need advice about which tool to choose?Ask the StackShare community!

What companies use Fission?
What companies use Knative?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Fission?
What tools integrate with Knative?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to Fission and Knative?
NGINX
nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. According to Netcraft nginx served or proxied 30.46% of the top million busiest sites in Jan 2018.
Apache HTTP Server
The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant web server. Originally designed as a replacement for the NCSA HTTP Server, it has grown to be the most popular web server on the Internet.
Amazon EC2
It is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers.
Firebase
Firebase is a cloud service designed to power real-time, collaborative applications. Simply add the Firebase library to your application to gain access to a shared data structure; any changes you make to that data are automatically synchronized with the Firebase cloud and with other clients within milliseconds.
Amazon Web Services (AWS)
It is a comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally.
See all alternatives