https://github.com/unasuke/cndf2023-infra
https://github.com/unasuke/cndf2023-infra
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unasuke/cndf2023-infra
- Owner: unasuke
- License: mit
- Created: 2023-08-02T18:14:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T00:08:19.000Z (3 months ago)
- Last Synced: 2026-03-31T03:33:37.187Z (3 months ago)
- Language: HCL
- Size: 1.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CNDF2023 infra
## What's this?
Terraform, container, website codes for CNDF2023.
-
- Slide URL
*
## Architectures
### Firebase Hosting
### Cloudflare Pages
### AWS CloudFront and S3 static website hosting (stopped)
~~https://aws-cloudfront-s3.cndf2023.unasuke.dev~~
See [`tf/aws_cloudfront_s3`](/tf/aws_cloudfront_s3/)
### AWS CloudFront, Application Load balancer and Fargate (stopped)
* ~~https://aws-cloudfront-fargate-nginx.cndf2023.unasuke.dev~~
* ~~https://aws-cloudfront-fargate-h2o.cndf2023.unasuke.dev~~
See [`tf/aws_cloudfront_fargate`](/tf/aws_cloudfront_fargate/)
### AWS Network Load Balancer and Fargate (stopped)
* ~~https://aws-nlb-fargate-nginx.cndf2023.unasuke.dev~~
* ~~https://aws-nlb-fargate-h2o.cndf2023.unasuke.dev~~
See [`tf/aws_nlb_fargate`](/tf/aws_nlb_fargate/)
### Google Cloud Load balancer and Cloud Storage (stopped)
* ~~https://gcp-lb-storage.cndf2023.unasuke.dev~~
See [`tf/gcp_load_balancing_storage`](/tf/gcp_load_balancing_storage/)
### Google Cloud Load balancer and Cloud Run (stopped)
* ~~https://gcp-lb-cloudrun-nginx.cndf2023.unasuke.dev~~
* ~~https://gcp-lb-cloudrun-h2o.cndf2023.unasuke.dev~~
See [`tf/gcp_load_balancing_cloudrun`](/tf/gcp_load_balancing_cloudrun/)