Kubectl
by bCloud LLC
Version 1.35.1 + Free Support on Ubuntu 24.04
kubectl is the official command-line interface (CLI) for Kubernetes, used to interact with and manage Kubernetes clusters. It provides the ability to deploy applications, manage cluster resources, review logs, execute commands inside containers, and troubleshoot workloads by communicating directly with the Kubernetes API server.
Features of kubectl
- Lightweight and official CLI for managing Kubernetes clusters.
- Supports declarative configuration management using YAML/JSON manifests.
- Manage essential Kubernetes resources including Pods, Deployments, Services, and Namespaces.
- Provides debugging, monitoring, and cluster inspection capabilities.
kubectl Usage:
$ sudo su$ sudo apt update
$ kubectl version --client
Disclaimer: kubectl is an official open-source tool maintained by the Kubernetes community under the Cloud Native Computing Foundation (CNCF). It is not affiliated with or endorsed by any particular cloud provider. kubectl is provided “as is,” without any warranties, express or implied. Users are responsible for correct cluster configuration, access control, and adherence to all relevant licenses and regulations.