devops template ships Go 1.23, the docker CLI, terraform 1.9.8,
kubectl, helm, the AWS CLI v2, and ansible. Pick it whenever an
agent needs to lint infrastructure-as-code, render a Helm chart, or
assemble a multi-tool pipeline without pulling binaries on every run.
What you’ll learn
- Picking
template="devops"to skip a longapt install/ binary download sequence - Running
terraform validateon a generated HCL file - Using
kubectlclient-side against a local manifest (no cluster needed)
Prerequisites
Code
- Python
- TypeScript
Expected output
No outbound network is required for these validations — they’re purely
client-side. If you want to actually
terraform apply against AWS or
hit a real cluster, attach a SecurityPolicy with a domain allowlist
and credentials via the envs= kwarg.