티스토리 뷰

728x90
반응형

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로 관리!! 휘리릭~

 

728x90
반응형
Comments