While trying to have a better understanding on Cloud Native applications, I came across this term Cloud Optimized. Can someone help me with the difference between Cloud Optimized vs Cloud Native ?
相关问题
- What are the advantages ManageIQ has over OpenStac
- How can my C# program behave differently depending
- Flask app cannot open server to Google Cloud Compu
- Connecting CAD model (Solidworks, AutoCAD or CATIA
- What is the purpose of Google Cloud Messaging
相关文章
- Developing a Multitenant SaaS
- Rails/Capistrano tool to deploy static assets to R
- Android google cloud messaging sample not working
- Best practice for Deployment of Web site into a cl
- How to create an Amazon EC2 AMI from an instance?
- invalid image name in cloud build when using domai
- SecurityManager for a cloud service “sandbox”
- Indexes on BigQuery Table
Cloud optimization deals about how an application migrated to cloud or developed and hosted there goes through a process of optimization to deliver more value, cuts costs, standardizes things.
Initially once migrated or hosted in cloud there will be less clarity on cloud computing resources used due to the fact that the capacity planning was based on some calculations and previous experiences.
Then after a period of time after observation and analysing monitoring logs etc unused resources will be removed, security policies will be reviewed and updated, better automation and devops practices will come into place and consolidation will happen. Once your processes are standardized for e.g high availability, scaling , data lifecycle patterns would have been identified and standardized.
With a well referenced architecture for cloud, proper security policies , proactive identification of inefficient usage Full transparency to cloud cost, usage, performance, availability and security would have been achieved marking an optimized state.
Cloud native application architecture targets building modern SaaS applications following the 12 factors, microservices architecture with self service agile infrastructure offering an API based colloborative and anti fragile system.