-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Executable tutorial proposal: Deploying scheduled functions on Kubern…
…etes using Kubeless (#1134)
- Loading branch information
Simon Persson
authored
Apr 8, 2021
1 parent
f88f5a1
commit f1d566a
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Deploying scheduled functions on Kubernetes using Kubeless | ||
|
||
## Members | ||
|
||
Simon Persson, siper@kth.se | ||
|
||
GitHub: altaired | ||
|
||
|
||
Martijn Atema, atema@kth.se | ||
|
||
GitHub: atema | ||
|
||
## Proposal | ||
|
||
This tutorial will guide one through how to create a K8 cluster and deploy a scheduled serverless function using Kubeless. | ||
The scheduled function will call an another service on the K8 cluster, with the purpose of demonstrating how this can be used to | ||
perform routine tasks such as backups and archiving automatically. We plan to use Katacoda to be able to run the tutorial with a bash terminal. | ||
|
||
|
||
|