Skip to content

Latest commit

 

History

History
126 lines (106 loc) · 10.5 KB

continuous-deployment.md

File metadata and controls

126 lines (106 loc) · 10.5 KB

Bookmarks tagged [continuous-deployment]

https://www.infoq.com/presentations/death-continuous-integration/

Steve Smith compares and contrasts different types of Feature Branching and Trunk Based Development, and explains why Continuous Delivery without Continuous Integration is not working.


https://blog.jetbrains.com/teamcity/2019/03/configuration-as-code-part-1-getting-started-with-kotlin...

In this series of posts, we are going to explain how to use Kotlin to define build configurations for TeamCity. We will start with the basics on how to get started with configuration-as-code in TeamCi...


https://continuousdelivery.com/2010/08/continuous-delivery-vs-continuous-deployment/

We decided to call the book Continuous Delivery for a few reasons. First of all, there's the somewhat pedantic fact that deployment does not imply release. As we say in the book, you can continuously ...


http://timothyfitz.com/2009/02/08/continuous-deployment/

So what should Alex do? Continuously deploy. Every commit should be instantly deployed to production. Let’s walk through her story again, assuming she had such an ideal implementation of Continuous De...


https://blog.crisp.se/2013/02/05/yassalsundman/continuous-delivery-vs-continuous-deployment

A continuous delivery pipeline automatically tests the application, but keeps the deployment decision as a manual step. A continuous deployment pipeline, on the other hand, will automatically deploy t...


https://trunkbaseddevelopment.com/

A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-lived development branches by employing documented ...


https://www.togglz.org/

Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of...


http://dzone.com/articles/gitops-high-velocity-cicd-for-kubernetes

This article explains techniques for DevOps software development teams who strive for high velocity continuous delivery and CI/CD using Kubernetes and Docker.


http://radu-matei.com/blog/kubernetes-jenkins-azure/

Deploy Jenkins using Helm, create Jenkins pipelines and execute builds in Kubernetes pods


https://developer.okta.com/blog/2018/07/11/ci-cd-spring-boot-jenkins-x-kubernetes

This post shows you how to implement continuous integration and deployment (CI/CD) with Jenkins X and Kubernetes on Google Cloud.


https://aws.amazon.com/blogs/opensource/continuous-delivery-eks-jenkins-x/


https://semaphoreci.com/blog/continuous-integration-delivery-aws-eks-kubernetes

Learn how to combine Semaphore with AWS Elastic Container Registry and Kubernetes Service to get Continuous Delivery to a managed cluster in a few minutes.


https://semaphoreci.com/blog/cicd-microservices-digitalocean-kubernetes

Tutorial: How to implement a CI/CD pipeline for a microservice running in Docker with Semaphore and DigitalOcean Kubernetes.


http://www.alexecollins.com/continuous-delivery-with-kubernetes-and-circleci/


https://stackify.com/continuous-delivery-vs-continuous-deployment-vs-continuous-integration/

The DevOps trend has given rise to a number of buzzwords and methodologies aiming to speed delivery and accuracy, giving developers the tools they need to deliver better products, with fewer bugs, and...


http://www.spinnaker.io/

Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.


https://martinfowler.com/bliki/BlueGreenDeployment.html

One of the challenges with automating deployment is the cut-over itself, taking software from the final stage of testing to live production. You usually need to do this quickly in order to minimize do...


https://www.weave.works/blog/what-is-gitops-really

A year ago we published an introduction to GitOps - Operations by Pull Request. This post described how Weaveworks ran a complete Kube...


https://github.com/openshift/source-to-image

Source-to-Image (S2I) is a toolkit and workflow for building reproducible Docker images from source code. S2I produces ready-to-run images by injecting source code into a Docker container and letting ...