+1 vote
in Kubernetes K8s by
What is Kubectl and what is it used for?

1 Answer

0 votes
by

Kubectl is CLI tool which when installed on Linux or Windows system helps you to change or modify Kubernetes cluster. It is a simple tool with rich set of features. It provides  short commands for operations like listing the cluster nodes, getting services deployment details, scaling app instances and getting deployments info. 

...