Spinnaker Blog
A common situation we hit is creating a pull request on github with some terraform changes that are run through our pipelines. We’d like to verify the terraform changes cleanly “plan” before we apply them. An example is when someone has a typo (how many times I’ve left dangling commas in a JSON object!) and […]
How to easily restart a deployment, doing a kubectl rollout restart, using a simple pipeline with an automatic trigger
One of the common threads I hear is that “Spinnaker is too complicated!” The reality is that Spinnaker is complex, not necessarily complicated. However, understanding all the pieces and parts in order to get Spinnaker working can be nontrivial. Google released a new automation tool to help users get started with Spinnaker on GCP. This […]