|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (10)
View Page History
* https://wiki.cantara.no/display/OWSOA/Service+Categories
h2. Minimal
* Cattle, not pets
* Micro services
* High Availability
* Deploy without downtime
* Deploy without downtime
** https://wiki.cantara.no/display/dev/Zero+downtime+deployment+with+ECS
* Micro services
* Container Orchestration
* Micro services
* Container Orchestration
* Docker
* AWS
h2. Minimal
* Container Orchestration - Fargate or ECS
* Docker with alpine linux
* CloudWatch, application must log to stout and use Docker CloudWatch log support
* ALB, health endpoint
* ALB, health endpoint, example todo
* No local state - i.e. oo persistence to disk or "sticky sessions", must use database, HazelCast or similar for sharing data between nodes.
** Might be possible to use https://aws.amazon.com/efs/, but avoid if possible.
