kubectl Supported Commands
The following are the available kubectl commands when working with CloudFlow.
kubectl commands | Objects it applies to | Description |
---|---|---|
get | pod, service, deployment, hpa.v2beta2.autoscaling | Prints a table of the most important information about the specified resources. |
create | pod, service, deployment, hpa.v2beta2.autoscaling | Create a resource from a file or from stdin. |
edit | pod, service, deployment, hpa.v2beta2.autoscaling | Edit a resource from the default editor. |
delete | pod, service, deployment, hpa.v2beta2.autoscaling | Delete resources by file names, stdin, resources and names, or by resources and label selector. |
apply | pod, service, deployment, hpa.v2beta2.autoscaling | Apply a configuration to a resource by file name or stdin. |
describe | node, pod, service, deployment | Show details of a specific resource or group of resources. |
logs | pod | Print the logs for a container in a pod or specified resource. |
exec | pod | Execute a command in a container. |
attach | pod | Attach to a process that is already running inside an existing container. |