Tag Archives: container

You have used Oracle Developer Cloud to deploy the Docker image by pulling it from DockerHub on Container

You have used Oracle Developer Cloud to deploy the Docker image by pulling it from DockerHub on Container Engine for Kubernetes cluster. Which two commands can be used to get the external IP address?Response: A. $ kubectl get nodes B. $ kubectl get pods C. $ kubectl get services D. $ kubectl get cluster-info Correct Answer: A,C

What does the command kubect1 version return when run against Oracle Cloud Infrastructure Container Engine

What does the command kubect1 version return when run against Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)?Response: A. It will display 3 versions: kubectl tool version. Kubernetes API Server version, OKI Version. B. It displays the OKE API Server version. C. It will display the version of kubectl tool. D. It will display the version of both… Read More »

Which two features can be modified in Oracle Container Engine for Kubernetes Cluster via OCI Console?

Which two features can be modified in Oracle Container Engine for Kubernetes Cluster via OCI Console?Response: A. version of Kubernetes to run on new worker nodes B. name of the node pool C. shape of existing worker nodes D. name of the cluster Correct Answer: A,B

You can use Java and REST APIs for caching applications to interact with Oracle Application Container

You can use Java and REST APIs for caching applications to interact with Oracle Application Container Cloud Service caches. Which two client protocols does Oracle Application Container Cloud Service (ACCS) Cache support?Response: A. avro B. http C. grpc D. thrift a Correct Answer: A,C

In Oracle Application Container Cloud Service, what can you use to configure applications to be clustered

In Oracle Application Container Cloud Service, what can you use to configure applications to be clustered so that they can communicate privately over internal network?Response: A. manfest.json B. UI/application console C. cluster-conflg.json D. deployment.json Correct Answer: B

Which two features can be modified in Oracle Container Engine for Kubernetes Cluster via OCI Console?

Which two features can be modified in Oracle Container Engine for Kubernetes Cluster via OCI Console?Response: A. shape of existing worker nodes B. version of Kubernetes to run on new worker nodes C. name of the cluster D. name of the node pool Correct Answer: B,D

A pod security policy (PSP) is implemented in your Oracle Cloud Infrastructure Container Engine for Kubernetes

A pod security policy (PSP) is implemented in your Oracle Cloud Infrastructure Container Engine for Kubernetes cluster Which rule can you use to prevent a container from running as root using PSP? A. NoPrivilege B. RunOnlyAsUser C. MustRunAsNonRoot D. forbiddenRoot Correct Answer: C ExplanationWhat is a Pod Security Policy?A Pod Security Policy is a cluster-level resource that controlssecurity… Read More »

Your Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) administrator has created an OKE

Your Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) administrator has created an OKE cluster with one node pool in a public subnet. You have been asked to provide a log file from one of the nodes for troubleshooting purpose. Which step should you take to obtain the log file? A. ssh into the node using public key.… Read More »

Given a service deployed on Oracle Cloud Infrastructure Container Engine far Kubernetes (OKE), which

Given a service deployed on Oracle Cloud Infrastructure Container Engine far Kubernetes (OKE), which annotation should you add in the sample manifest file below to specify a 400 Mbps load balancer? A. service.beta.kubernetes.io/oci-load-balancer-value: 400Mbps B. service.beta.kubernetes.io/oci-load-balancer-size: 400Mbps C. service.beta.kubernetes.io/oci-load-balancer-shape: 400Mbps D. service, beta, kubernetes . io/oci-load-balancer-kind: 400Mbps Correct Answer: C Explanation Overview of Load Balancing: SHAPE A template… Read More »