# Show GN: k8s config 파일 병합기

> Clean Markdown view of GeekNews topic #7785. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7785](https://news.hada.io/topic?id=7785)
- GeekNews Markdown: [https://news.hada.io/topic/7785.md](https://news.hada.io/topic/7785.md)
- Type: show
- Author: [jujumilk3](https://news.hada.io/@jujumilk3)
- Published: 2022-11-10T14:00:06+09:00
- Updated: 2022-11-10T14:00:06+09:00
- Original source: [jujumilk3.github.io](https://jujumilk3.github.io/k8s-config-merger/)
- Points: 4
- Comments: 3

## Topic Body

쿠버네티스 설정파일을 병합시킬 때 편하게 drag & drop을 통해  
간단하게 합쳐서 내려받을 수 있는 웹페이지를 만들었습니다.  
  
실무를 하면서도 여러 개의 쿠버네티스 클러스터를 사용해야 했는데  
config 파일에 한줄한줄(clusters, contexts, users 등등..) 추가하면서 불편함을 느꼈고 필요를 느껴서 만들게 되었습니다~

## Comments



### Comment 13198

- Author: minhoryang
- Created: 2022-11-10T15:55:40+09:00
- Points: 1

저도 같은 불편함을 느꼈습니다. 지금은 konfig랑 다른 툴을 조합해서 사용하고있는데, 얘도 마이너한 버그가 조금씩 있어서 (이름이 겹치는 경우 충돌처리를 안함) 만들어주신것도 사용해보겠습니다!  
* https://github.com/corneliusweig/konfig

### Comment 13200

- Author: jujumilk3
- Created: 2022-11-10T23:49:51+09:00
- Points: 1
- Parent comment: 13198
- Depth: 1

사용해보시고 피드백 주시면 정말 감사하겠습니다!!!

### Comment 13199

- Author: minhoryang
- Created: 2022-11-10T15:57:40+09:00
- Points: 1
- Parent comment: 13198
- Depth: 1

* https://github.com/mumoshu/config-registry
