Four Effective Strategies for Optimizing Application Security with ASPM
Download Ebook Now
NOV 20 2024 REGISTER NOW
1000+ DOWNLOADS GRAB IT NOW
In today’s vulnerable threat landscape, the software supply chain faces unprecedented challenges. The demand for rapid software delivery has often led to weakened security standards in the software supply chain (or software delivery pipeline). This is why integrating DevSecOps best practices within the CI/CD pipeline has become critical, emphasizing the need to embed security at […]
July 31, 2024
In June 2023, the NSA and Cybersecurity and Infrastructure Security Agency (CISA) released a pivotal cybersecurity information bulletin addressing the increasing risks associated with CI/CD pipelines. While this bulletin provides essential guidance on mitigating vulnerabilities within CI/CD environments, bulletins from government agencies can often be viewed as overly complex. To bridge the gap between high-level recommendations and […]
July 11, 2024
Introduction: Our experts at OpsMx are always in a relentless pursuit to bring to you valuable information through trans-media channels that can help you make better decisions when it comes to deciding on tools for delivering the software quickly, frequently, and securely. There are many CD tools in the market, but in this blog, we […]
May 28, 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 […]
In Continuous Delivery, a faster feedback loop ensures quicker identification and resolution of bugs, audits, and approvals of the CI/CD pipeline stages in Spinnaker or other CD tools. Microsoft Teams is a proprietary business communication and collaboration platform. DevOps teams often use MS Teams for workspace collaboration, communication, shared file storage, and application integration. Why do […]
March 11, 2021
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 […]
Spinnaker needs no introduction in the world of continuous delivery. It is widely used across the community for its ease of use and implementation and for its ability to perform multi-cloud deployments. While the Spinnaker CD pipelines are widely accepted & used for their rich feature set & functionality, it lacks in providing cumulative data […]
February 19, 2021