일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 모바일
- docker
- 도커
- proerty
- numpartitions
- dbt_project
- 윈도우
- airflow
- kafka
- mysql
- 쿠버네티스
- spring boot
- ksql
- 크롤링
- freshness
- KubernetesPodOperator
- 동적 차트
- bar cahrt
- 카프카
- CDC
- k9s
- spark
- DBT
- polars
- 파이썬
- query history
- Materializations
- Java
- Python
- UI for kafka
- Today
- Total
목록k9s (3)
데이터 엔지니어 이것저것

도커 데스크탑 뿐만 아니라 power shell에서 사용하기 위한 설치 설치를 위해 Scoop가 필요하다 명령어 > Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time > irm get.scoop.sh | iex https://scoop.sh/ https://scoop.sh/ scoop.sh K9s 설치 scoop install k9s https://k9scli.io/topics/install/ Install Installation Overview K9s is available on Linux, macOS and Windows platforms. Binaries ..

기본적인 명령어 #사용가능한 전체 단축키 > ? # namespace > :ns # 예시를 위해 아르고CD 설치 kubectl create ns argocd kubectl apply -f values.yaml --namespace argocd shift + f # port forward :pf # 현재 활성화된 모든 포트포워드 확인 crtl + d # 삭제하고자 하는 포트포워드 제거

k9s란? 쿠버네티스 클러스터와 상호 작용하는 터미널 기반의 UI. 쿠버네티스의 변경 사항을 지속적으로 감시하고 관찰된 리소스와 상호 작용하기 위한 후속 명령을 제공. 설치 깃허브 링크 : https://github.com/derailed/k9s GitHub - derailed/k9s: 🐶 Kubernetes CLI To Manage Your Clusters In Style! 🐶 Kubernetes CLI To Manage Your Clusters In Style! - GitHub - derailed/k9s: 🐶 Kubernetes CLI To Manage Your Clusters In Style! github.com 난 도커가 설치되어 있어서 도커 기반을 사용했다 (scoop은 모르겠다) docker ..