Kubernetes Deployments: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:


{{External|https://github.com/ovidiuf/playground/tree/master/kubernetes/simple-deployment}}
{{External|https://github.com/ovidiuf/playground/tree/master/kubernetes/simple-deployment}}
=Scaling=
A Deployment has a Scale sub-resource, allowing it to be controlled by a [[Kubernetes Horizontal Pod Autoscaler#Overview|horizontal pod autoscaler]].


=Operations=
=Operations=
{{Internal|Kubernetes Deployment Operations|Deployment Operations}}
{{Internal|Kubernetes Deployment Operations|Deployment Operations}}

Revision as of 02:40, 7 October 2020

External

Internal

Overview

A Deployment brings scalability, self-healing, zero-downtime rolling updates and versioned rollbacks to a set of pods.

Deployment Manifest

Deployment Manifest

Playground Example

https://github.com/ovidiuf/playground/tree/master/kubernetes/simple-deployment

Scaling

A Deployment has a Scale sub-resource, allowing it to be controlled by a horizontal pod autoscaler.

Operations

Deployment Operations