Questions tagged [spinnaker]

For Netflix's continuous delivery platform. For the Flir GenICam API, use the tag [spinnaker-cam]

Spinnaker is a continuous delivery platform created by Netflix. It is free, open source, and works with several widely-used cloud providers.

It is the successor to Asgard, Netflix's previous cloud deployment tool. It supports deployment pipelines so you can deploy your application using a blue/green strategy or resize your cluster or do staged releases (canary deployments).

References

Related Tags

418 questions
0
votes
1 answer

Setting up Spinnaker on Kubernetes and accessing spinnaker UI

I have deployed the individual spinnaker components to kubernetes and when I am trying to access spinnaker through http://localhost:9000 I get an empty response from the server. I verified the configuration for clouddriver-local.yml,…
Lakshmi Narayanan
  • 151
  • 1
  • 1
  • 8
0
votes
1 answer

Spinnaker Gate is redirecting to the incorrect authentication URL

So I have spinnaker running behind an https load balancer and my external ports use the standard 443 which get port mapped to the spinnaker instance still on port 9000. I've gotten pretty much everything to work except a redirect from gate is still…
user7253203
0
votes
1 answer

Spinnaker:I could not configure spinnaker on aws

i try to install and configure spinnaker on aws with 4 cores and 16 GB RAM. but i could not do it since there is no clear documentation about spinnaker. Could anyone help me with this
0
votes
1 answer

Why application's name convert to lowercase

when create an application, the application's name of input will be toLowerCase (deck handle), but the name will toUpperCase to save the data in redis or cassandra(front50 handle), and the name will toLowerCase when get application. why the…
sikong
  • 1
0
votes
2 answers

Connecting Jhipster to Spinnaker?

I'm new to spinnaker. Since the Jhipster uses microservice and it has its own load balancer(Netflix OSS). How could it be connected to Spinnakers load balancer?
Alireza Hanifi
  • 414
  • 7
  • 22
0
votes
1 answer

Not able to open the deck UI for spinnaker

I installed spinnaker using the command bash <(curl --silent https://spinnaker.bintray.com/scripts/InstallSpinnaker.sh) on a local ubuntu machine. After installation I am not able to connect to the Deck UI of spinnaker using URL:…
0
votes
1 answer

How to layer on tier specific configuration on a spinnaker service

Say you have a service S. This service generates an RPM as part of it's build process. The RPM is then used during the spinnaker Bake step to create an AMI suitable for deployment into AWS. What is the best practice for providing service S with tier…
Ben McNiel
  • 8,661
  • 10
  • 36
  • 38
0
votes
1 answer

Spinnaker: not able to access with localhost:9000 on Azure WM

I have deployed Spinnaker successfully on an Azure VM. I am able to successfully connect via "ssh" and the outputs of curl http://9000 and curl http:8084/health are appropriate. Did the tunnelling as documented. However from my host machine…
0
votes
1 answer

Cannot add new security group rule in spinnaker

I've a spinnaker instance running in AWS EC2 Classic. I'm trying to setup the example bake and deploy pipeline in this page http://www.spinnaker.io/docs/bake-and-deploy-pipeline. When I try to add a new security group rule, the group field is…
0
votes
1 answer

Is it possible to deploy Spinnaker to an instance smaller than m4.xlarge on AWS?

We are currently following the default deployment instructions for Spinnaker which states using m4.xlarge as the instance type. http://www.spinnaker.io/v1.0/docs/creating-a-spinnaker-instance#section-amazon-web-services We did make an unsuccessful…
Sid
  • 3
  • 2
0
votes
1 answer

Spinnaker: configuring app health-check via Eureka

I am using Spinnaker and AWS to deploy services and I'd like to configure the health-check for an app. My app (a SpringBoot one) provides its own healthcheck endpoint and it registers itself with Eureka for service discovery. The service itself has…
florind
  • 361
  • 4
  • 12
0
votes
1 answer

Build information in server group

The Clusters-tab in the Spinnaker web UI shows my Server Groups and their deployment version (V000 ... Vn). Next to the deployment version, some build information is displayed, which in my Spinnaker instance is always (No build info). Is there a way…
mrod
  • 7
  • 3
0
votes
1 answer

Security Groups for AWS: why only other SGs as source?

I am running Spinnaker on AWS to deploy resources in AWS. When adding a new rule to a security group, I can only choose other, existing security groups as source. However, sometimes I would like to allow access to my AWS resources also from other…
mrod
  • 7
  • 3
0
votes
1 answer

Spinnaker on Kubernetes, who discover the kubernetes service named spkr-orca via Environment variables or DNS

I looked into Spinnaker on Kubernetes in https://github.com/spinnaker/spinnaker/blob/master/experimental/kubernetes, and I have a question, the kubernetes service named spkr-orca is created using "kubectl create -f svcs/spkr-orca.yaml", and I know…
feihujiang
  • 577
  • 1
  • 4
  • 5
0
votes
2 answers

Can I deploy Spinnaker on IBM Bluemix

I wonder if I can deploy Spinnaker (http://spinnaker.io) to a Virtual Machine on IBM Bluemix. If yes, how? Is there any instruction available?
1 2 3
27
28