Difference between revisions of "Kubectl create"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 14: Line 14:
 
* <code>[[kubectl create deployment]] hello-minikube --image=k8s.gcr.io/echoserver:1.10</code>
 
* <code>[[kubectl create deployment]] hello-minikube --image=k8s.gcr.io/echoserver:1.10</code>
  
 
+
* [[kubectl create configmap]]
  
 
[[RBAC Kubernetes]]
 
[[RBAC Kubernetes]]

Revision as of 21:00, 25 August 2020

This article is a Draft. Help us to complete it.


  • 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: