Deploy into Kubernetes using Spinnaker CD Pipelines
Pipelines are logical constructs in Continuous Delivery that promote a software release across the multiple CI/CD stages like build, test, deploy in a consistent, repeatable, and safe way. Spinnaker supports creation of pipeline-as-code using JSON.
To start with your deployments using Spinnaker CI/CD pipelines you need to have access to working Kubernetes clusters where you can deploy your application. Before configuring your Spinnaker pipeline create your application by logging into the Spinnaker UI.
The Application Management feature in Spinnaker helps you to configure and manage clusters/ server-groups, load balancers, firewalls, functions that are part of your application.
Next, you will need to configure your load balancers in Spinnaker that will manage the traffic. Finally, you can create a new pipeline, add parameters to it, add different deployment stages and manually trigger the pipeline execution. Know about all these in detail by reading our blog on the same topic here !!!













