-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: add an index.md for getting-started section, with accurate link… #6498
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
Merged
knative-prow
merged 4 commits into
knative:main
from
codeEvolveZenith345:gettingStarted
Nov 19, 2025
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
cd3d622
feat: add an index.md for getting-started section, with accurate link…
codeEvolveZenith345 c5907a9
fix: Move the index.md to tutorial.md page
codeEvolveZenith345 796ecac
fix:heading sizes
codeEvolveZenith345 ebcc25d
fix: tutorial list rendering and update links to technical overview
codeEvolveZenith345 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,95 @@ | ||
| # Getting Started with Knative | ||
|
|
||
| Welcome! This guide helps you get started with Knative based on your goals and experience level. | ||
codeEvolveZenith345 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## What is Knative? | ||
|
|
||
| Knative is a Kubernetes-based platform for deploying and managing serverless workloads. It provides components for building, deploying, and running applications that automatically scale, including scaling to zero when idle. | ||
codeEvolveZenith345 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Choose Your Path | ||
|
|
||
| ### I want to try Knative quickly | ||
|
|
||
| **Perfect for:** Developers who want hands-on experience | ||
|
|
||
| Follow our step-by-step tutorial: | ||
|
|
||
| 1. [Install Knative locally](quickstart-install.md) - Set up using kind or minikube (10 minutes) | ||
| 2. [Deploy your first service](first-service.md) - Create and test a simple application | ||
| 3. [Explore autoscaling](first-autoscale.md) - See how Knative scales your app | ||
| 4. [Clean up](clean-up.md) - Remove the local installation | ||
|
|
||
| **Prerequisites:** Docker, kubectl, 3 CPUs, 3 GB RAM | ||
codeEvolveZenith345 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| --- | ||
|
|
||
| ### I want to understand Knative first | ||
|
|
||
| **Perfect for:** Evaluators and decision makers | ||
|
|
||
| - [What is Knative?](which-knative.md) - Overview of components and use cases | ||
codeEvolveZenith345 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - [About Knative Functions](about-knative-functions.md) - Simplified function development | ||
| - [Documentation overview](../README.md) - Navigate all Knative docs | ||
codeEvolveZenith345 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Then proceed to the [installation options](../install/) for production deployments. | ||
codeEvolveZenith345 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| --- | ||
|
|
||
| ### I want to explore event-driven features | ||
|
|
||
| **Perfect for:** Building event-driven applications | ||
|
|
||
| 1. [Getting started with Eventing](getting-started-eventing.md) - Introduction to event-driven architecture | ||
| 2. [Create an event source](first-source.md) - Generate events | ||
| 3. [Set up a broker](first-broker.md) - Route events to services | ||
| 4. [Configure triggers](first-trigger.md) - Filter and deliver events | ||
|
|
||
| --- | ||
|
|
||
| ### I want to build serverless functions | ||
|
|
||
| **Perfect for:** Function-as-a-Service development | ||
|
|
||
| 1. [Install the func CLI](install-func.md) - Set up the functions CLI | ||
| 2. [Create a function](create-a-function.md) - Build your first function | ||
| 3. [Build and deploy](build-run-deploy-func.md) - Deploy to Knative | ||
|
|
||
| --- | ||
|
|
||
| ## What's Next? | ||
|
|
||
| After completing the getting started tutorials: | ||
|
|
||
| - [Next steps](next-steps.md) - Continue your Knative journey | ||
| - [Traffic splitting](first-traffic-split.md) - Implement canary deployments | ||
| - [Code samples](../samples/) - Explore real-world examples | ||
| - [Complete tutorial](tutorial.md) - End-to-end application walkthrough | ||
|
|
||
| --- | ||
|
|
||
| ## Components Overview | ||
|
|
||
| **Knative Serving** - Deploy HTTP applications with automatic scaling and traffic management | ||
|
|
||
| **Knative Eventing** - Build event-driven applications using CloudEvents | ||
|
|
||
| **Knative Functions** - Create functions without managing containers or Kubernetes | ||
codeEvolveZenith345 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| --- | ||
|
|
||
| ## Need Help? | ||
|
|
||
| - **Slack:** [#knative-users](https://cloud-native.slack.com/) on CNCF Slack | ||
| - **Issues:** [Report problems](https://github.com/knative/docs/issues) | ||
| - **Community:** [Join working groups](../community/) | ||
|
|
||
| --- | ||
|
|
||
| ## Installation for Production | ||
|
|
||
| For production deployments, see: | ||
| - [YAML installation](../install/yaml-install/) - Direct kubectl installation | ||
| - [Operator installation](../install/operator/) - Automated lifecycle management | ||
| - [Platform-specific guides](../install/) - Cloud provider installations | ||
|
|
||
| **Requirements:** Kubernetes 1.28+, cluster admin access | ||
codeEvolveZenith345 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.