Intelligent Software Delivery for Argo – multicluster visibility, automation, audit
WEBINAR @ 30 MAR REGISTER NOW
1000+ DOWNLOADS GRAB IT NOW
WEBINAR @ 12 APR REGISTER 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
While deploying Spinnaker in the cloud, often we have a situation in the production environments where-in all the developers, QA, and DevOps team members belong to the same group in LDAP (Lightweight Directory Access Protocol). But ideally, every team member should not have the authorization to create/deploy applications. There is a way by which we can prevent people without proper […]
November 25, 2020
The authentication mechanism in Spinnaker supports a variety of different login sources. There are three basic systems involved with Spinnaker’s authentication workflow: your identity provider (IDP), Gate, and Deck. x509 client certificates can be used as an identity provider. What is x509? x509 is a standard defining the format of public-key certificates. An x509 certificate […]
October 26, 2020
OpsMx has released OpsMx Enterprise Spinnaker (OES) 2.10. Following are the key feature addition of these releases are: Policy Management– to help customers enforce policies into their software deployments with easy and simple steps. Audit Enhancements: It also brings more visibility into policy compliance, which is a major enhancement to the Audit feature. Simplified Account […]
July 29, 2020
Spinnaker users can store the Kubernetes accounts in the halconfig file or externalize in a Git or AWS S3 store or secure the kubeconfig files in Hashicorp Vault. In this blog, we will focus on storing the kubeconfig files in Vault and we will describe the steps to externalize kubeconfig files of Kubernetes accounts under […]
April 19, 2020
Overview From this blog, users will have the leverage to explore how to configure AWS ECS with Spinnaker and guide to create a Spinnaker CD pipeline. Benefits of AWS ECS with Spinnaker AWS ECS Services on AWS Fargate with Spinnaker makes it easy for users who would like more flexibility on how to run their […]
March 30, 2020
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. In this blog, we let you explore best practices implemented on Terraform Integration with Spinnaker. What is Spinnaker? Spinnaker is an open-source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. Created at […]
March 13, 2020
Introduction As the Spinnaker is evolving, new features are being incorporated and one of them is External Account Configuration which allows the configurations to be externalized via Git, Hashicorp Vault, databases, CredHub, etc. You may be asked if we can keep the cloud provider account details in a remote repository? If so, what if an account change […]
January 7, 2020
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 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
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