From 759d837bbd02ff539f8209cba823346c5fd31aa5 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Fri, 14 Jun 2019 19:58:37 -0700 Subject: [PATCH] Add Packer and Terraform Updates --- README.md | 6 +++++- resources/topic-graph.mmd | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b121549..a044699 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ At the moment this is not useful for anyone but myself, if at some point I find * [Prometheus: Up & Running: Infrastructure and Application Performance Monitoring](https://www.amazon.de/gp/product/1492034142?pf_rd_p=99260c3e-e149-406d-b475-c299891fcd91&pf_rd_r=M0874DR76K58PTVG1NV7) 📕 💰 * InfluxDB * [InfluxDB - Time Series Database](https://www.youtube.com/watch?v=2SUBRE6wGiA) 📼 🆓 - * Distributed Tracing + * Tracing * [Mastering Distributed Tracing](https://learning.oreilly.com/library/view/mastering-distributed-tracing/9781788628464/) 📕 💰 * Infrastructure as Code * [What is IaC?](https://www.youtube.com/watch?v=RO7VcUAsf-I) 📼 🆓 @@ -258,10 +258,14 @@ At the moment this is not useful for anyone but myself, if at some point I find * [Kubernetes Deconstructed: Understanding Kubernetes by Breaking It Down - Carson Anderson, DOMO](https://www.youtube.com/watch?v=90kZRyPcRZw) 📼 🆓 * [Kubernetes Up and Running](http://shop.oreilly.com/product/0636920043874.do#tab_04_2) 📕 💰 * [Key Kubernetes Concepts](https://towardsdatascience.com/key-kubernetes-concepts-62939f4bc08e) 📰 🆓 + * [Programming Kubernetes](https://learning.oreilly.com/library/view/programming-kubernetes/9781492047094/) 📕 💰 * Provisioning * Terraform * [Introduction to Terraform](https://www.youtube.com/watch?v=h970ZBgKINg) 📼 🆓 * [Infrastructure as Code in the Real World?](https://www.youtube.com/watch?v=S6vS5mzivFo) 📼 🆓 + * [Terraform: Up and Running](https://learning.oreilly.com/library/view/terraform-up-and/9781491977071/) 📕 💰 + * Packer + * [The Packer Book](https://learning.oreilly.com/library/view/the-packer-book/9780988820272/) 📕 💰 * Linux * [LFS - Linux from Scratch Book](http://www.linuxfromscratch.org/lfs/downloads/8.4/LFS-BOOK-8.4.pdf) 📼 🆓 * systemd diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index a0365c8..ff5a27e 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -86,6 +86,7 @@ graph TD CfgMgt --> Chef IaC --> Prov[Provisioning] Prov --> TF[Terraform] + Prov --> PK[Packer] IaC --> Orc[Orchestration] Orc --> K8S[Kubernetes] Orc --> Mesos