KCNA試験無料問題集「Linux Foundation Kubernetes and Cloud Native Associate 認定」

You have a Deployment with the following YAML definition:

You want to update the image to 'my-app:v2' without deleting and recreating the Deployment. Which Kubernetes command can you use to achieve this update?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following features is NOT a primary benefit of using a service mesh like Istio in a Kubernetes environment?

解説: (GoShiken メンバーにのみ表示されます)
You are running a web application with a high demand for CPU resources. Which Kubernetes scheduling strategy could help you ensure pods are scheduled on nodes with the most available CPU capacity?

解説: (GoShiken メンバーにのみ表示されます)
You're running a microservices application in Kubernetes, and you're concerned about the cost associated with resource usage. Which of the following approaches is most effective for reducing cost without impacting performance?

正解:A,C,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
You are running a multi-cluster Kubernetes environment with Istio deployed. You want to enable mutual TLS authentication between services across different clusters. You have already configured Istio's 'mutualTLS' setting in the control plane. What additional step is required to enforce this security measure for inter-cluster communication?

解説: (GoShiken メンバーにのみ表示されます)
Consider a Kubernetes deployment where you have a microservice responsible for user authentication. You want to ensure that any communication to this service is encrypted and secure. What Kubernetes feature or open standard can help achieve this?

解説: (GoShiken メンバーにのみ表示されます)
You're managing a Kubernetes cluster with several deployments using resource requests and limits. Which of the following strategies can help you effectively manage resource utilization and potentially reduce costs?

正解:A,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which of the following Kubernetes components is responsible for authenticating and authorizing users who access the Kubernetes API?

解説: (GoShiken メンバーにのみ表示されます)
Your Kubernetes cluster has several nodes. A Pod is running on one of the nodes, but the node experiences a hardware failure and goes down. What happens to the Pod?

解説: (GoShiken メンバーにのみ表示されます)
Consider the following Kubernetes YAML definition for a Deployment:

Which of the following statements about this Deployment are true?

解説: (GoShiken メンバーにのみ表示されます)