Skip to content

Commit 5376e77

Browse files
authored
Merge pull request #16 from ReCoded-Org/mod7
Module 7: Cloud Computing
2 parents cc38422 + d30bb64 commit 5376e77

File tree

22 files changed

+3643
-1
lines changed

22 files changed

+3643
-1
lines changed

module7-cloud-computing/README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# curriculum-backend-readings
1+
# Module 7: Cloud Computing
2+
3+
Last Revised: 07/12/2021
4+
5+
## Summary
6+
7+
In this module, you will learn about the cloud, how to deploy your backend apps to the clouds, how to containerize your apps, and what are some of the other architectures to run your a backend service. We will explore AWS as a platform to deploy your applications. We will discover how docker help developers build, share and run any app, anywhere. Finally, we will explore the serverless architecture and what are cloud functions.
8+
9+
## Outline
10+
11+
- 1 [Intro to Cloud Computing](./r1-intro-to-cloud-computing/README.md)
12+
- 1.1 [Remote Computing Instances](./r1.1-remote-computing-instances/README.md)
13+
- 1.2 [Deployment](./r1.2-deployment/README.md)
14+
- 2 [Cloud Providers](./r2-cloud-providers/README.md)
15+
- 2.1 [Amazon Web Services](./r2.1-aws/README.md)
16+
- 3 [IaaS, PaaS, and SaaS](./r3-iaas-paas-saas/README.md)
17+
- 3.1 [Selecting a Cloud Service Offering](./r3.1-selecting-cloud-service-offering/README.md)
18+
- 4 [Serverless Architecture](./r4-serverless-architecture/README.md)
19+
- 4.1 [Cloud Functions](./r4.1-cloud-functions/README.md)
20+
- 5 [Docker and Kubernetes](./r5-docker-and-k8/README.md)
84.3 KB
Loading
52.3 KB
Loading

module7-cloud-computing/assets/cluster-diagram.svg

Lines changed: 557 additions & 0 deletions
Loading

module7-cloud-computing/assets/components-of-kubernetes.svg

Lines changed: 1641 additions & 0 deletions
Loading
305 KB
Loading
767 Bytes
Binary file not shown.
522 KB
Loading
86.9 KB
Loading

module7-cloud-computing/assets/saas-paas-iaas-diagram.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)