Skip to content

zitadel/example-deploy-aws-eks

Repository files navigation

WIP

login with zitadel-admin@zitadel.zitadel.aws.mrida.ng 2. Enter password: Password1!

Prerequisites:

Add DNS

aws route53 create-hosted-zone
--name aws.mrida.ng
--caller-reference $(date +%s)
--hosted-zone-config Comment="EKS demo subdomain"

nslookup -type=NS aws.mrida.ng

aws route53 list-hosted-zones --query "HostedZones[?Name=='aws.mrida.ng.'].Id" --output text

TypeNameContentTTLNSawsns-1234.awsdns-12.orgAutoNSawsns-5678.awsdns-34.comAutoNSawsns-9012.awsdns-56.netAutoNSawsns-3456.awsdns-78.co.ukAuto Should point to AWS.

terraform login

terraform init

Caveats:

  1. No Argo Flux
  2. Destroyiing the cluser take a while
  3. Hosted zone is not deleted abnd not tf managed.
  4. Need to use

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks