You have a manifest and want the kubectl command that creates, updates or inspects it. The Kubernetes Manifest to kubectl Command Converter parses the YAML and emits the right command for the verb you choose.
Paste one resource, pick the verb (apply, create, delete, get, describe) and a filename, and the tool reads kind, name, namespace and image to assemble the command. For apply it prints kubectl apply -f <file>; for create it adds --image and --namespace where relevant.
Everything runs locally and nothing is uploaded; no cluster connection is made.