/falco-demo

A script to deploy a k3s cluster and Falco, useful for demos

Primary LanguageGoApache License 2.0Apache-2.0

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

Install

go run main.go

Clean up

multipass delete --all && multipass purge

Author

Thomas Labarussias @Issif