Bedrock utilizes existing tools from the cloud and cloud native ecosystem. You'll need to install the following prerequisites if you haven't already:
- Azure CLI
- Kubectl
- Helm
- Fabrikate
- Terraform
- Bedrock CLI
We maintain an individual script for each prerequisite to make this easier.
NOTE: You do not need to use these scripts if you are already utilizing a package manager like apt
or brew
to install these.
To use this, clone the bedrock repository locally and then navigate to tools/prereqs
and execute the appropriate scripts for the prerequisites you need to install:
$ sudo ./setup_azure_cli.sh
$ sudo ./setup_kubectl.sh
$ sudo ./setup_helm.sh
$ sudo ./setup_fabrikate.sh
$ sudo ./setup_terraform.sh
$ sudo ./setup_bedrock_cli.sh