# kubesql - SQL로 K8S API 호출하기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4177](https://news.hada.io/topic?id=4177)
- GeekNews Markdown: [https://news.hada.io/topic/4177.md](https://news.hada.io/topic/4177.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-05-02T10:32:13+09:00
- Updated: 2021-05-02T10:32:13+09:00
- Original source: [github.com](https://github.com/Dentrax/kubesql)
- Points: 7
- Comments: 1

## Topic Body

- 간단한 SQL문장을 이용해서 쿠버네티스 API 서버에 질의하는 실험적 도구

$ kubesql -q "SELECT namespace FROM context WHERE pod.status.phase = 'Running'"

- Rust로 작성된 오픈소스

## Comments



### Comment 5060

- Author: xguru
- Created: 2021-05-02T10:32:18+09:00
- Points: 2

SQL이 정보 조회하는데 편하다 보니 이런 시도는 계속 나오는 듯.

- CloudQuery - 클라우드 인프라를 SQL로 조회하기 https://news.hada.io/topic?id=3286

- gitqlite - Git Repo에 SQL 쿼리 하기 https://news.hada.io/topic?id=2388
