Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- kotlin spring
- Spring
- AWS EKS
- 공부
- Linux
- AI
- Java
- CKA 기출문제
- aws
- 오블완
- kotlin coroutine
- PETERICA
- minikube
- 기록으로 실력을 쌓자
- 정보처리기사실기 기출문제
- 정보처리기사 실기
- mysql 튜닝
- Pinpoint
- CKA
- IntelliJ
- APM
- kotlin
- Kubernetes
- 정보처리기사 실기 기출문제
- Elasticsearch
- CloudWatch
- MySQL
- 코틀린 코루틴의 정석
- 티스토리챌린지
- kotlin querydsl
Archives
- Today
- Total
목록2024/05/19 (1)
피터의 개발이야기
[Terraform] Terraform을 mac에 설치하고 nginx 생성
ㅁ 들어가며ㅇ Terraform를 로컬에서 사용해 보기 위해 docker로 설치하는 과정이다. ㅁ Terraform 설치# 패키지 저장소 HashiCorp 탭을 설치$ brew tap hashicorp/tap# terraform 설치$ brew install hashicorp/tap/terraform# 설치확인$ terraform --helpUsage: terraform [global options] [args]The available commands for execution are listed below.The primary workflow commands are given first, followed byless common or more advanced commands.~~~~~# 개별 명령어 상..
DevOps/Terraform
2024. 5. 19. 10:10