Skip to content

Instantly share code, notes, and snippets.

This demo will walk you through how to stand up a kind cluster and bootstrap Flux into it and deploy an application using Flux.

Pre-requisites

A basic understanding of Git and Docker/containers, A GitHub account, Docker Desktop installed, KIND installed, kubectl installed, and Flux CLI installed

Set up local cluster and Flux CLI

  1. Install Flux CLI and Kind (If not using a mac you can find installation instructions on both project's getting started guides)

This demo will walk you through some of the features of the Terraform Controller for Flux

Set up local cluster, Flux CLI, and tfctl CLI

  1. Install Flux CLI and Kind (If not using a mac you can find installation instructions on both project's getting started guides)

    $ brew reinstall flux kind
    $ kind --version
    kind version 0.11.1