Description
We want to add a FAQ page to help users.
Here is the initial set provided by the contractor Lionsway we worked with.
Frequently Asked Questions (FAQ)
What is Knative?
Knative is a system that works on top of Kubernetes. It helps development teams manage, monitor, and operate Kubernetes in a way that requires less technical knowledge and time. Knative is open-source, finding support and growth through a combination of individual contributors and industry-leading companies.
What's the difference between Knative Serving and Knative Eventing?
Knative has two main elements named Knative Serving and Knative Eventing. While they manage different tasks and outcomes and can operate independently, together, they help make Knative a powerful tool for dev teams and IT professionals.
- Knative Serving runs serverless containers on Kubernetes with ease. Knative takes care of the details of networking, autoscaling (even to zero), and revision tracking. You have to focus on your core logic.
- Knative Eventing allows for universal subscription, delivery, and management of events. Teams can build modern apps by attaching compute to a data stream with declarative event connectivity and a developer-friendly object model.
Where do I find documentation?
There are two forms of documentation for Knative. First, for end-user and high-level information, you can explore this website. For more granular information, you can see the documents for Knative's three main repositories, serving, eventing, and client.
How do I find help?
As an open-source project, you can find help by exploring the Knative documentation or reaching out to our community through GitHub, using the tag 'knative' on stackoverflow, and in the community Slack community using channels serving-questions
and eventing-questions
. The community is very active, and most questions are answered quickly.
How do I meet the Knative Community?
The community is very active on GitHub. There is also an active Knative Slack community where people swap ideas, talk about improvement, and get help.
How do I contribute to Knative?
Follow the knative contributor guide to get started. You can contribute in many forms like discussions, testing, reporting bugs, code changes, and documentation.
Do I need to use Istio?
You do not need to use Istio. Knative works with a variety of networking layers. You can find directions here.