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
- Adapter 패턴
- cloud native java
- decorator 패턴
- 동기화
- Semaphore
- 머신러닝
- devops
- ansible
- 마이크로서비스
- 자바
- ingress
- 헬름
- Kotlin
- 코틀린
- 쿠버네티스
- java
- nGrinder
- Algorithm
- Spring
- Microservice
- CRD
- spring microservice
- Stress test
- 익명클래스
- MSA
- MySQL
- kubernetes
- 클라우드 네이티브
- cloud native
- 클라우드 네이티브 자바
Archives
- Today
- Total
목록reconciliation (1)
카샤의 만개시기
Kubernetes Operator
Operator와 CRD는 쿠버네티스의 철학과 동작 원리를 잘 나타낸다. Operator Operators are software extensions to Kubernetes that make use of custom resources to manage applications and their components. 오퍼레이터는 쿠버네티스와 쿠버네티스 이외의 것들을 둘 다 이해하는 쿠버네티스 컨트롤러이다. 이 두 영역에 대한 지식을 결합함으로써, 두 도메인을 모두 이해하는 실제 운영자가 필요한 작업을 자동화할 수 있다. Custom Resource Definition (CRD) In the Kubernetes API a resource is an endpoint that stores a collection..
DevOps/Docker & K8S
2020. 12. 7. 12:24