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...
- 📆 published on: 2019-03-29
- tags: teamcity, continuous-deployment, continuous-integration, kotlin
- source code
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 ...
- 📆 published on: 2010-09-13
- tags: continuous-delivery, continuous-deployment
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...
- tags: continuous-deployment
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...
- 📆 published on: 2013-05-02
- tags: continuous-delivery, continuous-deployment
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 ...
Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of...
- tags: java, continuous-deployment, agile
- source code
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...
- 📆 published on: 2017-07-25
- tags: continuous-deployment, continuous-integration, continuous-delivery, devops
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...
- 📆 published on: 2010-03-01
- tags: devops, continuous-deployment
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...
- 📆 published on: 2018-08-21
- tags: gitops, devops, continuous-deployment, continuous-integration
GitHub - openshift/source-to-image: A tool for building/building artifacts from source and injecting into docker images
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 ...