In production, define deployments to setup replicas in case of failure.
Modify deployments.
Rolling updates.
Works ideally with this stack, and might need tweaking if changing any of the below components:
- Any continuous integration build tool
- Container technology : Docker
- Kubernetes
- Cloud platform : Google Cloud Platform
1 | kubectl describe deployments [name] |