Which option is better?
Summary
Which option is better?Content
Hellow every one, we are re-designing our applcation platform to have a micro-services architecture.
We would like to decouple application architecture into smaller, independent services using OCI.
we have decided to use both containers and servers technologies to run these application instances.
we are reviewing the following options
1. Install a kubernetes cluster on OCI and use OCI event service.
2. Use Oracle Container Engine for kubernetes, OCI Registry and OCI Functions.
3. Use OCI Resource Manager to automate compute Instances provisioning and use OCI Streaming service.
4. Use OCI functions, OCI object storage and OCI event service.
0