Cloud Best Practices

                

Scenario: Cloud Best Practices

Solution:

1. Enable Scalability - Design stateless apps.
2. Data Store Solution - RDBMS engines, NoSql data stores which are search optimized.
3. Disposable Resources - Dockerize containers. 
4. Automate Environment - Automation for scalability, consistency and availability.
5. Services vs Servers- Managed Services and Server less applications better reliable and cost effective.
6. Single point of failure - Must handle Zone & DC failures.
7. Optimized for Cost.
8. Security - Data at rest as well as transit.
9. Make data actionable.

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...