From 90d38fb265a9c53e7fa5c83cf7878088b7021dce Mon Sep 17 00:00:00 2001 From: taqui Date: Tue, 23 Mar 2021 14:58:58 +0100 Subject: [PATCH 1/4] (docs) Added a Readme.md Regarding the Presentation I want to make --- .../presentation/week3/taqui/README.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 contributions/presentation/week3/taqui/README.md diff --git a/contributions/presentation/week3/taqui/README.md b/contributions/presentation/week3/taqui/README.md new file mode 100644 index 0000000000..bbd5793993 --- /dev/null +++ b/contributions/presentation/week3/taqui/README.md @@ -0,0 +1,24 @@ +# Presentation Proposal: Cloud and the journey for a start-up to Fortune 500 + +## Members + +Taqui - taqui@kth.se +GitHub: [Internet-Person-IP](https://github.com/Internet-Person-IP) + +People will be added...I hope +## Proposal + +I want to create a presentation of the problems that occur when a small start-up might have to think about scaling their product for larger scale usage. I want to pretend like I was the founder of netflix (not set in stone) and talk about the decision I would make regarding the overall infrastucture of application. I would discuss how leverage the cloud to enable my little start-up to easily scale to the size of a Fortune 500 Company. Important will be to explain how each aspect relates to DevOps. + +The topics that will be dicussed in the presentation: + +- Pretend like I am a startup wanting to create a great product +- Containerization +- Start talking about aspects of scaling +- Auto-scaling +- Load Balancing +- Elasticity +- Disaster Recovery + + + From 6765bd67bc43af08117890d75dc5795bd8b74a2d Mon Sep 17 00:00:00 2001 From: taqui Date: Tue, 23 Mar 2021 15:00:09 +0100 Subject: [PATCH 2/4] (docs) Added Readme.md for essay --- contributions/essay/taqui/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contributions/essay/taqui/README.md diff --git a/contributions/essay/taqui/README.md b/contributions/essay/taqui/README.md new file mode 100644 index 0000000000..55978993d4 --- /dev/null +++ b/contributions/essay/taqui/README.md @@ -0,0 +1,22 @@ +# Essay Proposal: FaaS, Serverless, Containerization and DevOps + +## Members + +Taqui - taqui@kth.se +GitHub: [Internet-Person-IP](https://github.com/Internet-Person-IP) + +People will be added...I hope +## Proposal + +I want to create an essay where I discuss the basics of FaaS, Serverless Technologies and how they can be used to DevOpsify an application. I aslo specifically want to talk about the potential for a technolgy such as [Google Cloud Run](https://cloud.google.com/run) + +The topics that will be dicussed in the essay: + +- Basic Introduction to Cloud +- Basic Understanding of Serverless, relevant terminlogy and how it relates to DevOps +- How Serverless can be leveraged to simplify production of large-scale application +- How Serverless can be leveraged to DevOpsify an infrastructure +- How leveraging Serverless and Containerization can be used to simplify the production of large-scale application + + + From d9c37358a0d2c61c2d6741b004a7a35f3d0a6767 Mon Sep 17 00:00:00 2001 From: Internet-Person-IP Date: Tue, 23 Mar 2021 15:27:05 +0100 Subject: [PATCH 3/4] (docs) Added Fixed Spelling Error for Essay --- contributions/essay/taqui/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contributions/essay/taqui/README.md b/contributions/essay/taqui/README.md index 55978993d4..383e7b00bb 100644 --- a/contributions/essay/taqui/README.md +++ b/contributions/essay/taqui/README.md @@ -1,4 +1,4 @@ -# Essay Proposal: FaaS, Serverless, Containerization and DevOps +# Essay Proposal: FaaS, Serverless, Containerization, and DevOps ## Members @@ -8,13 +8,13 @@ GitHub: [Internet-Person-IP](https://github.com/Internet-Person-IP) People will be added...I hope ## Proposal -I want to create an essay where I discuss the basics of FaaS, Serverless Technologies and how they can be used to DevOpsify an application. I aslo specifically want to talk about the potential for a technolgy such as [Google Cloud Run](https://cloud.google.com/run) +I want to create an essay where I discuss the basics of FaaS, Serverless Technologies and how they can be used to DevOpsify an application. I also specifically want to talk about the potential for a technology such as [Google Cloud Run](https://cloud.google.com/run) -The topics that will be dicussed in the essay: +The topics that will be discussed in the essay: - Basic Introduction to Cloud -- Basic Understanding of Serverless, relevant terminlogy and how it relates to DevOps -- How Serverless can be leveraged to simplify production of large-scale application +- Basic Understanding of Serverless, relevant terminology and how it relates to DevOps +- How Serverless can be leveraged to simplify the production of large-scale application - How Serverless can be leveraged to DevOpsify an infrastructure - How leveraging Serverless and Containerization can be used to simplify the production of large-scale application From 92daa67985cc8a4306c941f953c0596eb1c1f760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Soto=20Valero?= Date: Wed, 24 Mar 2021 10:16:41 +0100 Subject: [PATCH 4/4] Delete presentation README --- .../presentation/week3/taqui/README.md | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 contributions/presentation/week3/taqui/README.md diff --git a/contributions/presentation/week3/taqui/README.md b/contributions/presentation/week3/taqui/README.md deleted file mode 100644 index bbd5793993..0000000000 --- a/contributions/presentation/week3/taqui/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Presentation Proposal: Cloud and the journey for a start-up to Fortune 500 - -## Members - -Taqui - taqui@kth.se -GitHub: [Internet-Person-IP](https://github.com/Internet-Person-IP) - -People will be added...I hope -## Proposal - -I want to create a presentation of the problems that occur when a small start-up might have to think about scaling their product for larger scale usage. I want to pretend like I was the founder of netflix (not set in stone) and talk about the decision I would make regarding the overall infrastucture of application. I would discuss how leverage the cloud to enable my little start-up to easily scale to the size of a Fortune 500 Company. Important will be to explain how each aspect relates to DevOps. - -The topics that will be dicussed in the presentation: - -- Pretend like I am a startup wanting to create a great product -- Containerization -- Start talking about aspects of scaling -- Auto-scaling -- Load Balancing -- Elasticity -- Disaster Recovery - - -