Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam KCNA topic 1 question 65 discussion

Actual exam question from Linux Foundation's KCNA
Question #: 65
Topic #: 1
[All KCNA Questions]

Which Kubernetes resource uses immutable: true boolean field?

  • A. Deployment
  • B. Pod
  • C. ConfigMap
  • D. ReplicaSet
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
alex78
2 weeks, 3 days ago
Selected Answer: C
https://kubernetes.io/docs/concepts/configuration/configmap/#configmap-immutable
upvoted 2 times
...
hovnival
3 weeks, 5 days ago
Selected Answer: C
Copilot says C giving also similiar example like Bolgarwow gave.
upvoted 1 times
...
Debayan
1 month, 2 weeks ago
Selected Answer: C
Kubernetes ConfigMap and Secret resources have a field called immutable which, if set to true, ensures that the data of ConfigMap/Secret cannot be updated after the resource is created.
upvoted 2 times
...
Bolgarwow
1 month, 2 weeks ago
apiVersion: v1 kind: ConfigMap metadata: name: test-immutable labels: app.kubernetes.io/name: kubernetes-hacks-and-tricks app.kubernetes.io/created-by: ssbostan immutable: true ConfigMap
upvoted 3 times
...
omerco61
3 months, 1 week ago
Selected Answer: A
In Kubernetes, the immutable: true boolean field is associated with the Deployment resource. This field is used to indicate whether the Deployment is immutable, meaning that its spec, such as the template for the Pods it manages, cannot be changed.
upvoted 1 times
...
ankre
5 months, 2 weeks ago
B is correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...