Devops for Growth
112.5K views | +1 today
Follow
Devops for Growth
For Product Owners/Product Managers and Scrum Teams: Growth Hacking, Devops, Agile, Lean for IT, Lean Startup, customer centric, software quality...
Curated by Mickael Ruau
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'deploiement continu'. Clear
Scooped by Mickael Ruau
October 29, 2020 9:44 AM
Scoop.it!

An intermediate guide to GitOps, Kubernetes, and

An intermediate guide to GitOps, Kubernetes, and | Devops for Growth | Scoop.it
For teams interested in Kubernetes and GitOps, GitLab offers a platform with SCM, built-in CI/CD, and tight integrations with Terraform and Kubernetes.
No comment yet.
Scooped by Mickael Ruau
October 28, 2020 10:08 AM
Scoop.it!

Trois ingrédients pour des versions de logiciel d'excellence

Les versions de logiciel d'excellence commencent par une architecture modulaire et s'appuient sur d'excellentes relations. Découvrez ici comment garantir d'excellentes livraisons logicielles agiles.
No comment yet.
Scooped by Mickael Ruau
October 20, 2020 10:09 AM
Scoop.it!

Parcours vers une livraison tranquille



Q3 : Comment faire pour associer une branche, un commit, une pull request, un build ou un déploiement à un ticket ?

R3 :

1. Branche : ajoutez la clé de ticket au nom de la branche
2. Commit : ajoutez la clé de ticket au message de commit
3. Pull request : ajoutez la clé de ticket au nom de la branche source, ajoutez le message de commit ou le titre de la pull request
4. Build : ajoutez la clé de ticket dans un message de commit
5. Déploiement : ajoutez la clé de ticket dans un message de commit inclus
No comment yet.
Scooped by Mickael Ruau
October 13, 2020 9:19 AM
Scoop.it!

The CI/CD Process - Delivering Continuously

The CI/CD Process - Delivering Continuously | Devops for Growth | Scoop.it
Video created by University of Virginia for the course "Continuous Delivery & DevOps ". You now have an understanding of the key components of a continuous delivery capability. The key to success is focusing on the right things at the right tim
No comment yet.
Scooped by Mickael Ruau
October 12, 2020 9:18 AM
Scoop.it!

Mettez en place l'intégration et la livraison continues avec la démarche DevOps

Mettez en place l'intégration et la livraison continues avec la démarche DevOps | Devops for Growth | Scoop.it
Mettez en place un pipeline d'intégration et de livraison continues (CI/CD) avec GitLab CI. Compilez, testez et déployez votre code grâce à l'Infrastructure-as-Code, puis supervisez-le en production.
No comment yet.
Scooped by Mickael Ruau
October 6, 2020 4:36 AM
Scoop.it!

Digital Transformation Game Plan – Download Now (By O’Reilly)

Digital Transformation Game Plan – Download Now (By O’Reilly) | Devops for Growth | Scoop.it
Automation is at the heart of Agile engineering practices, and it is a key part of Continuous Delivery (CD) and DevOps culture. Together these techniques reinforce each other, delivering massive productivity and business value.

This chapter, excerpted from the O’Reilly book “The Digital Transformation Game Plan,” examines how key CD and DevOps approaches can help you:

Realign the business and operating architecture to focus on customer value
Build a more responsive and agile organization to deal with speed and ambiguity
Build next generation technology capability as a core differentiator
No comment yet.
Scooped by Mickael Ruau
June 25, 2020 4:46 AM
Scoop.it!

Continuous Delivery With Jenkins Pipeline - DZone - Refcardz

Continuous Delivery With Jenkins Pipeline - DZone - Refcardz | Devops for Growth | Scoop.it
Provides an introduction to Jenkins Pipeline, a tool that extends the popular CD application to manage even the most complex software pipelines and help you continuously deliver more efficiently.
No comment yet.
Scooped by Mickael Ruau
June 13, 2020 4:25 AM
Scoop.it!

How a Business Executive Led the Implementation of Agile, Lean & CI/CD

Presentation from Enterprise DevoOps Summit in San Francisco - October 2014 Set in the context of an Enterprise Data Warehouse, this session will tell the stor…
No comment yet.
Scooped by Mickael Ruau
June 11, 2020 4:31 AM
Scoop.it!

Continuous Delivery - DZone - Refcardz

