티스토리 뷰
k8s 도구로 최근 제가 사용하고 있는 OpenLens에 대하여 노트북 새로운 곳에서 다시 세팅을 해야 해서
그에 대한 기록을 남겨요
- 환경 소개
클라우드상의 K8s환경은 AWS EKS
노트북 환경 Windows 11
OpenLens 시작~
1. 소스에 접속
https://github.com/MuhammedKalkan/OpenLens?ref=blog.joe-brothers.com
GitHub - MuhammedKalkan/OpenLens: OpenLens Binary Build Repository
OpenLens Binary Build Repository. Contribute to MuhammedKalkan/OpenLens development by creating an account on GitHub.
github.com
2. 설치~ 저는 Winget으로 함.
## Scoop
scoop bucket add extras
scoop install openlens
## Winget
winget install openlens
## Chocolatey
choco install -y openlens
# For alpha/beta builds
choco install -y openlens --pre
#추가 - 만약 기존 낮은 버전의 OpenLens를 사용 중이고 아래의 에러가 같다면 조치도 저렇게 해주세요~
아 설치 과정에 Windows 화면에서 설치 팝업 뜨니까 설치진행하시면 됩니다.
그리고 나선 아무것도 없는데 ㅋㅋ 이거 아래처럼 검색해서 실행 및 작업표시줄 등록 저는 그렇게 사용합니다. ㅋㅋ
3. 실행
4. 부가 설정!!
왜 하는 것인지 차이 안내
https://github.com/lensapp/lens/issues/6823?ref=blog.joe-brothers.com
OpenLens 6.3.0 - No Logs or Shell buttons · Issue #6823 · lensapp/lens
Describe the bug After installing OpenLens v 6.3.0 i cannot see Logs and Shell buttons under pods / nodes To Reproduce Steps to reproduce the behavior: Install OpenLens on Windows using scoop Launc...
github.com
결론 :
위에는 부가설정 전의 모습~
아래는 부가설정 후의 모습~
무조건 하세요~
이제 기본적인 설치는 완료된 거예요~~!!!
다음 단계는 클러스터 .kubeconfig를 연동해서 잘되는지 보면 되겠죠? ㅋㅋ
조만간 AWS EKS 신규 구성하고 OpenLens로 관리!! 휘리릭~
'Cloud 이야기 > k8s' 카테고리의 다른 글
prometheus-server pvc 용량을 늘려보자~ 기본 8G 너무 적자나? (0) | 2025.03.18 |
---|---|
네임스페이스가 안지워진다...해결 방법은? 다른 사례에도 활용하세요. (0) | 2025.03.18 |
kind을 이용해서 손쉽게 Windows에서 아주 기본적인 k8s 클러스터를 구축해보자~ (0) | 2025.02.14 |
Minikube vs kind: 로컬 쿠버네티스 테스트 환경 선택에 참고해!! (0) | 2025.02.06 |
Windows PowerShell에서 kubectl을 k로 쓰자!@ (0) | 2025.01.21 |
[241105]AWS EKS를 OpenLens로 관리하자-EKS 관리-step 1 -완료 (4) | 2024.11.05 |
[230329]k8s 이미지 레지스트리 주소를 변경하라~ (0) | 2023.03.29 |
[230303]쿠버네티스(k8s) 공식사이트가 빨갛다~? (0) | 2023.03.03 |