Difference between revisions of "Kubernetes deployments"

From wikieduonline
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
* Read https://blog.container-solutions.com/kubernetes-deployment-strategies
 
* Read https://blog.container-solutions.com/kubernetes-deployment-strategies
 
** Recreate, [[rolling-update]], [[a/b testing]] .../...
 
** Recreate, [[rolling-update]], [[a/b testing]] .../...
 +
* Read https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/#deployment-recommended
  
 
== Related terms ==
 
== Related terms ==
Line 31: Line 32:
 
* [[Kubernetes Rolling updates]]
 
* [[Kubernetes Rolling updates]]
 
* <code>[[kind: ReplicaSet]]</code>
 
* <code>[[kind: ReplicaSet]]</code>
 +
* [[Kubernetes pod affinity and anti affinity]]
  
 
== See also ==
 
== See also ==

Revision as of 14:41, 16 December 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: