Difference between revisions of "Kubernetes deployments"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
  
* <code>[[kubectl rolling-update]]</code>
 
 
* <code>[[kubectl rollout]]</code>
 
* <code>[[kubectl rollout]]</code>
 
* <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>
Line 21: Line 20:
 
* [[Kubernetes services]]
 
* [[Kubernetes services]]
 
* <code>[[kubectl scale]]</code>
 
* <code>[[kubectl scale]]</code>
 +
* <code>[[kubectl rolling-update]]</code> (deprecated)
  
 
== See also ==
 
== See also ==

Revision as of 10:33, 25 April 2021

A Deployment provides declarative updates for Pods and ReplicaSets.

https://kubernetes.io/docs/concepts/workloads/controllers/deployment/


kubectl expose deployment hello-minikube --type=NodePort --port=8080
kubectl describe deployment mysql

Activities


Related terms

See also

Advertising: