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
- 코틀린 코루틴의 정석
- APM
- kotlin spring
- PETERICA
- 정보처리기사 실기
- Elasticsearch
- kotlin querydsl
- CKA 기출문제
- 공부
- 정보처리기사실기 기출문제
- Java
- CKA
- 오블완
- Linux
- kotlin
- Pinpoint
- kotlin coroutine
- 정보처리기사 실기 기출문제
- aws
- IntelliJ
- AWS EKS
- Kubernetes
- 티스토리챌린지
- CloudWatch
- minikube
- mysql 튜닝
- AI
- Spring
- 기록으로 실력을 쌓자
- MySQL
Archives
- Today
- Total
목록데몬셋 중지 (1)
피터의 개발이야기
[kubernetes] daemonset을 중지시키는 방법, how to scale kubernetes daemonset to 0
ㅁ 개요 ㅇ 로컬 쿠버네티스 환경에서 테스트 하였던 daemonset을 정지시키는 방법을 정리하였다. ㅁ 중지방법(삭제) 가장 간단한 방법으로 daemonset을 삭제처리하면 된다. $ kubectl delete daemonsets.apps -n elastic fluentd daemonset.apps "fluentd" deleted 하지만 다시 사용하려면 daemonset을 다시 생성해 줘야하는 문제점이 있다. 그래서 별도로 생성 yaml의 관리가 필요하다. $ kubectl apply -f fluentd.yaml serviceaccount/fluentd unchanged clusterrole.rbac.authorization.k8s.io/fluentd unchanged clusterrolebinding..
Kubernetes/트러블슈팅&장애대응
2023. 2. 14. 11:56