Four Effective Strategies for Optimizing Application Security with ASPM
Download Ebook Now
SEP 25 2024 REGISTER NOW
1000+ DOWNLOADS GRAB IT NOW
Overview: This blog post will show you how to integrate the AWS Lambda functions with Spinnaker via Clouddriver (Spinnaker microservice responsible for making API calls to AWS). What is an AWS Lambda function? AWS Lambda is a serverless compute service that runs your code in response to events only when needed and scales automatically, without […]
April 26, 2021
OpsMx brings you an extraordinary topic covering new trends this time- Mastering Software delivery for 5G, Cloud, and Edge Computing. The chat happened between Riad Hartani, Ph.D., Co-founder, Xona Partners, and Gopal Dommety, Ph.D., CEO OpsMx. They discuss the unlimited potential of edge computing which is now available to enterprises. Edge computing such as 5G, […]
April 23, 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
Introduction As Spinnaker has a microservice-oriented architecture, the recommended way to deploy Spinnaker is to deploy in a Kubernetes environment (an open-source system for automating deployment, scaling, and management of containerized applications using microservices). In this tutorial, we will show you how easy it is to set up a Spinnaker instance in Kubernetes using Helm […]
January 21, 2021