MCP.so
ログイン
>_

kubectl

@kubernetes

About kubectl

The canonical command line for deploying, inspecting, and debugging Kubernetes workloads and clusters.

#kubectl#cloud-devops#product-service-cli#official#kubernetes-cli#k8s-cli

Installation

brew install kubectl

Details

Category

Cloud & DevOps

Command

kubectl

Maintainer

kubernetes

Type

Product / service CLI

What it does

Deploy workloads

Inspect cluster state

Logs, exec, and debugging

Command examples

  1. 1
    kubectl get pods
  2. 2
    kubectl apply -f deployment.yaml
  3. 3
    kubectl logs -f deploy/my-app

More Cloud & DevOps CLIs