GET 65% Discount on All Products Coupon code: "bigdisc65"
How to get the logs of the previously terminated nginx container from the web pod?
kubectl logs -p -c nginx web
kubectl logs nginx
kubectl logs -p -c web nginx
kubectl logs -f -c nginx web
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#logs
Text Description automatically generated with medium confidence
What makes cloud native technology so important?
It makes data centric
It strengthens team
It removes roadblocks to innovation
It helps gather software requirements
It makes operational centric
https://github.com/cncf/foundation/blob/main/charter.md
Graphical user interface, text, application Description automatically generated
What is the use of labels in Kubernetes?
All of the options
It is used to assign annotation to an object
It is used to assign key-value pair to an object
It is used to assign a name to an object.
https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
Text Description automatically generated
How can persistent volume be provisioned?
Automatically
Bootstrap
Dynamically
https://kubernetes.io/docs/concepts/storage/persistent-volumes/
TESTED 21 Nov 2024