02. ИТ-глаголы: to deploy
На мой взгляд это один из самых часто используемых глаголов в DevOps, и к нему очень хочется прилепить много чего, например, to deploy an attack.
Однако глагол не всеядный и липнет к нему не все - в основном используется в том смысле, что какую-то самописную программу/код/апдейт разворачивают в облаке/среде/железе.
Соответственно, атака сюда не вписывается, а вот вредоносный код, думаю, очень даже. Впрочем, смотрите примеры, сами все увидите:
to deploy a database
... when deploying or amending the database on life systems...
to deploy a library
... deploying new versions of a library requires a lot of effort because applications using that library need to be compiled, tested, and deployed...
to deploy changes in ...
... deploy the changes in the schema to the new database...
to deploy containers
Orchestration systems take care of deploying your containers...
to deploy fixes
... one could deploy bug fixes without service disruption...
to deploy hardware
Instead of manually deploying and upgrading hardware...
to deploy in production
...the image that can be deployed in production...
to deploy into environments
...you would like to deploy your containers into various environments in your clusters...
to deploy manifests
...go ahead and deploy the manifests to your Kubernetes cluster ...
to deploy servers
Servers need to be provisioned, networked, deployed, configured ...
to deploy software across networks
...you deploy and upgrade software across large, diverse networks...
to deploy the code
Instead of deploying your code as a single entity (known as a monolith)...
to deploy to cloud
The simplest way to deploy a Kubernetes cluster to the public cloud
to deploy to environments
... you deploy to distributed environments, in a reliable and reproducible way...
Оригинал публикации на https://t.me/alliancepro/1261