# Infrastructure for CI/CD demonstrationsHere you can find a collection of scripts and configurations used to stand up my demo infrastructure.`demo-infra-install.sh` is used to preform the initial installation. Should be run in a clean Ubuntu installation.`demo-infra-dashboard-start.sh` is used to stand up the kubernetes dashboard. Should be run in a clean Ubuntu installation.## How to use1. Install Ubuntu in a clean machine2. Update it fully3. Install git, clone this repo into the machine and change directory into it.4. run `demo-infra-install.sh` to install/configure/start microk8s and helm3.```bash$ sh demo-infra-install.sh```There are some more optional steps in the next section### How to use (OPTIONAL)1. run `demo-infra-dashboard-start.sh` to stand up the kubernetes dashboard.```bash$ sh demo-infra-dashboard-start.sh```