- Home
- All questions
- Question 105
CKA study material · question 105 of 1000
helm install returns successfully. What can be concluded about the application?
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