deploymentMode¶
Kubedeploy by default deploys your application in Kubernetes cluster as Deployment.
You can also specify different deplyomentMode
per use-case:
Deployment
- default if unspecifiedStatefulset
- deploy application as StatefulSetsJob
- deploy application as JobsCronjob
- deploy application as CronJobNone
- do not deploy application. In this mode Kubedeploy can be used to deploy, ConfigMaps, Secrets, etc.
Application as StatefulSets
Additional options
Some deployment modes offer additional mode specific customizations or restrictions, see related Kubedeploy values for more info.
See also: