0 votes
in Kubernetes K8s by
What is Kubernetes Kubectl?

a) A command-line tool used to interact with Kubernetes clusters

b) A tool for managing Kubernetes resources

c) A networking abstraction to access a set of Pods

d) A way to manage Kubernetes nodes

2 Answers

0 votes
by

a) A command-line tool used to interact with Kubernetes clusters

0 votes
by
Answer: a)

Explanation: A command-line tool used to interact with Kubernetes clusters. Kubernetes Kubectl is a command-line tool used to interact with Kubernetes clusters, enabling administrators to manage Kubernetes resources, create, modify and delete resources, and troubleshoot cluster issues.
...