Our DevOps team establishes processes as follows:
As methodology, CI/CD methodology is selected. The development starts from Git repository and various events, such as PR merges and tagging, become as trigger to activate Azure Pipelines (or GitHub Actions), which updates resources on Kubernetes through Argo CD.
The main tasks of our team are to install and configure each point in this sequence of events, connect and run them, and perform operations and maintenance, including emergency response.