Search Header Logo

1.8 - Pods, Services and Deployments

Authored by Jhonny Pong

Computers

University

Used 2+ times

1.8 - Pods, Services and Deployments
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which `kubectl` command is used to run a pod named `apache` using the image `httpd:latest`?

kubectl create pod apache --image=httpd:latest

k run apache --image=httpd:latest

k deploy apache --image=httpd:latest

kubectl run apache --image=nginx:latest

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which `kubectl` command is used to create a deployment named `apache` using the image `httpd:latest`?

kubectl run deploy apache --image httpd:latest

k create deployment apache --image=httpd:latest

kubectl create deploy apache --image httpd:latest

k deploy apache --image=httpd:latest

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which `kubectl` command is used to scale the `apache` deployment to 5 replicas?

k scale pod apache --replicas 5

k scale deploy apache --replicas 5

k create replicas apache --replicas 5

kubectl scale deploy nginx --replicas 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which `kubectl` command is used to switch the current context to `kubernetes-admin@kubernetes`?

kubectl context set kubernetes-admin@kubernetes

kubectl use-context kubernetes-admin@kubernetes

kubectl set-context kubernetes-admin@kubernetes

kubectl config use-context kubernetes-admin@kubernetes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which `kubectl` command is used to expose a pod `nginx-pod` as a service named `nginx-service`?

k run pod nginx-pod --expose --name nginx-service

k expose deployment nginx-pod --name nginx-service

k expose pod nginx-pod --name nginx-service

k create service pod nginx-pod --name nginx-service

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which `kubectl` command is used to forward the local port 80 to the port 80 of the service `nginx-service`?

k port-forward pod/nginx-service 80:80

k expose svc/nginx-service --port=80 --target-port=80

k forward svc/nginx-service 80:80

k port-forward svc/nginx-service 80:80

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?