Skip to content

insight-icon/terragrunt-icon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terragrunt-icon

Reference architecture for deploying various node configurations for the ICON Blockchain.

Supersedes github.com/insight-icon/terragrunt-icon-monitor

WIP - Too early to use unless you know what you are doing

Planned layout

Missing some providers / tests but this is roughly what it will look like.

├── citizen
│   ├── aws
│   │   ├── network
│   │   ├── node
│   │   └── test
│   ├── azure
│   │   ├── network
│   │   ├── node
│   │   └── test
│   └── gcp
│       ├── network
│       ├── node
│       └── test
├── citizen-ha
│   ├── aws
│   │   ├── api-lb
│   │   ├── asg
│   │   ├── k8s-cluster
│   │   ├── k8s-config
│   │   ├── network
│   │   └── test
│   ├── azure
│   │   ├── api-lb
│   │   ├── asg
│   │   ├── k8s-cluster
│   │   ├── k8s-config
│   │   ├── network
│   │   └── test
│   └── gcp
│       ├── api-lb
│       ├── asg
│       ├── k8s-cluster
│       ├── k8s-config
│       ├── network
│       └── test
├── prep
│   ├── aws
│   │   ├── network
│   │   ├── node
│   │   ├── registration
│   │   └── test
│   ├── gcp
│   │   ├── network
│   │   ├── node
│   │   └── registration
│   └── packet
│       ├── node
│       └── registration
├── prep-ha
│   ├── aws
│   │   ├── network
│   │   ├── prep-ha
│   │   ├── registration
│   │   └── test
│   ├── gcp
│   │   ├── network
│   │   ├── node
│   │   └── registration
│   └── packet
│       ├── node
│       └── registration
├── sentry
│   ├── aws
│   │   ├── api-lb
│   │   ├── asg
│   │   ├── network
│   │   └── test
│   ├── azure
│   │   ├── api-lb
│   │   ├── asg
│   │   ├── network
│   │   └── test
│   └── gcp
│       ├── api-lb
│       ├── asg
│       ├── network
│       └── test
├── services-k8s
│   ├── aws
│   │   ├── k8s-cluster
│   │   ├── k8s-config
│   │   ├── network
│   │   └── test
│   ├── azure
│   │   ├── k8s-cluster
│   │   ├── k8s-config
│   │   ├── network
│   │   └── test
│   └── gcp
│       ├── k8s-cluster
│       ├── k8s-config
│       ├── network
│       └── test
└── services-node
    ├── aws
    │   ├── network
    │   ├── node
    │   └── test
    ├── azure
    │   ├── network
    │   ├── node
    │   └── test
    └── gcp
        ├── network
        ├── node
        └── test

About

Reference architecture for P-Rep and Citizen nodes on the ICON Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published