Issif / falco-demo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%