mac local kubernetes setup
Docker for Mac Kubernetes를 이용해서 배포해야할때, 항상 Cloud위에서 수행하는 것보다는 로컬에 테스트 환경을 구축하고 테스트해보는 것이 생산성에 도움이 될 때가 많다. 그리고 그렇게 어렵지 않다. docker desktop for mac을 설치하게...
golang nil check
golang zero value 초기화값이 없는 상태로 선언된 변수들은 각 타입의 zero value값으로 초기화된다. 타입 값 정수(int) 0 실수(float) 0.0 boolean false 문자열(string) ”” 실수(float) 0.0 interface, slice, channel, map, pointer,...
Kubernetes Deployment 삽질!
Kubernetes Deployment Kubernetes로 작업할 때 사용하는 것은 Kubectl 이라는 kubernetes 용 cli가 있다. 클러스터를 관리할 때 사용하는데, 쿠버네티스 클러스터 위에 application 배포시 유용하게 사용된다. Kubectl Tutorial 위 링크에 친절하게 설명된...
Welcome to Jekyll!
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways,...
jekyll blog를 처음 시작하며
지킬 블로그는 사실 정말 좋습니다. 사실 정적(static) 블로그에 대한 개념도 정확하지 않고 무슨 소린지는 차차 알아나가야 하겠지만, 일단 1. github pages에서 무료 호스팅을 제공한다는 점. 2. 개발블로그로써 조금 더 적합하다는...