https://github.com/issif/k3s-multipass
Bootstrap a k3s cluster with multipass
https://github.com/issif/k3s-multipass
Last synced: 10 months ago
JSON representation
Bootstrap a k3s cluster with multipass
- Host: GitHub
- URL: https://github.com/issif/k3s-multipass
- Owner: Issif
- Created: 2021-03-19T23:20:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T21:41:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T14:21:56.610Z (11 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What it is
This script will:
* create a 2 nodes `k3s` cluster with `multipass`
* install `falco`, `falcosidekick`, `falcosidekick-ui` with `helm`
* install `kubeless`
* install `delete-pod` function (triggered by a running in a pod in `default` namespace)
* enable `audit-logs`
* set up the whole chain of components `audit-logs` > `falco` > `falcosidekick` > `falcosidekick-ui` & `kubeless`
## Prerequisities
* `multipass`
* `helm`
* `kubectl`
* `jq`
## Usage
```shell
./bootstrap.sh
```
## Author
Thomas Labarussias [[@Issif](https://github.com/Issif)]