Progressive Delivery and Advanced Deployment Strategies for Argo
Ship Better Software Faster
Intelligent Automation
Secure and Scalable
This blog will recap the current trends in continuous delivery showcased at cdCon and Spinnaker Summit 2021. Secondly, we will give a glimpse of some customers who have knocked off challenges in their SDLC by using Spinnaker. Interesting trends from the cdCon event to note are: There Still a Need for Speed: Many sessions highlighted […]
July 14, 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
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 […]
Overview OpsMx is excited to announce the availability of Spinnaker AMI on AWS Marketplace. The Spinnaker AMI will allow users to launch Open Source Spinnaker 1.24.1 with Minio Storage, and it is absolutely free. Try here. Prerequisites Below are the mandatory configurations to launch OpsMx AMI Launch an m4.2xlarge Setup Spinnaker related security groups Mandatory to […]
January 3, 2021
Many developers, DevOps engineers, and SREs are clearly excited about using Spinnaker to modernize their overall software delivery (CI/CD) process. And the primary reasons for this excitement are Spinnaker is open-source software and the only tool to offer hybrid and multi-cloud deployment in the marketplace. At the same time, many organizations are hesitant to move […]
December 3, 2020
“Faster Releases leads to increasing Failures” – Gartner Study, 2017 According to a 2017 Gartner Study, it was found that as organizations try to increase their speed of delivery of software applications the failures increased significantly. Failure rates increased when those organizations tried to increase the delivery frequency from monthly to weekly/ daily or hourly […]
November 12, 2020
Continuous Delivery (CD) is not a new concept anymore. Enterprises across the globe are practicing continuous delivery in different capacities. Through continuous delivery, organizations can empower their developers to focus on writing and committing code and shipping the values into customers’ hands speedily and sustainably. Let me repeat it; Continuous Delivery(CD) is a way of delivering software speedily, safely, and sustainably.
October 28, 2020
To create an AWS EC2 instance, or maintain the high-availability of the application with auto-scaling-group (ASG) requires a base image (AMI) in AWS. This base image should contain the application that you want to install. In this article, we will be covering the procedure to bake an AWS AMI image in the Spinnaker Continuous Delivery […]
October 9, 2020
CI/CD pipelines form the backbone of the modern software lifecycle. They help the DevOps team in developing and deploying cloud-native applications at velocity. While software delivery speed is good, it is equally critical to ensure the software delivery pipeline is compliant with governance policies and industry standards. Non-adherence will always lead to hefty fines and […]
September 30, 2020
This blog explains how to configure Spinnaker v1.19.1 to trigger pipelines based on commits to a GitHub repository and inject changed GitHub files as artifacts into the Spinnaker pipeline for Continuous Deployment on Kubernetes. Prerequisites Configure GitHub webhooks Configure a GitHub artifact account Configure Spinnaker Pipeline Trigger Verification 1. Prerequisites A GitHub repository either under […]
May 3, 2020