khuedoan-homelab/external
2021-12-09 01:51:42 +07:00
..
cert-manager feat(external/cert-manager): add cluster issuer 2021-12-08 10:43:04 +07:00
cloudflared
external-dns feat(external): add initial config for external-dns 2021-12-09 00:44:09 +07:00
velero feat(external): add Velero for backup 2021-12-09 01:27:45 +07:00
.gitignore fix(external): fix wrong provider name for B2 2021-12-09 01:23:04 +07:00
applicationset.tf refactor(external): remove hardcoded internal DNS records 2021-12-09 01:12:59 +07:00
backblaze.tf fix(external): fix wrong provider name for B2 2021-12-09 01:23:04 +07:00
cloudflare.tf docs: add setup instruction for the external layer 2021-12-09 01:51:42 +07:00
README.md docs: add setup instruction for the external layer 2021-12-09 01:51:42 +07:00
versions.tf

External resources

WIP documents

This layer will deploy resources that require external dependencies using the following provisioners:

  • Terraform:
    • Create external resources
    • Add external secrets to namespaces
    • Create an ApplicationSet
  • ArgoCD (via the ApplicationSet created by Terraform):
    • Deploy Helm charts in the subdirectories

Setup

export CLOUDFLARE_API_TOKEN='xxx'
export B2_APPLICATION_KEY_ID='xxx'
export B2_APPLICATION_KEY='xxx'
export KUBE_CONFIG_PATH="$PWD/../metal/kubeconfig.yaml"
terraform apply