본문 바로가기

[DevOps]

(18)
[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를 사용할 경우 얻을 수 있는 이득들에 대해서..
[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 Kubernetes Engine Best Practices [ GKE Migrating to Containers ]
[GCP] 2020 Cloud Study Jam ( Google Kubernetes Engine ) ENROLL 이번에는 Qwikilab 4개를 깨야한다. 오랜만에 gcp에 접속해서 감회가 새로웠다;;; 첫 퀘스트를 무사히 완료하고 Qwikilab 인증완료. (그냥 등록하게 해주지 꼭 하나를 완료해야 무료 구독을 시켜준다;;) 시작은 도커 실습으로 가볍게~~ 쿠폰 등록해야 하는데 과정이 좀 귀찮긴 하다.... 실습이면 몰라도 강의까지 수강이 가능할까 싶어 일단 오늘은 여기서 마쳐야 겠다. 등록 완료!!
[VCS/Git] 2. Source tree 사용해보기..( feat. Toyproject ) git-desktop에서 갈아타버릴까... 사용하기에 앞서 원격으로 접속한 윈도우에는 source-tree를 설치하였고, mac에서는 깃을 원래 사용하던 것 처럼 CLI로 이용할 예정이다. (지금 mac에 source-tree를 설치하기에는 다소 무거울 것 같다.) https://www.sourcetreeapp.com Sourcetree | Free Git GUI for Mac and Windows A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac. www.sourcetreeapp.com 이처럼 윈도우..
[VCS/Git] 1. 어쩔수 없는 1인 협업의 시작... git과 github는 이전부터 버전관리도구로서 애용해 오고 있었다. 한번 익숙해지고 나면 사용하기도 편하고, mac으로 옮겨와서도 terminal에서 유용하게 사용할 수 있었기 때문이다. 아래는 본인의 깃 주소이다. 지저분해서 언제 한번 정리를 해야;;;; https://github.com/Seungyeup Seungyeup - Overview P.N.U. Student, Applied IT & Computer Science Engineering - Seungyeup github.com branch를 나누는 것도 귀찮고 해서, 코드 저장소? 느낌으로 많이 사용했었는데 이번에 증권API를 사용하면서(이놈 떄문에 여러번 애먹고 있다.) 개발환경 세팅과 개발 ..