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
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
In this blog, I’m addressing the top 5 benefits of CI/CD in the context of security and compliance. This is a must-read for everyone involved in a DevOps process, but especially AppSec and DevSecOps professionals. But before getting into the benefits of a CI/CD process that any business is set to gain, I would first […]
November 17, 2023
Introduction: For all the people out there who want to understand DevOps and CI/CD methodology better and start implementing it in their organization, I have curated a list of top 5 must read DevOps books. So let us dive into the world of books. The Phoenix Project: Authors: Gene Kim, George Spafford and Kevin […]
July 7, 2021
June 14, 2021
OpsMx Enterprise for Spinnaker (OES) 3.7 release has gained very good momentum with our prospects and customers.
June 4, 2021
In this blog, we will examine some of the popular enterprise deployment tools, introduce two of Netflix’s open-source deployment tools, the Nebula Gradle plugins, and Spinnaker, and we will show you how to deploy a production-ready Spring Boot application. We will use a fully automated CI/CD pipeline workflow using the following tools: The build, and bake process will […]
March 24, 2021
Purpose Spinnaker as a renowned Continuous Delivery tool supports app deployment into all major cloud environments including Azure cloud. Here, we guide you through the configuration and pipeline setup of a Windows application into Azure cloud using Spinnaker. Scope The integration steps here have been tested on Spinnaker 1.24.2. In most cases, the procedure should […]
March 12, 2021
What is a Debian Package ? A Package is compressed file that generally contain all of the files necessary to implement a set of related commands or features for a tool or operating system. Here in this blog, you will learn how and why you should use Debian packages in your Spinnaker CI/CD pipelines. Why […]
Kubernetes is the leading container orchestration system, and it has a vast ecosystem of open source and commercial components built around it. Today, in the wake of the pandemic, even more enterprises are considering Kubernetes a central part of their IT transformation journey. Kubernetes is a great container management tool because it offers: Automated bin […]
WARNING: Redis can be used as Spinnaker’s persistent storage source, but it is unsupported and not recommended for production use-cases because it mixes fungible, short-lived cache entries with the Pipeline and Application data that deploy all of your infrastructures. This means you will have to be extra careful when clearing your Spinnaker Redis cache. Spinnaker stores its pipeline […]
February 27, 2021
Background The self-signed certs (certificates) for mutual TLS, used as a means of security and authentication for communication between Spinnaker microservices, are usually short-lived (maybe for three months) and expire after the specified period of time. If the mTLS certs are approaching expiry, these certs need to be updated to extend their expiry time. The cert-manager is […]