0 votes
in Kubernetes K8s by
Name some of the other verbs that kubectl has besides "run" "create" or "apply" ?

1 Answer

0 votes
by
There are many! Some examples below:

     expose, set , explain, get, edit, delete, rollout, scale, autoscale

     certificate, cluster-info, top, cordon, uncordon, drain, taint

     describe, logs, attach, exec, port-forward, proxy, cp, auth, debug

     diff, apply, patch, replace, wait, kustomize, label, annotate,

     completion, api-resources, api-versions, config, plugin, version

    Some of more frequently used ones are: logs, get, port-forward and label
...