Using the CI/CD Process to Achieve NIST 800-53 Compliance
Download Whitepaper Now
DEC 13 WEBINAR REGISTER NOW
1000+ DOWNLOADS GRAB IT NOW
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
Cisco Systems is the worldwide leader in networking and IT technologies, dedicated to helping people connect, communicate, and collaborate. Cisco’s IT manages one of the industry’s largest and most diverse software development organizations. Challenge: Transform Software Delivery to Speed the Shift to the Cloud
February 12, 2021
Introduction Prometheus is a popular open-source APM (application performance monitoring) tool that collects data from each of the Spinnaker Monitoring Daemons, which actively polls corresponding Spinnaker microservice instances that run in the Kubernetes containers, pods, and the underlying cluster infrastructure. Enterprises SRE team usually wants to monitor Spinnaker using Prometheus to ensure high availability of continuous delivery service. Find […]
December 22, 2020