Continuous Delivery - DZone - Refcardz | Devops for Growth | Scoop.it
Minimize the time it takes to go from idea to usable software. Learn to use agile techniques and automate the entire software delivery system: build, deploy, test, release.


By downloading this Refcard, you agree to allow Puppet to contact you from time to time by email to provide you with information about webinars and other content, products or services that may be of interest to you. You may withdraw your consent at any time by using Puppet's opt-out page.
No comment yet.
Scooped by Mickael Ruau
June 11, 2020 4:28 AM
Scoop.it!

Design Patterns for Continuous Delivery - DZone - Refcardz

Design Patterns for Continuous Delivery - DZone - Refcardz | Devops for Growth | Scoop.it
This Refcard presents a guide on how to rethink software delivery methodologies for modern software development. It demonstrates how to reinject the business function of QA and take advantage of continuous releasing in order to lower the risk of releases, shorten development cycles, and help software support business.
No comment yet.
Scooped by Mickael Ruau
May 4, 2020 9:45 AM
Scoop.it!

FluxCD, ArgoCD or Jenkins X: Which Is the Right GitOps Tool for You?

GitOps—the idea to fully manage applications and infrastructure using a Git-based workflow—is gaining a lot of traction recently. Nothing shows it better than a new generation of deployment tools, which treat GitOps as the main organising principle for Continuous Delivery. 

No comment yet.
Scooped by Mickael Ruau
October 1, 2019 9:28 AM
Scoop.it!

How to Use Ansible to Install and Set Up Docker on Ubuntu 18.04

With the popularization of containerized applications and microservices, server automation now plays an essential role in systems administration. It is also a way to establish standard procedures for new servers and reduce human error.

This guide explains how to use Ansible to automate the steps contained in our guide on How To Install and Use Docker on Ubuntu 18.04. Docker is an application that simplifies the process of managing containers, resource-isolated processes that behave in a similar way to virtual machines, but are more portable, more resource-friendly, and depend more heavily on the host operating system.

While you can complete this setup manually, using a configuration management tool like Ansible to automate the process will save you time and establish standard procedures that can be repeated through tens to hundreds of nodes. Ansible offers a simple architecture that doesn’t require special software to be installed on nodes, and it provides a robust set of features and built-in modules which facilitate writing automation scripts.

No comment yet.
Scooped by Mickael Ruau
September 27, 2019 9:25 AM
Scoop.it!

Installing Docker using Ansible playbook in CentOS7

Installing Docker using Ansible playbook in CentOS7 | Devops for Growth | Scoop.it
In this article, we are going to install Docker Community edition in CentOS7 using Ansible playbook. Here I have used 2 VMs as below, 1) VM (ansible-controller) as Ansible controller machine 2) VM (cent7-node-1) as managed node where we have to install Docker Ansible controller machine has Ansible with 2.5.5
No comment yet.
Scooped by Mickael Ruau
October 28, 2020 12:19 PM
Scoop.it!

How to put GitOps to work for your software delivery

How to put GitOps to work for your software delivery | Devops for Growth | Scoop.it
Here's how one company used GitOps as infrastructure-as-code to modernize a three-tier legacy app. There are many benefits to using this approach.
No comment yet.
Scooped by Mickael Ruau
October 24, 2020 9:50 AM
Scoop.it!

Ressources de DevOps – Amazon Web Services (AWS)

Ressources de DevOps – Amazon Web Services (AWS) | Devops for Growth | Scoop.it
Guides, didacticiels et livres blancs

Guides et tutoriels

Guide de démarrage AWS pour DevOps
Ce guide contient des informations sur les services AWS pour le DevOps, ainsi qu'une procédure vous permettant d'expérimenter avec ces services.

Tutoriel de 10 minutes : déployer du code sur une machine virtuelle

Tutoriel de 10 minutes : configurer un pipeline de développement continu
Mickael Ruau's insight:

Présentations sur l'intégration et la livraison continues

Démarrez avec la livraison continue sur AWS

YouTube | Slideshare

DevOps at Amazon: A Look at Our Tools and Processes

YouTube | Slideshare

Turbocharge Your Continuous Deployment Pipeline with Containers

YouTube | Slideshare

Continuous Delivery to AWS Lambda

YouTube | Slideshare

AWS CodeDeploy: Automating Your Software Deployments

YouTube | Slideshare

No comment yet.
Scooped by Mickael Ruau
October 15, 2020 9:19 AM
Scoop.it!

