FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You have used Oracle Developer Cloud to deploy the Docker image by pulling it from DockerHub onContainer Engine for Kubernetes cluster. Which two commands can be used to get the external IPaddress?
A
$ kubectl get nodes
B
$ kubectl get cluster-info
C
$ kubectl get services
D
$ kubectl get pods
Explanation: 

Detailed explanation-1: -You have to use kubectl to create a Docker registry secret. The secret contains the Oracle Cloud Infrastructure credentials to use when pulling the image.

There is 1 question to complete.