# Show GN: kubegraph: 실시간 Kubernetes 시각화 툴

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=19820](https://news.hada.io/topic?id=19820)
- GeekNews Markdown: [https://news.hada.io/topic/19820.md](https://news.hada.io/topic/19820.md)
- Type: show
- Author: [kuber](https://news.hada.io/@kuber)
- Published: 2025-03-18T14:30:10+09:00
- Updated: 2025-03-18T14:30:10+09:00
- Original source: [github.com/iwanhae](https://github.com/iwanhae/kubegraph)
- Points: 11
- Comments: 0

## Summary

WebAssembly를 활용하여 웹 브라우저에서 Kubernetes API를 직접 호출해 Kubernetes의 Deployment, ReplicaSet, Pod 등의 리소스를 실시간으로 시각화하는 도구입니다. 이 도구는 Kubernetes의 내부 원리를 쉽게 이해할 수 있도록 도움을 주는 학습용으로 개발되었습니다. 사용자는 kubectl 설정이 되어 있을 경우 간단한 명령어로 이 도구를 실행할 수 있습니다.

## Topic Body

WebAssembly 를 통해서 웹 브라우져에서 Kubernetes API 를 직접 찔러서 실시간으로 K8s 의 Deployment, ReplicaSet, Pod 등의 리소스를 시각화 해주는 도구입니다. kubectl 설정이 되어있을 경우 다음 명령어로 바로 사용해볼 수 있습니다.  
  
```  
curl -L https://github.com/iwanhae/kubegraph/releases/download/v0.0.1/kubegraph.tar -o kubegraph.tar  
tar -xvf kubegraph.tar  
kubectl proxy -w ./static  
  
# 웹브라우져로 다음 접속  
# http://localhost:8001/static  
```  
  
예전에 Kubernetes 관련 강의를 진행했을때 만들었던 툴이며  
실무적인 도구라기보다는 Kubernetes 내부 원리를 쉽게 이해할 수 있도록 도움을 주는 학습용 도구입니다.

## Comments



_No public comments on this page._
