NVIDIA
CI/CD 1 question
- #1Automated Rollback on Deployment Failure with Values File Restoration
A repository at
/home/interview/deploy-repocontains avalues.yamlfile tracking the current Docker image tag and adeploy.shscript that simulates production deployment. When deployments fail, the team must manually revertvalues.yamlto the previous working tag. An automated rollback mechanism is needed to detect failures and restore the last known-good tag with a commit by CI Bot. A starter workflow file has been created at.github/workflows/deploy.ymlwith the basic structure.
Linux 1 question
- #2Trace Process Service Ownership
A process is consuming excessive resources, but its origin is unclear.