DEV Community

Discussion on: How to deploy an API to a Kubernetes Cluster with a Github Actions CI/CD Workflow

Collapse
 
juliantellez profile image
Julian Tellez

nice article! Cluster access is a security concern and it doesn't follow the least privilege principle. You could setup a service account and patch apply your changes instead. My two cents.