Difference between revisions of "Kubernetes deployments"

From wikieduonline
Jump to navigation Jump to search
Line 24: Line 24:
 
== Related terms ==
 
== Related terms ==
 
* [[Canary Deployment]]
 
* [[Canary Deployment]]
* <code>[[kind: Deployment]]</code>
 
 
* <code>[[kubectl scale]]</code>
 
* <code>[[kubectl scale]]</code>
 
* <code>[[kubectl rolling-update]]</code> (deprecated)
 
* <code>[[kubectl rolling-update]]</code> (deprecated)

Revision as of 12:52, 11 October 2022

Kubernetes deployments provides declarative updates for Pods and ReplicaSets.

Commands

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

Activities

Related terms

See also

Advertising: