Retrouvez les slides de la présentation #Kustomize faîte à @Sunnytech_MTP@twitter.com
Attention, beaucoup de 🍰 se cachent dans ces slides!
https://link.davinkevin.fr/kustomize-sunnytech23-slides
Et n'oubliez pas de voter pour dire si vous avez aimé ♥️!
https://openfeedback.io/sunnytech2023/2023-06-29/kustomizons-nos-deploiements-k
Days since I had to read an #helm chart source code to understand how to do XYZ = 0
Best solution ever for this, `helm template` for the minimal part and then #kustomize for… customization
#kubernetes #101
I hope tomorrow’s #cutover of two #UAT environments to the #cloud go so smoothly that we can genuinely call it #RinseAndRepeat. (Hey #Ansible, you’re on deck!)
Maybe we’ll even have enough time to get that #kubernetes #cluster from a #deprecated version to something more recent and reasonable. I would hate for all my #kustomize #shenanigans to go to waste!
Everything will go perfectly swimmingly, until #MurphysLaw decides to show up. #GirdYourLoins folks, it could get weird.
#girdyourloins #murphyslaw #shenanigans #kustomize #deprecated #cluster #kubernetes #ansible #rinseandrepeat #cloud #uat #cutover
@atuin Noted!
I can't promise something soon due to priorities (I'm working on a presentation on #SQL for #DevoxxFR) but I'll try to provide a simple #kustomize base & components for everyone
😎
Toying with #Kustomize this week and I found out how to compose builtins like #helm chart inflation generators before they are rendered in a final kustomization. This is really neat behavior for helm users that allows them to build up variants of helm charts without having to commit copy pasta to git repos. #GitOps
https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.0
#Kustomize turns v5!
Some breaking changes (env variables for cm & secrets), some evolutions (especially if you have to embed #helm charts into kustomizations).
Thank you for the team behind it.
#kustomize #helm #kubernetes #yaml
he descubierto #Kustomize y me mola, pero alguien sabe cómo usarlo con github actions (sí, lo sé, pero donde hay patrón ...)
RT @buchatech@twitter.com
Check out my new blog post on @4sysops@twitter.com about "Using Draft to Containerize an App and Deploy to AKS". 🐋☸️
#Azure #AKS #Containers #K8s #Kubernetes #AKS #Draft #Opensource #JavaScript #Cloud #DevOps #GitHub #CICD #Helm #VSCode #Kustomize #Developers
🐦🔗: https://twitter.com/buchatech/status/1611039360622657556
#azure #aks #containers #k8s #kubernetes #draft #opensource #javascript #cloud #devops #github #cicd #helm #vscode #kustomize #developers
RT @buchatech@twitter.com
Check out my new blog post on @4sysops@twitter.com about "Using Draft to Containerize an App and Deploy to AKS". 🐋☸️
#Azure #AKS #Containers #K8s #Kubernetes #AKS #Draft #Opensource #JavaScript #Cloud #DevOps #GitHub #CICD #Helm #VSCode #Kustomize #Developers
🐦🔗: https://twitter.com/buchatech/status/1611039360622657556
#azure #aks #containers #k8s #kubernetes #draft #opensource #javascript #cloud #devops #github #cicd #helm #vscode #kustomize #developers
Episode n.4 of Adventures in Kubeland landed on Youtube.
Exploring Kustomize: Kubernetes native
configuration management (http://kustomize.io).
Go check it out!!! 👉 https://youtu.be/cTVTD3PlPWY
#kustomize #kubernetes #k8s #devops
Check out my new blog post on @4sysops@twitter.com about "Using Draft to Containerize an App and Deploy to AKS". 🐋☸️
#Azure #AKS #Containers #K8s #Kubernetes #AKS #Draft #Opensource #JavaScript #Cloud #DevOps #GitHub #CICD #Helm #VSCode #Kustomize #Developers
#azure #aks #containers #k8s #kubernetes #draft #opensource #javascript #cloud #devops #github #cicd #helm #vscode #kustomize #developers
You know something is #hinky when the #operator you installed in the #kubernetes cluster to make #rbac easier is in a #racecondition against fairly ordinary #kustomize stacks that manage service accounts in namespaces where business workloads will actually run. Because arbitrarily changing service account tokens is exactly what I want to #debug on my first day back from a long break. 🙃 It’s important work for the cluster, but it doesn’t feel like progress.
#debug #kustomize #racecondition #rbac #kubernetes #operator #hinky
It's Tuesday, and it's time for another Adventures in Kubeland stream.
Today, we will explore #Kustomize.
Get over to http://twitch.tv/LucaLanziani (8:30 PM UTC) and let's try to understand together what Kustomize is about, I'll see you there!!!
#kustomize #kubernetes #cncf #devops
I've just deployed klausi/mastodon-twitter-sync to sync all my posts between 🐘 mastodon and 🐦 twitter!
You can see the code to deploy it in #Kubernetes using #Kustomize 🚀
Project: https://github.com/klausi/mastodon-twitter-sync
Usage: https://gitlab.com/davinkevin.fr/home-server/-/tree/main/mastodon-twitter-sync
The time has come to learn #helm, I think. This #kustomize mess has become to many patches that look alike for my taste in our #kubernetes clusters.
I wrote a guerrilla blog post about a problem with #kustomize base YAMLs or #helm shared values when using different stages/environments in #GitOps repos with in a trunk-based approach 🤔
#ConLife22
https://community.cloudogu.com/t/repo-structures-stages-environments-with-base-shared-resources-in-kustomize-or-helm-in-trunk-based-development/994
#conlife22 #gitops #helm #kustomize
I made a #neovim #plugin for working with #kustomize https://github.com/Allaman/kustomize.nvim
好吧應該是因為用 nameSuffix 的關係,改用 labelSelector 就沒問題了。