10 rules to build cloud native app:
- Application should be platform independent i.e. use dot net core
- Follow domain driven design (DDD) approach to develop app
- All the services should be design as micro services
- All the microservices should be light weight i.e. REST
- All the micro services should be API based
- Internal communication across micro services thought event base, asynchronous integration or asynchronous HTTP polling
- App should be containerized hosted
- Monitoring operation integration i.e. kubernetes
- DevOps: automation when code check-in; code should build , test and deploy in production
- Complete functional testing should be automated
No comments:
Post a Comment