Using the CI/CD Process to Achieve NIST 800-53 Compliance
Download Whitepaper Now
DEC 13 WEBINAR REGISTER NOW
1000+ DOWNLOADS GRAB IT NOW
DevOps and DevSecOps are still relatively new concepts in the field of software engineering. While both are modern day evolution of traditional agile/ SDLC practices, knowing which particular philosophy to embrace depends upon your organization’s goals/ objectives. In this blog, I’ll be decoding the differences between DevOps vs. DevSecOps so that you can decide for […]
November 30, 2023
Purpose SAML SSO provides flexibility to login once against an Authentication source and maintain user session across multiple applications of an organization. It eliminiates the need to remember user credential for every individual system and avoids logging into them individually. The scope of this guide is how to setup SAML authentication on Spinnaker using GSuite […]
December 18, 2019
Introduction Spinnaker as a renowned Continuous Delivery tool supports app deployment into all major cloud environments including Azure cloud. In this blog, we will guide you on how to configure a Spinnaker CI/CD pipeline to deploy an app to the Azure Cloud using Spinnaker. Prerequisites We should be having the following items working/configured before configuring […]
December 1, 2019
We need to register and configure an Application (client) in Azure AD. Then use some of the information from the registered app in Spinnaker halyard configuration to enable Azure AD authentication in Spinnaker. Configuration procedure in Azure AD for Spinnaker authentication Navigate to https://portal.azure.com and log in with your Azure credentials. On the left navigation […]
October 13, 2019
Spinnaker is a multi-cloud and multi-environment Continuous Deployment tool. One of the target environments is Kubernetes(k8s) to deploy micro-services. Why deploy helm Chart to Kubernetes? Creating multiple manifest files and performing kubectl apply command for every manifest makes it cumbersome. So, something similar to rpm or apt-get as in Linux is required for K8s environment for installing […]
September 23, 2019
Spinnaker has some quirks when enabled for LDAP authentication, especially the login URL. When deploying Spinnaker using the published Helm chart, the Spinnaker microservice, the gate is available on /gate on deck. But the login URL gets routed to /login and after successful login, it gets routed to /auth/redirect instead of being relative to the […]
September 12, 2019
Enterprises turn to containers to modernize their applications and typically select OpenShift for container applications infrastructure. But to automate applications deployment across test, QA, staging/production OpenShift clusters, to audit the deployments for compliances and to get end-to-end visibility for dev and ops, Enterprise need a modern Continuous Delivery Platform. In this briefing, you will learn […]
May 27, 2019
Download the FREE “Continuous Delivery with Spinnaker” eBook written by Netflix and Google team. If you want to know more about Spinnaker or request a demonstration, please book a meeting with us. OpsMx is a leading provider of Continuous Delivery solutions that help enterprises safely deliver software at scale and without any human intervention. We […]
March 14, 2019
Two of the newest DevOps tools that are gaining in popularity are Terraform and Spinnaker. They are similar in that they both work with multiple cloud providers. Terraform is similar to AWS Cloudformation in that you can use it to provision servers and network resources but not just with AWS but with other cloud providers […]
February 26, 2019