Monthly Archives: 8월 2022
Autoscaler job
Autoscaler job
Autoscaler job 등록
vi aws_autoscaler.nomad
-----------------------------
job "autoscaler" {
datacenters = ["dc1"]
group
… 더보기 ASG 설정
ASG 설정
auto scaling group 생성
vi asg.tf
-----------------------------
resource "aws_launch_template" "nomad_client" {
name_prefix =
… 더보기 ACM 인증서 생성
Hello World
도메인으로 Nomad client cluster 접속
Nomad haproxy job
Nomad haproxy job
job 파일 생성
vi haproxy.nomad
-----------------------------
job "haproxy" {
datacenters = ["dc1"]
… 더보기 일본어 조사
Nomad prometheus job
Nomad prometheus job
job 파일 생성
vi prometheus.nomad
-----------------------------
job "prometheus" {
datacenters = ["dc1"]
… 더보기