INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Kube-Proxy
|
|
Kubernetes secret
|
|
Kubernetes pods
|
|
Worker Nodes
|
Detailed explanation-1: -ocir.io is the Oracle Cloud Infrastructure Registry name. <tenancy-namespace> is the auto-generated Object Storage namespace string of the tenancy (as shown on the Tenancy Information page) containing the repository from which the application is to pull the image.
Detailed explanation-2: -Before you can push and pull Docker images to and from Oracle Cloud Infrastructure Registry (also known as Container Registry): You must have access to an Oracle Cloud Infrastructure tenancy.
Detailed explanation-3: -You use the Docker CLI to push images to Oracle Cloud Infrastructure Registry (also known as Container Registry). To push an image, you first use the docker tag command to create a copy of the local source image as a new image (the new image is actually just a reference to the existing source image).
Detailed explanation-4: -Supported environments are Container Engine for Kubernetes clusters, compute instances (Oracle Linux and CentOS only), and Function applications. Create reference to the target environment for deployment.
Detailed explanation-5: -Which statement is valid for Oracle Cloud Infrastructure Container Registry (OCIR)? You can create only private Docker repositories in OCIR. You can create only public Docker repositories in OCIR. A single registry can only contain either private or public Docker repositories.
Detailed explanation-6: -create an auth token for use with Oracle Cloud Infrastructure Registry. create a new repository. log in to Oracle Cloud Infrastructure Registry from the Docker CLI. pull a test image from DockerHub. tag the image. push the image to Oracle Cloud Infrastructure Registry using the Docker CLI. More items