{"id":18248161,"url":"https://github.com/serverless-components/knative-serving","last_synced_at":"2025-04-04T15:32:12.395Z","repository":{"id":44452325,"uuid":"215979683","full_name":"serverless-components/knative-serving","owner":"serverless-components","description":"Instantly create and update Knative services on top of your Kubernetes cluster.","archived":false,"fork":false,"pushed_at":"2022-08-22T09:47:06.000Z","size":18,"stargazers_count":7,"open_issues_count":4,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T15:01:35.334Z","etag":null,"topics":["faas","knative","knative-serving","kubernetes","kubernetes-cluster","serverless","serverless-components","serverless-framework"],"latest_commit_sha":null,"homepage":"https://serverless.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serverless-components.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-18T08:40:11.000Z","updated_at":"2022-11-24T05:43:07.000Z","dependencies_parsed_at":"2022-08-27T16:40:21.672Z","dependency_job_id":null,"html_url":"https://github.com/serverless-components/knative-serving","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Fknative-serving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Fknative-serving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Fknative-serving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Fknative-serving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverless-components","download_url":"https://codeload.github.com/serverless-components/knative-serving/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247203029,"owners_count":20900897,"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":["faas","knative","knative-serving","kubernetes","kubernetes-cluster","serverless","serverless-components","serverless-framework"],"created_at":"2024-11-05T09:36:05.833Z","updated_at":"2025-04-04T15:32:07.386Z","avatar_url":"https://github.com/serverless-components.png","language":"JavaScript","readme":"# knative-serving\n\nInstantly create and update Knative services on top of your Kubernetes cluster with [Serverless Components](https://github.com/serverless/components).\n\n\u0026nbsp;\n\n1. [Install](#1-install)\n2. [Create](#2-create)\n3. [Configure](#3-configure)\n4. [Deploy](#4-deploy)\n\n\u0026nbsp;\n\n### 1. Install\n\n```console\n$ npm install -g serverless\n```\n\n### 2. Create\n\nJust create a `serverless.yml` file\n\n```console\n$ touch serverless.yml\n```\n\nThen create a `.env` file\n\n```console\n$ touch .env\n```\n\nUpdate the `.env` file with information about your Kubernetes setup\n\n```\n# .env\nKUBERNETES_ENDPOINT=https://cluster.example.com\nKUBERNETES_PORT=6443\nKUBERNETES_SERVICE_ACCOUNT_TOKEN=xxxx\nKUBERNETES_SKIP_TLS_VERIFY=false\n```\n\n### 3. Configure\n\n```yml\n# serverless.yml\norg: acme\napp: todo\nname: todo-knative-serving\n\ncomponent: knative-serving@dev\n\ninputs:\n  knativeGroup: serving.knative.dev # default is `serving.knative.dev`\n  knativeVersion: v1alpha1 # default is `v1alpha1`\n  registryAddress: 'https://container-registry.acme.com' # default is `'https://index.docker.io/v1'`\n  namespace: 'default' # default is `'default'`\n  name: my-knative-service\n  repository: acme/some-func\n  tag: latest\n```\n\n### 4. Deploy\n\n```console\n$ serverless\n```\n\n### New to Components?\n\nCheckout the [Serverless Components](https://github.com/serverless/components) repo for more information.\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless-components%2Fknative-serving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverless-components%2Fknative-serving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless-components%2Fknative-serving/lists"}