본문 바로가기

분류 전체보기

(152)
[ML/Lecture] Docker로 실습환경 구축 www.docker.com Empowering App Development for Developers | Docker Learn how Docker helps developers bring their ideas to life by conquering the complexity of app development. www.docker.com 이번에 'call for code'를 참여하면서 배운점은 Block-chain에 대한 아주 초보적인 기술적 이해, 리눅스 커널 명령어의 효용성과 더불어, docker를 통한 이미지,컨테이너 환경의 유용성이다. (ibm에서 소개하는 block0-chain tutorial 또한 로컬에서 도커를 통해 hyperledger fabric..
[자유] zsh설정 (블로그 링크 첨부) 혹시나 본인의 bash 터미널이 지겨워 져서 zsh로 넘어가는 분들을 위해 정말 잘 정리해놓으신 블로그가 있어 경로를 남긴다. https://blog.pigno.se/post/184576332493/%EC%99%84%EB%B2%BD%ED%95%9C-mac-%EC%9E%91%EC%97%85%ED%99%98%EA%B2%BD-%EC%84%B8%ED%8C%85%ED%95%98%EA%B8%B0-vim-zsh-iterm 완벽한 Mac 작업환경 세팅하기 (vim, zsh, iterm) 그동안 개인 컴퓨터로도 수많은 프로그래밍 언어와 작업 환경을 만들었고, 회사에서도 수많은 인턴분들과 뉴커머들이 오고가면서 그들의 작업환경을 세팅해주고 가이드라인 해줬다, 필자는 최 blog.pigno.se 아래 스크린샷은 내 터미널의 ..
[Qwiklabs] Kubernetes in Google Cloud [ Continuous Delivery with Jenkins in Kubernetes Engine ] 아니 내가 이 귀찮은걸 왜 시작해가지고 [ Continuous Delivery with Jenkins in Kubernetes Engine ] www.jenkins.io Jenkins Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software. www.jenkins.io Jenkins 는 CI (Continuous Integration) tool 이다. 이번 실습에는 kubernetes engine에서 jenkins로 어떻게 지속적인 delivery pipeline을 구축하는지를 실습해본다. gcp에서 jenkins를 사용..
[Qwiklabs] Kubernetes in Google Cloud [ Managing Deployments Using Kubernetes Engine ] [ Managing Deployments Using Kubernetes Engine ] Dev Ops를 잘 알지는 못하지만 "Continuous Deployment", "Blue-Green Deployments," "Canary Deployments" 와 같은 다양한 시나리오가 있다고 한다. 이런 다양하고 이질적인 컨테이너들을 어떻게 scaling하고, manage할 수 있는지를 알아보는 실습이다. 이번 실습에서 배우는 내용은 다음과 같다. Practice with kubectl tool Create deployment yaml files Launch, update, and scale deployments Practice with updating deployments and deployment style..
[Qwiklabs] Kubernetes in Google Cloud [ Orchestrating the Cloud with Kubernetes ] [ Orchestrating the Cloud with Kubernetes ] kubernetes.io Production-Grade Container Orchestration Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon 15 yea kubernetes.io 이번 실습은 내용이 상당히 많았다. 배우는 내용은 ..
[Qwiklabs] Kubernetes in Google Cloud [ Kubernetes Engine: Qwik Start ] kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#create Kubectl Reference Docs kubernetes.io [ Kubernetes Engine: Qwik Start ] www.redhat.com/ko/topics/containers/what-is-kubernetes Kubernetes(쿠버네티스): 개념, 성능, 장점 Kubernetes(쿠버네티스)는 리눅스 컨테이너 운영 자동화와 오케스트레이션을 위한 오픈소스 툴입니다. 쿠버네티스 개념, 성능, 사용방법과 도커와의 차이점을 살펴 보세요. www.redhat.com 첫 시작부분에는 kubernetes engine cluster를 사용할 경우 얻을 수 있는 이득들에 대해서..
[AWS] AWSOME DAY! Certificate of Attendance [ Certificate of Attendance ] 지난주에 있었던 AWS의 AWSOME Day에 참여했다고 참여증서를 보내줬다. 코로나로 온라인으로 진행되었는데 색다른 느낌이였다. AWS의 여러가지 product에 대해 반나절 만에! 한번 쭉 훑는데 정말 큰 도움이 되었다! 뿌듯한 마음에 포스팅을 남겨놓기로 했다. 첨부한 파일은 강연을 준비하신 분들께서 올려주신 강연ppt파일이다. 고생한 모든 분들 감사합니다^^ 더불어 많은 사람들이 클라우드 서비스를 쉽게 공부하고, 또 편하게 이용할 수 있었으면 하는 바램이다. [ 저작권과 관련한 문제가 발생할 소지가 있다면 바로 삭제하도록 하겠습니다. ]
[Qwiklabs] Kubernetes in Google Cloud [ Introduction to Docker ] [ Introduction to Docker ] www.docker.com Empowering App Development for Developers | Docker Learn how Docker helps developers bring their ideas to life by conquering the complexity of app development. www.docker.com 시작은 Docker이다. 잘 사용하면 굉장히 편리하다고들 하지만, 나는 아직도 컴퓨터를 옮기거나 새로 작업환경을 구축할 때 마다 처음부터 끝까지 설치하고는 한다. 그러면 하루가 끝나있다. GCP에서는 docker를 어떻게 다루는 지 살펴보자. How to build, run, and debug Docker container..
[Qwiklabs] Google Cloud Essentials:Challenge Lab 솔직히 Challenge Lab 하나에 essential에서 진행했던 실습 내용들이 전부 녹아 있기 때문에 이 Lab 하나만 실습해 봐도 전반적인 GCP에 대한 기초적인 내용들을 알 수 있다고 생각한다. challenge lab의 과제내용들은 다음과 같다. Create an instance.(task 1) Create a 3 node Kubernetes cluster and run a simple service.(task 2) Create an HTTP(s) Load Balancer in front of two web servers.(task 3) 정리하면 instance 생성방법, 3개의 Kubernetes cluster 생성, 그리고 HTTP Load balancer를 만들어 보는 것이다. 각각의 t..
[Quant] 데이터 마켓 (Quandl) 데이터, 그것도 잘 가공된 데이터를 구하는 것이 힘들어지면서 이런 데이터들을 가공하고 판매하는 사이트 들이 생겨났다. 이를 데이터 마켓이라고 한다. 금융시장에서는 대표적인 데이터 마켓으로 Quandl이 있다. 여러가지 해외주식 시장의 가격정보도 얻을 수 있다. 회원가입을 진행하고 데이터를 한번 사용해보도록 하자. www.quandl.com Quandl The source for financial, economic, and alternative datasets, serving investment professionals. www.quandl.com 먼저 사이트에 접속해서 로그인해준다. 로그인을 하는 도중에 API-KEY가 나와 있는데 검색조건을 다음과 같이 free로 설정하면 무료로 사..