go

command
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

README

Hello World in Go on Kubefaas

hello.go contains a very simple kubefaas function that says "Hello, World!".

Deploying this function on your cluster


# Create the Kubefaas Go environment and function, and wait for the
# function to build.  (Take a look at the YAML files in the specs
# directory for details about how the environment and function are
# specified.)

$ kubefaas spec apply --wait
1 environment created
1 package created
1 function created

# Now, run the function with the "kubefaas function test" command:

$ kubefaas function test --name hello-go
Hello, World!

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