Section 2: Imperative Commands with Kubectl

Section 2: Imperative Commands with Kubectl

University

11 Qs

quiz-placeholder

Similar activities

AmphiCICD

AmphiCICD

University

8 Qs

INTRODUCTION TO LINUX

INTRODUCTION TO LINUX

University

14 Qs

FOSS Community Quiz

FOSS Community Quiz

University

15 Qs

Simple Way To Build Website

Simple Way To Build Website

University

10 Qs

Cloud Concepts and Virtualization

Cloud Concepts and Virtualization

University

10 Qs

Xampp

Xampp

University

10 Qs

Docker #1

Docker #1

University

10 Qs

Latihan 8 - Cloud Computing - 2TRKA

Latihan 8 - Cloud Computing - 2TRKA

University

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