Kubernetes

What is kubectl?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Kubectl is the Kubernetes command line tool that allows you to run commands against Kubernetes clusters. For example, you can use kubectl to deploy applications, inspect and manage cluster resources, and view logs.