Four Effective Strategies for Optimizing Application Security with ASPM
Download Ebook Now
FEB 19 2025 REGISTER NOW
1000+ DOWNLOADS GRAB IT NOW
ON DEMAND WEBINAR WATCH NOW
The absence of native deployment confirmation methods in Argo CD for GitOps has prompted security concerns. This has the potential to impact the security of organizations, including: Deployments Without Control The automatic implementation of infrastructure or application code modifications without an approval mechanism after the merging to Git may result from the failure to obtain […]
January 7, 2025
How to Isolate Application Environments with Minimum Cost? Isolation of workspaces is important to support multi-tenant kubernetes clusters. While namespaces provide a certain degree of separation they constrain users to not deploy cluster scoped resources like namespace, clusterrolebinding, clusterrole and Custom Resources (created from CRDs, Custom Resource Definitions). While creating a new cluster for each […]
November 28, 2024
Challenges with manually deploying and upgrading third-party Helm charts with legacy features Using kubernetes in organisations involves installing third party applications, some times in all clusters, other times in selected clusters. There is dependency of some applications on others. This is currently done by infrastructure teams in a manual fashion. Updates need to be applied […]
November 27, 2024
Problem Statement: Manual Errors in K8s Deployments Using argocd applications for deployment of microservices to multiple environments ( example dev, qa prod environments) located in multiple clusters becomes cumbersome. Manifests of argocd applications must be maintained for each environment. Promotion from an environment to higher ones involves manual effort, making the process error prone. Argocd also […]
November 13, 2024
Introduction Large enterprises in retail, tech, and finance space, whose business depends mainly on advanced IT infrastructure, have been using multicluster Kubernetes for their applications for some time. Implementing multicluster has several motivations, such as workload isolation, reducing blast radius by splitting services over multiple clusters, confident upgrades through canary or blue-green deployment, etc. A […]
November 11, 2022
Argo CD is a widely used delivery tool for Kubernetes. It uses declarative, GitOps-style workflow management. DevOps managers can safely deploy apps into production using progressive delivery such as canary and blue-green. Argo CD is Kubernetes-native and works with almost all source code management tools like Git, ButBucket, etc. But since it is open-source, the SecOps […]
August 22, 2022