Étiquette : yaml

ArgoCD

This article is about Argocd and how to deploy applications in a Kubernetes cluster with Kustomize and the GitOps method. Kubernetes A lot of peoples thinks Kubernetes is very hard… But in fact you just have a few concepts to learn.In a Kubernetes cluster, everything is Object. Declare your object (Kind) specification and Kubernetes will…

Par seuf 2020-07-26 1

Kustomize

Since we have migrated all our application deployment to Kubernetes, we needed to automatize the deployment of each application for different environments (integration and production). By default kubectl files are not really customizable. That’s why we choose Kustomize to deploy our apps. And now Kustomize is part of kubectl binary. You can just put your…

Par seuf 2019-10-31 0