기술 리뷰 – 2017년 10월 24일

  • Post author:
  • Post category:칼럼
  • Post comments:0 Comments
  • Post last modified:February 8, 2020

그런 REST API로 괜찮은가

rest by EungJun Yi

An interactive presentation created with Slides.

WordPress Gutenberg Editor: How far it has come & What to Expect in 2018

워드프레스의 차기 에디터인데 평이 극과 극으로 나뉜다. 그러니 더 흥미가 돋네!

WordPress Gutenberg Editor: How far it has come & What to Expect in 2018

The WordPress Gutenberg Editor will revolutionize the way users think about creating and editing content. It is assumed to give a strong competition to all the famous page builders. Gutenberg is set to replace TinyMCE. Are you up with it? WordPress has grown remarkably over the past years.

Keybase launches encrypted git

Keybase launches encrypted git

Official blog of Keybase

kubernetes-incubator/kubespray

kube-aws와 비슷하게 coreos를 쓰는데 vagrant와 ansible로 조합하는 점은 다르다.

kubernetes-incubator/kubespray

kubespray – Setup a kubernetes cluster

kubernetes-incubator/client-python

보통 간단한 플러그인 짤 때 go를 쓰는데 파이썬으로도 뭘 해보기에 편해졌다.

kubernetes-incubator/client-python

client-python – Official Python client library for kubernetes

Kubernetes 1.8에서 개선된 Volume Reclaim Policy

persistentVolumeClaim으로 생성한 볼륨은 기본 ReclaimPolicy 값이 delete라서 위험하다. 1.6 이전부터 이 문제를 인지하고 있었는데 1.7에서도 이 기본 값을 바꾸는 기능을 지원하지 않아서 볼륨 클레임이 아닌 볼륨마다 정책 값을 수정해줘야 했다. 한번씩 일괄 수정하지만 시간이 흐르고 다시 살펴보면 역시나 상당수의 볼륨이 delete 정책을 사용하고 있다. 이러면 데이터 소실의 위험이 있기 때문에 상당히 신경 쓰인다.

다행히 1.8 에서는 스토리지 클래스 또는 퍼시스턴트 볼륨 클레임에서 정책을 수정할 수 있다. 그러니 처음 생각보다는 좀더 빨리 옮겨가는 편이 좋겠다.

kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: standard
provisioner: kubernetes.io/aws-ebs
parameters:
  type: gp2
reclaimPolicy: Retain
mountOptions:
  - debug 

Mozilla brings Microsoft, Google, the W3C, Samsung together to create cross-browser documentation on MDN

Mozilla brings Microsoft, Google, the W3C, Samsung together to create cross-browser documentation on MDN – The Mozilla Blog

Today, Mozilla is announcing a plan that grows collaboration with Microsoft, Google, and other industry leaders on MDN Web Docs. The goal is to consolidate information about web development for …

Introducing Software Certification for Kubernetes

60개가 넘는 클라우드 사업자가 Kubernetes를 제공하다 보니 인증제까지 도입하는 수준이 됐다. 이제 Kubernetes는 이 분야에서 사실상의 표준이 되어 간다.

Introducing Software Certification for Kubernetes

Editor’s Note: Today’s post is by William Denniss, Product Manager, Google Cloud on the new Kubernetes Software Conformance Certification program. Over the last three years, Kubernetes® has seen wide-scale adoption by a vibrant and diverse community of providers. In fact, there are now more than 60 known Kubernetes platforms and distributions.

macOS Sierra에서 원화(₩) 대신 백 쿼트(`) 입력하기

https://gist.github.com/redism/43bc51cab62269fa97a220a7bb5e1103

joshdick/git-fuzzy

git checkout 명령 등을 이용할 때 파일 경로를 하나하나 입력하지 않아도 되니까 편하다.

joshdick/git-fuzzy

git-fuzzy – Makes Git a little fuzzier.

Author Details
Kubernetes, DevSecOps, AWS, 클라우드 보안, 클라우드 비용관리, SaaS 의 활용과 내재화 등 소프트웨어 개발 전반에 도움이 필요하다면 도움을 요청하세요. 지인이라면 가볍게 도와드리겠습니다. 전문적인 도움이 필요하다면 저의 현업에 방해가 되지 않는 선에서 협의가능합니다.
0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments