continuous-deployment.md

July 15, 2021 · View on GitHub

Bookmarks tagged [continuous-deployment]

www.codever.land/bookmarks/t/continuous-deployment

The Death of Continuous Integration

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.


Configuration as Code, Part 1: Getting Started with Kotlin DSL | TeamCity Blog

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...


Continuous Delivery vs Continuous Deployment - Continuous Delivery

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 ...


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...


Crisp's Blog » Continuous Delivery vs 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...


Trunk Based Development

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 - Features flag for Java

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...


GitOps: High-Velocity CI/CD for Kubernetes

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.


Jenkins declarative pipelines with Kubernetes

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

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


Adding CI/CD to your Spring Boot app with Jenkins X and Kubernetes

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.


Continuous Delivery with Amazon EKS and Jenkins X

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


Continuous Integration and Delivery to AWS Kubernetes

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.


CI/CD for Microservices on DigitalOcean Kubernetes

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.


CircleCI

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


Continuous Delivery, Deployment & Integration: 20 Key Differences

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...


Spinnaker home page

http://www.spinnaker.io/

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


Blue Green Deployment

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...


What Is GitOps Really?

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...


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 ...