Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A simple Spinnaker pipeline to deploy an application to a Kubernetes cluster.
# spinnaker/demo/pipeline.yaml
application: demo-app
name: simple-pipeline
stages:
- name: bake
type: bake
config:
package: demo-app
cloudProvider: kubernetes
- name: deploy
type: deploy
clusters:
- account: demo-k8s
namespace: default
manifest: demo-app.yamlSpinnaker is an open-source, multi-cloud continuous delivery platform that facilitates the deployment, management, and scaling of applications across cloud environments with automated pipelines.
Origin & Creator
Originally developed by Netflix in 2015 and maintained by the Spinnaker community under the Continuous Delivery Foundation (CDF).
Industrial Note
Spinnaker is widely used in enterprise cloud-native environments to manage complex multi-cloud deployments, including microservices and serverless architectures.