Section 2: Imperative Commands with Kubectl

Section 2: Imperative Commands with Kubectl

University

11 Qs

quiz-placeholder

Similar activities

SDCL & Waterfall Model

SDCL & Waterfall Model

University

10 Qs

Practicum Week 4 Review

Practicum Week 4 Review

10th Grade - University

11 Qs

QUIZ PENDAHULUAN SIL 6

QUIZ PENDAHULUAN SIL 6

University

10 Qs

Data Science Quiz

Data Science Quiz

University

11 Qs

NoSQL 2 Quiz

NoSQL 2 Quiz

University

10 Qs

Basic

Basic

University

10 Qs

Sysadmin: Hands On Week 11

Sysadmin: Hands On Week 11

10th Grade - University

13 Qs

PTS ASJ

PTS ASJ

12th Grade - University

9 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?