Section 2: Imperative Commands with Kubectl

Section 2: Imperative Commands with Kubectl

University

11 Qs

quiz-placeholder

Similar activities

Sistemas de Información Unidad2

Sistemas de Información Unidad2

University

14 Qs

WEB Server

WEB Server

University

15 Qs

FQuiz2 BSIT4C

FQuiz2 BSIT4C

University

15 Qs

AI dan Big Data

AI dan Big Data

University

15 Qs

4. Section 3: Kubernetes Concepts

4. Section 3: Kubernetes Concepts

University

13 Qs

3. Section 5: Application Lifecycle Management (21-28)

3. Section 5: Application Lifecycle Management (21-28)

University

9 Qs

ONWARDS! ICE Breaker (Multiple Choice)

ONWARDS! ICE Breaker (Multiple Choice)

University

15 Qs

Virtualization and Cloud Computing

Virtualization and Cloud Computing

University

10 Qs

Section 2: Imperative Commands with Kubectl

Section 2: Imperative Commands with Kubectl

Assessment

Quiz

Computers

University

Medium

Created by

Maiky Alfaro

Used 20+ times

FREE Resource

11 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Create a POD named "nginx" with the nginx image

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Generate POD Manifest YAML named as "nginx" file with Nginx image. Don't create it.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Create a deployment with Nginx image. The deployment name should be "nginx".

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Generate Deployment YAML file with Nginx. The deployment name is "nginx". Don't create it.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Generate Deployment with 4 Replicas and nginx image. The deployment name is "nginx".

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Expose a port for an already created Pod:

1. POD name: redis.

  1. 2. Service type: ClusterIP.

  2. 3. Expose the POD port 80.

  3. 4. Service name: nginx-service.

Use the POD's labels as selectors

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Create a service with the following information:

1. Service type: clusterip.

  1. 2. Service name: redis.

  2. 3. Expose its port 6379 to POD port 6379

Don't use the POD's labels as selectors

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?