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
- ExceptionResolver
- HandlerMethod
- cross-cutting concerns
- 프로그래머스
- assertJ
- Java
- NestJS 요청흐름
- IllegalStateException
- wrapper class
- API
- hoisting
- 단어변환
- Transaction
- type eraser
- generic type
- tracking-modes
- Generic method
- SPOF
- TDZ
- propagation
- demand paging
- CORS
- 역정규화
- pessimistic lock
- CQS
- #@Transacional
- RequestMappingHandlerMapping
- 벌크연산
- optimistic lock
- COPYOFRANGE
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