8000 GitHub - fuchshuber/knative-demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fuchshuber/knative-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

knative-demo

Installing Knative

Follow these step-by-step guides for setting up Kubernetes and installing Knative components as a local demo showcase:

Deploy pre-built application

Let's deploy an existing public Docker image as an autoscaling stateless application to Knative:

kubectl create ns helloworld

knctl deploy \
      --namespace helloworld \
      --service hello \
      --image gcr.io/knative-samples/helloworld-go \
      --env TARGET=Rev1

More informations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0