Towards CI, CD - Delivering Continuously

Towards CI, CD - Delivering Continuously | Devops for Growth | Scoop.it
Video created by University of Virginia for the course "Continuous Delivery & DevOps ". You now have an understanding of the key components of a continuous delivery capability. The key to success is focusing on the right things at the right tim
No comment yet.
Scooped by Mickael Ruau
October 12, 2020 9:20 AM
Scoop.it!

Continuous Integration and Continuous Deployment

Continuous Integration and Continuous Deployment | Devops for Growth | Scoop.it
Learn how to implement the DevOps practices of Continuous Integration and Continuous Deployment with Visual Studio Team Services (VSTS) an
No comment yet.
Scooped by Mickael Ruau
October 12, 2020 9:18 AM
Scoop.it!

Implementing a Full CI/CD Pipeline

Implementing a Full CI/CD Pipeline | Devops for Growth | Scoop.it
Let's learn about the CI/CD Pipeline.
No comment yet.
Scooped by Mickael Ruau
September 2, 2020 10:43 AM
Scoop.it!

Même le plus petit projet mérite d’avoir son pipeline CI/CD (Partie 1)

Même le plus petit projet mérite d’avoir son pipeline CI/CD (Partie 1) | Devops for Growth | Scoop.it
Présentation de la mise en place une simple chaîne CI/CD pour un petit projet personnel afin d’apprendre sur les pratiques DevOps.
No comment yet.
Scooped by Mickael Ruau
June 19, 2020 4:45 AM
Scoop.it!

Deployment Automation Patterns - DZone - Refcardz

Deployment Automation Patterns - DZone - Refcardz | Devops for Growth | Scoop.it
Covers seven useful deployment automation patterns, antipatterns and code snippets.
No comment yet.
Scooped by Mickael Ruau
June 11, 2020 4:34 AM
Scoop.it!

Preparing for Continuous Delivery - DZone - Refcardz

Preparing for Continuous Delivery - DZone - Refcardz | Devops for Growth | Scoop.it
Continuous delivery is the practice of releasing in frequent, short delivery cycles, enabling constant improvement of your application. In this Refcard you will learn the fundamentals of continuous delivery, including how to set up your delivery pipeline, putting you one step closer to decreased cycle times and faster delivery.
No comment yet.
Scooped by Mickael Ruau
June 11, 2020 4:31 AM
Scoop.it!

Shifting Left With Continuous Delivery - DZone - Refcardz

Shifting Left With Continuous Delivery - DZone - Refcardz | Devops for Growth | Scoop.it
Shifting left will help you raise the quality of your software projects and improve time-to-market drastically. In this Refcard, you’ll learn how shifting left with CD makes software development faster and more reliable, why whole teams need to cooperate in effective left shifts, and how containers are important in shifting left with continuous delivery.
No comment yet.
Scooped by Mickael Ruau
June 11, 2020 4:27 AM
Scoop.it!

Progressive Delivery Patterns and Anti-Patterns - DZone - Refcardz

Progressive Delivery Patterns and Anti-Patterns - DZone - Refcardz | Devops for Growth | Scoop.it
Progressive delivery emerged as a natural response to concerns raised by the idea of “continuous” anything. If teams were going to move faster and release more often, then the surface area for things going wrong would likely be bigger. How could that be managed? And better still, how could risk be reduced while simultaneously increasing the value of moving fast? All of these questions are answered through progressive delivery.
No comment yet.
Scooped by Mickael Ruau
November 7, 2019 11:17 AM
Scoop.it!

Steps to Creating an Effective DevOps Focused Deployment Pipeline

Steps to Creating an Effective DevOps Focused Deployment Pipeline | Devops for Growth | Scoop.it
Continuous Delivery is a set of practices and principles aimed at building, testing and releasing software faster and more frequently
No comment yet.
Scooped by Mickael Ruau
September 30, 2019 9:26 AM
Scoop.it!

Dockerizing all the things: Running Ansible inside Docker container

Dockerizing all the things: Running Ansible inside Docker container | Devops for Growth | Scoop.it
Automating things in software development is more than useful and using Ansible is one way to automate software provisioning, configuration management, and application deployment. Normally you would install Ansible to your control node just like any other application but an alternate strategy is to deploy Ansible inside a standalone Docker image. But why would you … Continue reading "Dockerizing all the things: Running Ansible inside Docker container"
No comment yet.