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
- Transaction
- ExceptionResolver
- tracking-modes
- demand paging
- RequestMappingHandlerMapping
- TDZ
- 벌크연산
- COPYOFRANGE
- 프로그래머스
- HandlerMethod
- Java
- type eraser
- generic type
- cross-cutting concerns
- CORS
- API
- propagation
- hoisting
- NestJS 요청흐름
- IllegalStateException
- CQS
- Generic method
- assertJ
- wrapper class
- 역정규화
- #@Transacional
- optimistic lock
- SPOF
- 단어변환
- pessimistic lock
Archives
- Today
- Total
목록Tech/Kubernetes (2)
jingyulog
GKE - 명령어들
$ kubectl version $ kubectl create deployment [..] --image=example/[..]:0.0.1.RELEASE $ kubectl expose deployment [..] --type=LoadBalancer --port=8080 $ kubectl get events -> Pod, ReplicaSet, Deployment, Service docker run -p 8080:8080 in28min/hello-world-rest-api:0.0.1.RELEASE kubectl create deployment hello-world-rest-api --image=in28min/hello-world-rest-api:0.0.1.RELEASE kubectl expose deploy..
Tech/Kubernetes
2023. 7. 12. 18:21