QuestionQ18

DevOps Automation

A software development team is building a prototype with Node.js as its programming language and MongoDB as its database. They need to develop and test isolated web applications or RESTful APIs. They want a simple, fast, and secure method to run containers without managing any servers.

Which OCI service is most suitable for this use case?

  • A OCI Functions
  • B Container Instances
  • C OCI DevOps Project
  • D Compute Instances
Explanation

OCI Container Instances is a serverless compute service for running containers without managing servers, while providing isolation comparable to virtual machines. It is intended for containerized APIs, web applications, and development or test environments.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!