Skip to content

🐳 Simple openfaas deployment on k3s on Raspberry Pi

Notifications You must be signed in to change notification settings

MaartenDesnouck/k3s-openfaas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

k3s-openfaas

Experiment with k3s on a Raspberry Pi 2 - Model B
https://blog.alexellis.io/test-drive-k3s-on-raspberry-pi/

// SSH into the Rasbperry
$ ssh pi@raspberrypi.local
// Bootstrap the k3s server
$ curl -sfL https://get.k3s.io | sh -
// Clone this repository
$ git clone git@github.com:MaartenDesnouck/k3s-openfaas.git
// Deploy the function
$ ./deploy.sh
// Check deployment status
$ kubectl get pods
// Call the function
$ echo -n "Hello world." | curl --data-binary @- http://192.168.1.123:31111

About

🐳 Simple openfaas deployment on k3s on Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages