It is usually necessary to watch for any changes in file systems, both in development and in production modes. For example, in the development mode Webpack can watch files and recompile whenever they change; in the production mode Consul Template can watch runtime configs and invoke specific applications whenever they change. These are well-known scenarios in traditional pre-container world. How about the container world? Do they behave the same in
Kubernetes 的入門認知與導入策略
前天我在 2019 台灣雲端大會帶了兩個場次,一個是現場實作場次,一個是經驗分享演講:
-
Lab / 給 RD 的 Kubernetes 初體驗 (90 minutes)
-
Speech / 當 .NET 遇到 Kubernetes (30 minutes)
兩個場次,一言以蔽之,都圍繞在 Kubernetes 的入門認知與導入策略上。
Next '19 的 Istio 場次重點摘要
在 WSL 裡使用 Ansible + Vagrant
既然要開始在 Windows 上沿用 Mac 及 Unix 的命令列工具習慣1,免不了要處理 Ansible 及 Vagrant。
雖然這兩個軟體都有對應的 Windows 版本,但據我以前的經驗,卡卡的,有許多小地雷;畢竟這些發跡自泛 Unix 家族的軟體,不是那麼容易無縫移植到對命令列不友善的 Windows 家族。
如今 Windows 已經有 WSL (Windows Subsystem for Linux) 機制,是否可以更無痛享用 Ansible 及 Vagrant 呢?
可以的。