The dawn of modern programmers

現代プログラマーの朝焼け

docker

nginx Reverse Proxy on Docker

Why we use nginx reverse proxy 昨今、多くのサービス、システムで Microservices Architecture (MSA) が採用されるようになっています。 MSA では各アプリケーション(サービス)は独立した Web アプリケーションとして構築・配置されます。 利用ユーザー…

How to run Kubernetes on local machine (Docker for Windows)

Summary 現在、多くのクラウドプラットフォーム で Kubernetes をベースとした Container Service が提供されいています。 Amazon EC2 Container Service Google Cloud Platform Container Engine Microsoft Azure Azure Container Service しかし、検証や P…