본문 바로가기

Tools6

gitlab 한국어 판 가이드 직접 공부하시려고 사이트 만드셨다고 하는데 좋아서 링크해놓습니다. https://leoppark94.github.io/Gitlab_Project_Configurator_Korean/   GPC 한국어판GPC 프로젝트를 사용하는 방법을 다루고 있습니다leoppark94.github.io 2024. 11. 29.
Kiali 2.0 업데이트시 주요 변경사항 원글https://medium.com/kialiproject/kiali-2-0-for-istio-2087810f337e Kiali 2.0 for IstioIt’s been seven+ years and Istio Service Mesh is still on the rise. And for nearly as long the Kiali project has been developed alongside…medium.com Istio에서 대시보드로 활동되고 있는 Kiali 프로젝트가 2.0으로 업그레이드되면서 더욱 더 고급화 되었습니다.어떤 내용인지 살펴보겠습니다. 변경된 사항 - configuration Discovery Selectors(디스커버리 선택자)기존에 Accessible Namespaces(접근가.. 2024. 11. 29.
[git] gitlab 설치 확인된 운영체제amazon linux 2023 공식문서뭐든 공식문서를 보는 습관을 기르자https://docs.gitlab.com/ee/install/docker/index.html  gitlab이란github와 비슷한 역할을 하는 오픈소스 git 리포지토리 저장소이다. github action의 역할을 하는게 gitlab runner라서 같이 설치해주면 CI/CD도 할 수 있다.  gitlab-ce는 커뮤니티버전, gitlab-ee는 엔터프라이즈 버전이다. 애초에 엔터프라이즈 버전이라도 유료 티어로 업그레이드 안하면 그냥 커뮤니티 버전처럼 사용할 수 있다. 그래서 만약 업그레이드를 고려하는 곳이라면 ee로 설치해도 무방하다. 추후에 ce로 설치해놓고 업그레이드 하려고 하면 다시 설치해야한다. gitla.. 2024. 11. 22.
[오픈소스] 쿠버네티스 IDE - Openlens Lens는 쿠버네티스를 모니터링하기에 적합한 대시보드 중 하나인데, k9s와 함께 정말 널리쓰인다. https://k8slens.dev/ Lens | The Kubernetes IDE Lens IDE for Kubernetes. The only system you’ll ever need to take control of your Kubernetes clusters. It's open source and free. Download it today! k8slens.dev 다만 2023년부터 기업 사용자에게 유료화로 전환되어 오픈소스로 OpenLens가 공개되었다. https://github.com/MuhammedKalkan/OpenLens GitHub - MuhammedKalkan/OpenLens: Open.. 2024. 1. 25.
클라우드 아키텍처 툴 소개 클라우드 오픈채팅 방에서 리눅서님께서 공유해주셔서 평소 아키텍처 그리는데 참고하고자 포스팅합니다. 1. cloudcraft https://www.cloudcraft.co/ Cloudcraft – Draw AWS diagrams Visualize your AWS environment as isometric architecture diagrams. Snap together blocks for EC2s, ELBs, RDS and more. Connect your live AWS environment. www.cloudcraft.co 2. cloudockit https://www.cloudockit.com/ Cloudockit – Generate your cloud documentation Autogenerat.. 2023. 4. 5.
istio 설치 및 구성 1. 설치 - 공식문서 : https://istio.io/latest/docs/setup/getting-started/ Getting Started Try Istio’s features quickly and easily. istio.io 아래의 명령어로 설치한다. curl -L https://istio.io/downloadIstio | sh - 특정 버전을 설치하려면 아래의 명령어를 입력한다. curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.14.3 TARGET_ARCH=x86_64 sh - 다운 받은 파일의 /bin 파일을 환경변수로 입력하여 항시 istioctl을 사용할 수 있도록 설정한다. - 만약 export를 안쓸 경우 /usr/local/b.. 2022. 8. 18.