Nandhabalan Marimuthu·Jul 17, 2023Argo CD — ApplicationsThe Application CRD is the Kubernetes resource object representing a deployed application instance in an environment. Two key pieces of…
Nandhabalan Marimuthu·Jul 17, 2023Argo CD — FundamentalsArgo CD is an open-source, GitOps continuous delivery tool for Kubernetes applications. It uses Git as a source of truth, and updates…
Nandhabalan Marimuthu·Jun 9, 2023Deploy Angular App in Azure Static Web AppsStatic Web Apps deployment — Azure DevOps:
Nandhabalan Marimuthu·May 19, 2021Kubernetes RolloutKubernetes rollout means updating any deployment. In Kubernetes, this is done with rolling updates. Rolling updates allow Deployments’…