...
- Access Credentials: Ensure that you have any of the keys, secrets or tokens required by the Item
- Local Prerequisites: Install any tooling needed for deployment, which for instance depending in the item can be:
- Ansible via pypi.org
- Terraform from hashicorp.com
- Helm from helm.sh
ewccli
from github.com
...
- Versioning: Always pin Item versions, for stability, to reduce the blast radius of bugs mistakenly introduce as part of new Item releases and facilitate rollbacks.
- Secret management: Use environment variables or secret managers to temporarily make credentials available for deployment tools.
Deployment Guides
A Depending on the item, a first deployment could include the following steps:
...