Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Linux Foundation CKA Exam - Topic 3 Question 88 Discussion

Actual exam question for Linux Foundation's CKA exam
Question #: 88
Topic #: 3
[All CKA Questions]

Scale the deployment webserver to 6 pods.

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters
Ma
3 months ago
Wait, are we sure 6 is necessary?
upvoted 0 times
...
Jesusita
3 months ago
6 pods? Seems a bit much for a small app.
upvoted 0 times
...
Margot
3 months ago
That's a solid number for scaling!
upvoted 0 times
...
Herschel
4 months ago
Totally agree, 6 should handle the load well.
upvoted 0 times
...
Torie
4 months ago
I thought we were only using 4 pods before?
upvoted 0 times
...
Alberto
4 months ago
I practiced this before, and I believe we can also edit the deployment YAML file to set the replicas to 6, but I’m not confident about the best approach.
upvoted 0 times
...
Sarah
4 months ago
Scaling to 6 pods should be straightforward, but I might need to double-check the deployment name to make sure I'm targeting the right one.
upvoted 0 times
...
Avery
4 months ago
I remember a similar question where we had to scale a deployment, and I think we just specified the number of replicas in the command.
upvoted 0 times
...
Juliana
5 months ago
I think we need to use the `kubectl scale` command, but I'm not entirely sure about the exact syntax.
upvoted 0 times
...
Kaycee
5 months ago
Easy peasy, I've done this before. I'll just make sure I have the deployment name right and then scale it up to 6 pods.
upvoted 0 times
...
Wai
5 months ago
No problem, I've got this. I'll just run `kubectl get deployments` to find the name, then `kubectl scale deployment --replicas=6`.
upvoted 0 times
...
Sina
5 months ago
Wait, how do I find the deployment name again? I'm a bit fuzzy on the syntax for this.
upvoted 0 times
...
Cassie
5 months ago
Okay, let me think this through step-by-step. I'll need to use the `kubectl scale` command to update the deployment.
upvoted 0 times
...
Garry
5 months ago
Hmm, this looks straightforward. I'll need to find the deployment and update the replica count to 6.
upvoted 0 times
...

Save Cancel