Study. uk . com
  1. Home
  2. All questions
  3. Question 105

CKA study material · question 105 of 1000

helm install returns successfully. What can be concluded about the application?

  1. All images have finished pulling
  2. Every resource is running and ready
  3. Nothing about readiness; Helm does not wait by default
  4. The release passed its chart tests
Show the answer

Answer: C. Nothing about readiness; Helm does not wait by default

helm install returns without waiting for resources to become ready, so success is not evidence of a running app.

Source: Using Helm | Helm (Helm) — 'helm install': Installing a Package

Challenge yourself on this topic → Study as cards