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 coroutine
- CloudWatch
- Elasticsearch
- APM
- 오블완
- 티스토리챌린지
- kotlin querydsl
- 기록으로 실력을 쌓자
- CKA 기출문제
- tucker의 go 언어 프로그래밍
- CKA
- aws
- Spring
- docker
- Pinpoint
- golang
- minikube
- AWS EKS
- Kubernetes
- Linux
- mysql 튜닝
- kotlin
- AI
- Java
- go
- 정보처리기사 실기 기출문제
- 정보처리기사실기 기출문제
- PETERICA
Archives
- Today
- Total
목록daemonset scale to 0 (1)
피터의 개발이야기

ㅁ 개요 ㅇ 로컬 쿠버네티스 환경에서 테스트 하였던 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