
- From Dev to Platform
- Couteau suisse
- Collectionneur de certifications
- Kubernetes CKAD
- Kubernetes CKA
- Kubernetes CKS
Speaker
%%{init: { 'theme': 'dark' } }%%
timeline
title Histoire d'ArgoCD
2018
: Lancement d'Argo CD par Applatix
: Acquisition d'Applatix par Intuit
Mars 2020
: Le projet Argo rejoins la CNCF sous le statut Incubating
Décembre 2022
: Promotion en Graduated à la CNCF
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: myapplication
spec:
project: myproject
source:
repoURL: https://.../myapplication.git
targetRevision: master
path: '.'
destination:
server: https://kubernetes.default.svc
namespace: mynamespace
%%{init: { 'theme': 'dark' } }%%
timeline
title Histoire du projet Flux
2017
: Release v0.1.0 par Weave
2020
: Flux v2
Mars 2021
: Promotion en Incubating à la CNCF
2022
: Fin de support de la v1
Novembre 2022
: Promotion en Graduated à la CNCF