Upgrade to Pro — share decks privately, control downloads, hide ads and more …

DevOps的日常

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for fung fung
May 15, 2015

 DevOps的日常

Presented at Modern Web Conf 2015

DevOps是什麼? 平常都在做些什麼? 這次會介紹DevOps在愛料理開發流程中扮演的角色,依序從環境->部署->監控->維運等面向展示DevOps需要面對的各種情境,以及如何透過第三方服務優化和減低時間跟人力成本。

Avatar for fung

fung

May 15, 2015
Tweet

More Decks by fung

Other Decks in Programming

Transcript

  1. My name is Fung • NCCU • ALPHA Camp •

    Back-end developer • DevOps in iCook
  2. IAM • 動作 => Read S3 • 對象 => elasticsearch

    • 可以做 / 不可以做 => Allow
  3. Recipe if url = node[:elasticsearch][:corpus][:ik] script "install_ik_data" do interpreter "bash"

    user "root" cwd node[:elasticsearch][:default_path] code <<-EOH wget #{url} tar -zxf ik.tar.gz EOH end end