Azure kubernetes - 如何安装 spinnaker?

标签 azure kubernetes azure-aks spinnaker spinnaker-halyard

我正在尝试在 azure kubernetes 上安装和配置 spinnaker。我没有找到任何文档清楚地解释了该过程。

是否有关于在 azure kubernetes 上安装和配置 spinnaker 的任何文档?

最佳答案

Azure quickstart templates包含spinnaker Continuous Deployment to Kubernetes模板

allows you to deploy and configure a DevOps pipeline from an Azure Container Registry to a Kubernetes cluster. It deploys an instance of Jenkins on a Linux Ubuntu 14.04 LTS VM and an instance of Spinnaker on the same Kubernetes cluster that your pipeline will target.

The Jenkins instance will include a basic pipeline that checks out a user-provided git repository, builds the Docker container based on the Dockerfile at the root of the repo, and pushes the image to the provisioned Azure Container Registry. The Spinnaker instance will include a basic pipeline that is triggered by any new tag in the registry and deploys the image to the provisioned Kubernetes cluster.

另请检查spinnaker on azure kubernetes service

关于Azure kubernetes - 如何安装 spinnaker?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64612896/

相关文章:

kubernetes - Helm 错误 : Error: the server has asked for the client to provide credentials

kubernetes - 如何使用 terraform 资源为 k8s (AKS) 颁发 LetsEncrypt 证书?

node.js - Azure NPM 问题 : msnodesql Fails to deploy

c# - 移动 Azure 服务 C# .NET 后端补丁未更新

sqlite - 有状态服务结构服务 - 复制磁盘中更改的文件

Kubernetes 入口 Controller 找不到 TLS 证书 key

kubernetes - nginx-ingress 在 https 请求上返回默认后端

Azure Pipeline 从 Azure 存储库 check out 代码并构建工件

Kubernetes 仪表板部署 YAML 文件链接已损坏

kubernetes - 如何将基于 TCP 的负载均衡器设置为云 CDN 的来源?