Pull Request Testing on Kubernetes: How to Test Locally and on GitHub Workflows
Imagine an organization with the following practices:
\
Commits code on GitHub
Runs its CI/CD pipelines with GitHub Actions
Runs its production workload on Kubernetes
Uses Google Cloud
\
A new engin...