kcna video for you are responsible for implementing a CI/CD pipeline for a Kubernetes-based application. You need to ensure that each code push to the main
You are responsible for implementing a CI/CD pipeline for a Kubernetes-based application. You need to ensure that each code push to the main branch not only builds and tests the code but also deploys it to a temporary namespace for acceptance testing. After the acceptance test, the temporary namespace should be deleted. What's the best way to achieve this?