From a4df28809fd371f493130fe4f3c599194a629a62 Mon Sep 17 00:00:00 2001 From: Eva Despinoy Date: Wed, 24 Mar 2021 14:15:15 +0100 Subject: [PATCH 1/3] Executable Tutorial: Integrate DataDog in existing app --- .../brogard-despinoy/README.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contributions/executable-tutorial/brogard-despinoy/README.md diff --git a/contributions/executable-tutorial/brogard-despinoy/README.md b/contributions/executable-tutorial/brogard-despinoy/README.md new file mode 100644 index 0000000000..e180b30500 --- /dev/null +++ b/contributions/executable-tutorial/brogard-despinoy/README.md @@ -0,0 +1,23 @@ +## Executable Tutorial: Integrate DataDog in existing app + +### Members +Name: André Brogärd + +Mail: brogard@kth.se + +Github: brogard + +Name: Eva Despinoy + +Mail: despinoy@kth.se + +Github: evkade + +### Proposal: +The tutorial will teach the user to integrate DataDog with an existing containerized app, using katacoda. +To do this, we will create a ”To-Do” application with a simple frontend and backend that simulates the user’s app. Also, we will explain why monitoring is important and relevant. + + +* The user will create a free trial account on DataDog (No credit card required) +* The user will integrate the existing application with DataDog +* The user can see logs in DataDog as traffic comes in From 1344b8522d55b58d1b6e845830400344989283d3 Mon Sep 17 00:00:00 2001 From: Eva Despinoy Date: Wed, 24 Mar 2021 15:08:27 +0100 Subject: [PATCH 2/3] Essay: What are the benefits of using Infrastructure as Code? --- .../essay/brogard-despinoy/README.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 contributions/essay/brogard-despinoy/README.md diff --git a/contributions/essay/brogard-despinoy/README.md b/contributions/essay/brogard-despinoy/README.md new file mode 100644 index 0000000000..51f9a611ff --- /dev/null +++ b/contributions/essay/brogard-despinoy/README.md @@ -0,0 +1,32 @@ +## Essay: What are the benefits of using Infrastructure as Code? + +### Members: + +Name: André Brogärd + +Mail: brogard@kth.se + +Github: brogard + +Name: Eva Despinoy + +Mail: despinoy@kth.se + +Github: evkade + +### Proposal: + +The essay will discuss how IaC is useful in DevOps considering: +The modern initiative of imperative IaC (i.e. in js as opposed to yaml configuration files) +bringing IaC closer to app code +trade-offs + +### Sources: + +* https://aws.amazon.com/blogs/containers/containers-and-infrastructure-as-code-like-peanut-butter-and-jelly/ + +* https://en.wikipedia.org/wiki/Infrastructure_as_code + +* https://aws.amazon.com/blogs/architecture/field-notes-using-infrastructure-as-code-to-manage-your-aws-networking-environment/ + +* https://tech.ovoenergy.com/imperative-vs-declarative/ From d4cf2947f57ecffc4ed6a45c18934480c4b8e2e5 Mon Sep 17 00:00:00 2001 From: Eva Despinoy <38752330+evkade@users.noreply.github.com> Date: Thu, 25 Mar 2021 14:01:40 +0100 Subject: [PATCH 3/3] Delete README.md --- .../essay/brogard-despinoy/README.md | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 contributions/essay/brogard-despinoy/README.md diff --git a/contributions/essay/brogard-despinoy/README.md b/contributions/essay/brogard-despinoy/README.md deleted file mode 100644 index 51f9a611ff..0000000000 --- a/contributions/essay/brogard-despinoy/README.md +++ /dev/null @@ -1,32 +0,0 @@ -## Essay: What are the benefits of using Infrastructure as Code? - -### Members: - -Name: André Brogärd - -Mail: brogard@kth.se - -Github: brogard - -Name: Eva Despinoy - -Mail: despinoy@kth.se - -Github: evkade - -### Proposal: - -The essay will discuss how IaC is useful in DevOps considering: -The modern initiative of imperative IaC (i.e. in js as opposed to yaml configuration files) -bringing IaC closer to app code -trade-offs - -### Sources: - -* https://aws.amazon.com/blogs/containers/containers-and-infrastructure-as-code-like-peanut-butter-and-jelly/ - -* https://en.wikipedia.org/wiki/Infrastructure_as_code - -* https://aws.amazon.com/blogs/architecture/field-notes-using-infrastructure-as-code-to-manage-your-aws-networking-environment/ - -* https://tech.ovoenergy.com/imperative-vs-declarative/