{"id":13546586,"url":"https://github.com/meteatamel/knative-tutorial","last_synced_at":"2025-05-15T13:08:43.399Z","repository":{"id":37665007,"uuid":"167142290","full_name":"meteatamel/knative-tutorial","owner":"meteatamel","description":"A collection of samples for Knative Serving, Knative Eventing and Knative-GCP projects.","archived":false,"fork":false,"pushed_at":"2025-02-26T08:16:53.000Z","size":22802,"stargazers_count":488,"open_issues_count":12,"forks_count":129,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-11T22:37:23.592Z","etag":null,"topics":["google-cloud","knative","knative-tutorial"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meteatamel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-23T08:00:28.000Z","updated_at":"2025-03-26T13:55:46.000Z","dependencies_parsed_at":"2024-03-16T16:36:58.451Z","dependency_job_id":"93943896-4248-4b6f-921b-5d723e175df0","html_url":"https://github.com/meteatamel/knative-tutorial","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteatamel%2Fknative-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteatamel%2Fknative-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteatamel%2Fknative-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteatamel%2Fknative-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meteatamel","download_url":"https://codeload.github.com/meteatamel/knative-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346624,"owners_count":22055808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-cloud","knative","knative-tutorial"],"created_at":"2024-08-01T12:00:40.582Z","updated_at":"2025-05-15T13:08:42.473Z","avatar_url":"https://github.com/meteatamel.png","language":"C#","readme":"# Knative Tutorial\n\nThis tutorial shows how to use different parts of [Knative](https://www.knative.dev/docs/).\n\n## Slides\n\nThere's a [presentation](https://speakerdeck.com/meteatamel/serverless-with-knative) that accompanies the tutorial.\n\n\u003ca href=\"https://speakerdeck.com/meteatamel/serverless-with-knative\"\u003e\n    \u003cimg alt=\"Serverless with Knative\" src=\"docs/images/serverless-with-knative-cloudrun.png\" width=\"50%\" height=\"50%\"\u003e\n\u003c/a\u003e\n\n## Setup\n\nYou need to install Knative and its dependencies (eg. Istio). See [Knative Installation](https://www.knative.dev/docs/install/) page for official instructions your platform.\n\nAlternatively, there are scripts in [setup](setup) folder to install Knative,\nIstio on Google Kubernetes Engine (GKE). You can follow the instructions there.\n\nWe tested this tutorial on:\n\n* GKE: 1.21.5-gke.1300\n* Istio: 1.10.5\n* Knative Serving: 1.0.0\n* Knative Eventing: 1.0.0\n* Knative-GCP: 0.23.0\n* Tekton: 0.22.0\n\nIf everything worked, all Knative components should show a `STATUS` of `Running`:\n\n```sh\nkubectl get pods -n knative-serving\nkubectl get pods -n knative-eventing\nkubectl get pods -n cloud-run-events\nkubectl get pods -n tekton-pipelines\n```\n\n## Samples\n\nKnative Serving\n\n* [Hello World Serving](docs/helloworldserving.md)\n* [Change configuration](docs/changeconfig.md)\n* [Traffic splitting](docs/trafficsplitting.md)\n* [Configure autoscaling](docs/configureautoscaling.md)\n* [gRPC with Knative](docs/grpc.md)\n* [Cluster local services](docs/clusterlocal.md)\n* [Integrate with Twilio](docs/twiliointegration.md)\n\nKnative Eventing\n\n* [Hello World Eventing](docs/helloworldeventing.md)\n* [Simple Delivery](docs/simpledelivery.md)\n* [Complex Delivery](docs/complexdelivery.md)\n* [Complex Delivery with reply](docs/complexdeliverywithreply.md)\n* [Broker and Trigger Delivery](docs/brokertrigger.md)\n* [Scheduled service](docs/scheduledeventing.md)\n* [Event registry](docs/eventregistry.md)\n\nKnative Eventing with Google Cloud\n\n* [Cloud Pub/Sub triggered service](docs/pubsubeventing.md)\n* [Cloud Storage triggered service](docs/storageeventing.md)\n* [Integrate with Translation API](docs/translationeventing.md)\n* [Integrate with Vision API](docs/visioneventing.md)\n* [Image processing pipeline](docs/image-processing-pipeline.md)\n* [BigQuery processing pipeline](docs/bigquery-processing-pipeline.md)\n\nBuild\n\n* Tekton Pipelines\n  * [Hello World Tekton](docs/hellotekton.md)\n  * [Google Container Registry Build](docs/tekton-gcrbuild.md)\n  * [Docker Hub Build](docs/tekton-dockerbuild.md)\n\n* Knative Build (Deprecated)\n  * [Hello World Build](docs/deprecated/helloworldbuild.md)\n  * [Docker Hub Build](docs/deprecated/dockerbuild.md)\n  * [Kaniko Build Template](docs/deprecated/kanikobuildtemplate.md)\n  * [Buildpacks Build Template](docs/deprecated/buildpacksbuildtemplate.md)\n\n-------\n\nThis is not an official Google product.\n","funding_links":[],"categories":["C#","Books / Docs","C\\#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeteatamel%2Fknative-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeteatamel%2Fknative-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeteatamel%2Fknative-tutorial/lists"}