https://github.com/issif/falco-demo
A script to deploy a k3s cluster and Falco, useful for demos
https://github.com/issif/falco-demo
Last synced: 10 months ago
JSON representation
A script to deploy a k3s cluster and Falco, useful for demos
- Host: GitHub
- URL: https://github.com/issif/falco-demo
- Owner: Issif
- License: apache-2.0
- Created: 2022-06-21T13:30:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T12:04:13.000Z (over 2 years ago)
- Last Synced: 2025-03-25T14:21:57.943Z (11 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Introduction
This program will:
* create a `k3s` cluster with `multipass` (1 master + 2 workers)
* install `falco`, `falcosidekick` and `falcosidekick-ui` with `Helm`
* retrieve the `kubeconfig` file
# Requirements
* [Go](https://go.dev/)
* [Multipass](https://multipass.run)
* [k3sup](https://github.com/alexellis/k3sup)
* [Helm](https://helm.sh/)
# Install
`go run main.go`
# Clean up
`multipass delete --all && multipass purge`
# Author
Thomas Labarussias [@Issif](https://github.com/Issif)