How would you design and implement a scalable and secure CI/CD pipeline using Jenkins and awsfor deploying containerized applications in a Kubernetes environment?
Sigiloso
I would set up Jenkins to build Docker images, store them in AWS ECR, and deploy to Kubernetes using Helm. For security, I'd use IAM roles, encrypted secrets in AWS Secrets Manager, and RBAC in Kubernetes. Monitoring would be handled with Prometheus and CloudWatch.