﻿# Kubernetes deployment pipeline

:::div{.info}
**🏷 Capability:** Prompt-based project creation
:::

Build a complete pipeline for deploying containerized apps to Kubernetes using Helm charts or YAML manifests.

## 📝 Prompt

```
Create a deployment process for Kubernetes using a Helm chart
```

## 💡 Tips for customizing

- Specify namespace or cluster context
- Include rollout strategy
- Mention image repository and tag

## 📚 Further reading

- [Octopus documentation](https://octopus.com/docs)
- [Octopus best practices](https://octopus.com/docs/best-practices)
- [Kubernetes](https://octopus.com/docs/deployments/kubernetes)
