Getting Started with Spinnaker locally using minikube(local Kubernetes)
Before jumping to Installation and setup part, first of all, lets briefly summarize about the "What is Spinnaker" Spinnaker : Spinnaker is an open-source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. I am not going in many details about the functionality here but would like to highlight the main architectural component which I think we should know at least before starting playing with this. This will help you in troubleshooting if got stuck in between. So, Spinnaker is composed on multiple components. You will be able to see all these after we complete the setup. List of different components is as below(currently just copy-pasting from the official site)- Deck is the browser-based UI. Gate is the API gateway. The Spinnaker UI and all api callers communicate with Spinnaker via Gate. Orca is the or...