Sep 18, 2016 by Isaac Mosquera
We’re happy to announce the release of Spinnaker v0.61. The benefits:
clouddriver: 1.313.0
deck: 2.788.0
echo: 1.109.0
front50: 1.40.0
gate: 2.73.0
igor: 1.51.0
orca: 1.207.0
rosco: 0.59.0
Installation & Setup for Armory Spinnaker v0.61
Ubuntu Trusty Tahr is the first supported platform, with more coming.
First, add the Netflix & Armory Spinnaker Debian repositories to your sources:
echo "deb https://dl.bintray.com/spinnaker/debians trusty spinnaker" \
| sudo tee -a /etc/apt/sources.list
Then add Armory’s official repository:
echo "deb https://dl.bintray.com/armory/spinnaker-debians \
trusty spinnaker" | sudo tee -a /etc/apt/sources.list
Download the public PGP key:
curl -s -f https://bintray.com/user/downloadSubjectPublicKey?username=spinnaker\
| sudo apt-key add -
Add preferences file for apt to retrieve the correct packages:
curl -s -f https://raw.githubusercontent.com/imosquera/spinnaker/master/etc/apt/preferences.d/0.61.0/spinnaker \
| sudo tee /etc/apt/preferences.d/spinnaker
Add the Open JDK PPA:
sudo add-apt-repository -y ppa:openjdk-r/ppa
Update apt to download the new metadata information about the Spinnaker packaging:
sudo apt-get update
Install Spinnaker and it’s dependencies:
apt-get install --allow-unauthenticated spinnaker
Start Spinnaker!
sudo service spinnaker start
Go to http://${PUBLIC_IP}:9000
on the host machine and you should see the Spinnaker screen greeting you. If you need to find your public IP of the box exec the following:
curl https://ifconfig.co/
You should now see the Spinnaker greeting page
From here you’ll need to configure Spinnaker. There are a few steps you’ll need to complete:
Software deployment processes differ across organizations, teams, and applications. The most basic, and perhaps the riskiest, is the “big bang deployment.” This strategy updates all nodes within the target environment simultaneously with the new software version. This deployment strategy causes many issues, including potential downtime or other issues while the update is in progress. It […]
Read more →
Multi-target deployments can feel tedious as you deploy the same code over and over to multiple clouds and environments — and none of them in the same way. With an automatic multi-target deployment tool, on the other hand, you do the work once and deliver your code everywhere it needs to be. Armory provides an […]
Read more →
KubeCon+CloudNativeCon EU is one of the world’s largest tech conferences. Here, users, developers, and companies who have and intend to adopt the Cloud Native standard of running applications with Kubernetes in their organizations come together for 5 days. From May 16-20, 2022, tech enthusiasts will congregate both virtually and in person in Valencia, Spain to […]
Read more →