From 44644436b8125a83b29d651a659b6a0292bf42a2 Mon Sep 17 00:00:00 2001 From: Jackie Tung Date: Fri, 18 Dec 2020 03:29:46 -0800 Subject: [PATCH 1/2] Fix typo in flask_container_ci/README.md (#123) --- exercises/flask_container_ci/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/flask_container_ci/README.md b/exercises/flask_container_ci/README.md index 35c85ee..e4ac21d 100644 --- a/exercises/flask_container_ci/README.md +++ b/exercises/flask_container_ci/README.md @@ -13,8 +13,8 @@ If any of the following steps is not working, it is expected from you to fix the 1. Move to `challenges/flask_container_ci` directory, if you are not already there 1. Run `export FLASK_APP=app/main.py` -1. To run the app execute `flask run`. If it doesn't works, fix it -3. Access `http://127.0.0.1:5000`. You should see the following +1. To run the app execute `flask run`. If it doesn't work, fix it +3. Access `http://127.0.0.1:5000`. You should see the following: ``` { @@ -31,7 +31,7 @@ If any of the following steps is not working, it is expected from you to fix the * /users - all users data * /users/ - data on the specific chosen user -5. When accessing /users, the data returned should not include the id of the user, only its name and description. Also, the data should be ordered by users names. +5. When accessing /users, the data returned should not include the id of the user, only its name and description. Also, the data should be ordered by usernames. ## Containers From 235e94e603fe3525fd3cd301f3b76df235f4eb7f Mon Sep 17 00:00:00 2001 From: Anwesh Budhathoki <45763486+anwesh-b@users.noreply.github.com> Date: Tue, 22 Dec 2020 17:30:16 +0545 Subject: [PATCH 2/2] Added cloud answers (#116) --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1b09890..eeb2ed8 100644 --- a/README.md +++ b/README.md @@ -496,9 +496,9 @@ You can describe the UI way to add new nodes but better to explain how to do in
What types of Cloud Computing services are there?
-IAAS -PAAS -SAAS +IAAS - Infrastructure as a Service +PAAS - Platform as a Service +SAAS - Software as a Service
@@ -507,6 +507,9 @@ SAAS * IAAS * PAAS * SAAS
+ * IAAS - Users have control over complete Operating System and don't need to worry about the physical resources, which is managed by Cloud Service Provider. + * PAAS - CLoud Service Provider takes care of Operating System, Middlewares and users only need to focus on our Data and Application. + * SAAS - A cloud based method to provide software to users, software logics running on cloud, can be run on-premises or managed by Cloud Service Provider.
@@ -521,10 +524,11 @@ SAAS Explain each of the following Cloud Computing Deployments: * Public - * Hybrid - * Private
- - * Hybrid - combination of public and private clouds + * Private + * Hybrid
+ * Public - Cloud services sharing computing resources among multiple customers + * Private - Cloud services having computing resources limited to specific customer or organization, managed by third party or organizations itself + * Hybrid - Combination of public and private clouds