Team! I am trying to create a Git repo in Azure DevOps and achieve the functionality similar to Argo CD but without using any tools and also please help me with structuring the directory in repository.
Hi Vishnu, GitOps is a concept, not just a tool. Tools like Argo CD and Flux are popular for GitOps, but you can also do GitOps with Azure DevOps.
Simply push your IaC and Kubernetes YAML files to an Azure DevOps repo, then set up Azure Pipelines to automatically apply changes when you update the code.