You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the EKS deployment documentation with a comprehensive production deployment section using Helm charts. This addition provides:
- Production-ready deployment approach with high availability
- Integration with AWS services (RDS, S3, Route53, ACM)
- Quick start guide with installation steps
- Helm-specific uninstall instructions
- Reference to detailed Helm chart documentation
This complements the existing basic deployment guide by offering an enterprise-grade option for production environments.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/learning/howto/how2-terra-rd-eks.md
+85-1Lines changed: 85 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,9 +154,85 @@ The deployment should look as follows in `k9`:<br>
154
154
Rundeck is available via the service's external URL.<br>
155
155
156
156

157
+
158
+
## Production Deployment with Helm Chart
159
+
160
+
For production environments, using a Helm chart provides a more robust and maintainable deployment approach compared to raw manifest files. The PagerDuty Runbook Automation Helm chart offers:
161
+
162
+
-**High Availability:** Multiple replicas with session affinity and load balancing
163
+
-**Production-Ready Configuration:** Integration with RDS, S3, Route53, and ACM
164
+
-**Security:** Proper secrets management and ACL configuration
165
+
-**Scalability:** Resource limits, auto-scaling capabilities, and cluster configuration
166
+
-**Maintainability:** Version control, easy upgrades, and rollback capabilities
**Note:** The Helm uninstall command removes all Kubernetes resources (deployments, services, ingress, secrets) but does NOT delete the RDS database, S3 bucket, or Route53 records.
0 commit comments