Kubernetes includes various elements such as compute, network, and storage. Compute is essentially CPU (units) and memory (bytes). Within an OKE cluster, what is considered to be the smallest unit of deployment with respect to compute?
Your organization has mandated that all deployed container images used for microservices must be signed by a specified master encryption key (MEK). You have appropriately signed the container images as part of your build process, but must now ensure that they are automatically verified when they are deployed to Oracle Cloud Infrastructure (OCI) Container Engine for Kubemetes (OKE) clusters. Which option should be used to mandate image verification when deploying to OKE clusters, assuming that MEK is already stored in an available OCI Vault? (Choose the best answer.)
A developer has created another version of a microservice and wants 10% of the traffic to flow towards it for testing purposes. The application is already configured using OCI (Oracle Cloud Infrastructure) Service Mesh. Which of the following steps is the right approach to achieve this goal?
You are configuring a route on an Oracle Cloud Infrastructure API Gateway to an HTTP backend service that takes up to four minutes to execute long-running analytical queries. Which timeout configuration should you apply in the API deployment specification to safely prevent a gateway timeout?
Your security operations team wants to analyze application diagnostic and access patterns across both service and custom logs. A new IAM user group named security-auditors has been formed, and members must run advanced ad-hoc queries using the OCI Logging Console Search page to parse through indexed logs in the tenancy. Your company security mandate dictates that they must only be granted the minimum required permissions necessary to successfully execute these search queries and view the results.
Which set of policy statements correctly implements this requirement?
Which TWO statements are true for serverless computing and serverless architectures? (Choose two.)
Which protocol or mechanism does the Docker client use by default to communicate with the Docker daemon when both are running on the same local host?
You are developing a cloud native serverless application where uploaded PDF documents inside an OCI Object Storage bucket must automatically trigger an OCI Function for text processing. You have created an OCI Events rule configured with the condition eventType: com.oraclecloud.objectstorage.createbucket matching the bucket ' s compartment. However, when test files are uploaded, the function does not trigger.
Which TWO actions must you perform to successfully implement and troubleshoot this event-driven integration?
Your organization has deployed a custom OCI Authorizer Function in a compartment named secure-auth-compartment to perform token-based validation for all ingress traffic. You have set up an API Gateway in a compartment named public-gateway-compartment with an associated dynamic group named apigw-dg containing the gateway instance. The API Gateway deployment is currently returning HTTP 500 errors because the gateway lacks the necessary permissions to invoke the authorizer function during request validation. Which minimal IAM policy statement should you write to grant the API Gateway the required permission to successfully invoke the authorizer function?
When developing microservices, each one can be developed in the language of choice. Which term describes this type of development? (Choose the best answer.)