Kubectl create

From wikieduonline
Revision as of 14:22, 17 July 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search

kubectl create create a resource from a file or from stdin. JSON and YAML formats are accepted.

Examples

  • kubectl create -f deployment.yaml --record
  • kubectl create quota myrq --hard=cpu=1,memory=1G,pods=2 --dry-run -o yaml

RBAC Kubernetes

Related commands

Activities

See also

Advertising: