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

Kubernetes

Kubernetes

University

10 Qs

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

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

University

9 Qs

Conceptos Clave de Kubernetes

Conceptos Clave de Kubernetes

University

15 Qs

AL2TP

AL2TP

4th Grade - University

11 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

NoSQL-Cassandra-Mongodb-Redis

NoSQL-Cassandra-Mongodb-Redis

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?