I've been working on the infrastructure for Launchpad023. Everything declaratively configured because servers should be cattle not pets.
I've put it up on Codeberg if anyone wants to take a look.
https://codeberg.org/launchpad023/launchpad023-infra
@launchpad023
#kluctl #kustomize #metallb […]
Want to run GitOps at scale? Start with these best practices. 🧠
Get lessons about running GitOps in production across many orgs and environments. 🛠️
Grab the full whitepaper: buff.ly/i8zbQwy
#GitOps #ArgoCD #Kubernetes #DevOps #OpenSource #Kustomize #Helm #CICD
Helm or Kustomize? The real question is: how do you get secrets into either one safely?
@andyserver.com explains how SOPS integrates with both in this 🌩️ Thunder episode: youtu.be/9jgKuHzaYpU
#SOPS #GitOps #Helm #Kustomize #Kubernetes
New post out 'FluxCD OCI Artifact Verification'
calebwoodbine.nz/fluxcd-oci-a...
#fluxcd #kustomize #helm #kubernetes #cncf #homelab #sigstore
Recently moved to exclusively using OCI for deploying through FluxCD.
Vendoring Helm charts to an OCI repo.
Utilising Sigstore, every OCI image is signed in CI and verified by FluxCD via the verify config in OCIRepository resources.
#fluxcd #kustomize #helm #kubernetes #cncf #homelab #sigstore
Getting started with Argo CD using the CLI Argo CD is a declarative, GitOps-based continuous delivery (CD) tool for Kubernetes . It automates the deployment and lifecycle management of applications...
#kubernetes #argocd #gitops #kustomize
Origin | Interest | Match
And here it is, the #jsonschema visually browsable in a web UI for #kubernetes!
> www.yupiik.io/bundlebee/ge...
Really nicer than the plain #json ones in #k8s repository or REST API schemas!
#yupiik #easines #cloud #helm #bundlebee #kustomize #descriptors
#kubeflow installation options could be improved... Not everybody likes to "kustomize build | kubectl", getting kubeflow + #istio + #cert-manager + #dex + #oauth-proxy. Especially if you already run all of them 🙄
Picking just the parts you need takes forever :(
#k8s #kustomize #kubernetes
Ce matin, je cherchais comment modifier une liste d'éléments avec #Kustomize, et la seule option que j'ai trouvée c'était ça : adminswerk.de/kustomize-wi...
🚀 New on the #DevOpsCon Blog:
Streamlining #Kubernetes Deployments with #Kustomize by Cédric Djahan
💡 Learn how Kustomize simplifies complex configs and boosts efficiency in CI/CD pipelines.
👉 https://f.mtr.cool/vuapditima
Want to run #GitOps at scale? Start with these best practices. 🧠
Get lessons about running GitOps in production — across many orgs and environments. 🛠️
Read the guide → buff.ly/4W1sPmI
#ArgoCD #Kubernetes #DevOps #OpenSource #Kustomize #Helm #CICD
kat is a new CLI tool that simplifies working with #Kubernetes manifests. It invokes manifest generators, such as #Helm and #Kustomize, and displays resources as a list. It supports search, filtering, and validation
▶️ GitHub repo: github.com/macropower/kat
// Source: #Kubernative Telegram channel
🚀 New (minor) release for #Kustomize v5.7.0
Main evolution, we can use replacement with a static value!
A good way to replace domain in `ingress` instead of the ugly ${HOSTNAME} managed by another tool
Full changelog: github.com/kubernetes-s...
#Kubernetes @learnkube.com #Kustomize #release #K8s
🚀 New (minor) release for #Kustomize, v5.7.0:
Main evolution, we can use replacement with a static value!
Another good way to replace domain in `ingress` instead of the ugly ${HOSTNAME} managed by another tool.
Full changelog […]
Deploying Spring Boot Apps to Kubernetes with Helm and Kustomize As organizations move towards cloud-native architectures, deploying Spring Boot applications on Kubernetes has become increasingly c...
#Enterprise #Java #Helm #Kubernetes #Kustomize #Spring #Boot
Origin | Interest | Match
Render once. Deploy everywhere. 🛠️
The Rendered Manifests Pattern boosts visibility, simplifies audits, and makes GitOps safer at scale. 🙌
Explore the pattern → buff.ly/3zaPiVb
#GitOps #Kustomize #ArgoCD #Helm
GitOps tip: If you're rendering Helm or Kustomize at deploy time, you're flying blind. 🙈
The Rendered Manifests Pattern = YAML as source of truth, rendered in CI, stored in Git. 🔄
➡️ buff.ly/DdkmwvN
#GitOps #Kustomize #ArgoCD #Helm
Tired of stitching together CI scripts just to promote across regions? 😩
On April 30, join @christianh814.bsky.social at #MasteringGitOps to learn how #Kargo simplifies distributed deployment pipelines—without abandoning #ArgoCD, #Helm, or #Kustomize.
RSVP now 🎯 www.linkedin.com/events/maste...
I continue my series on running the #test suite for each PR on #Kubernetes. This week, I will raise the ante:
* Create and configure a #GKE instance
* Create a K8s manifest for the app, with #Kustomize
* Build the Docker image and store it
* Finally, run the test
blog.frankel.ch/pr-testing-k...
Kustomize patching multiple path with same value I am trying to see if there are other ways to ru...
stackoverflow.com/questions/79411729/kusto...
#kubernetes #kustomize
Event Attributes
Swapping #Flux2 for #ArgoCD, #Kustomize for #Helm. I see what I'm gaining but it's rough starting more or less from knowing nothing. #kubernetes
𝐃𝐞𝐩𝐥𝐨𝐲𝐢𝐧𝐠 #ArgoCD 𝐀𝐩𝐩𝐬 𝐰𝐢𝐭𝐡 𝐎𝐂𝐈 𝐇𝐞𝐥𝐦 & 𝐊𝐮𝐬𝐭𝐨𝐦𝐢𝐳𝐞
Boost #GitOps in #k8s:
- 🚀 Customize Helm apps with Kustomize tool
- ⚙️ Enhanced Helm Chart flexibility
👉 Discuss: linktr.ee/qdrddr
#Kubernetes #OCI #Helm #Kustomize
Integrating #Terraform + #ArgoCD? Blake Pettersson shares a new method that keeps Git as the source of truth while simplifying workflows. 👨💻
From #Helm to #Kustomize, this #GitOps Bridge evolution is production-tested. 🔄
Read more: https://buff.ly/4fSVEow
Introducing #GitOps Bridge 2.0! 🌟
Streamline #Terraform + #ArgoCD with automated commits, PRs, and seamless #Helm & #Kustomize integration. 🔄
🔗 https://bit.ly/4g1Pu69
This approach makes managing complex environments easier than ever! 😉
What are people using for centralizing their #k8s app manifests generation? Each of our microservices currently have their own set of configs (in a centralized repo). Use #kustomize with a common "parent" and just patch? Parent #helm chart with subcharts per service? custom operator? So many choices
🚀 #fluxcd & `HelmRelease`: A powerful combo, but can be even better!
A guide explores #kustomize for a more streamlined, auditable GitOps workflow. 🕵️
link.davinkevin.fr/flux-and-hel...
#FluxCD #Kustomize #Helm #DevOps @kubernetes.bsky.social
Applying JSON patches with #Kustomize doesn't always yield what you expect. TIL correct use of JSON Pointer syntax in a patch helps a long way!
#Kubernetes
1er slide de la présentation `Let's kustomize our manifests with style 🤩!` qui présente un gros gâteau très coloré
1er slide de la présentation `SELECT 'amazing_features' FROM "posgresql"` qui présente une image du film dumbo. Il s'agit de l'ombre de Dumbo projeté sur un mur en bois bleu
J'ai adoré participer au @capitoledulibre.org ce week end, à domicile 🏠 pour moi!
🚀 Retrouvez les slides des prez #Kustomize et #PostgreSQL via les liens suivants
link.davinkevin.fr/kustomize-cd...
link.davinkevin.fr/amazing-pg-c...
+ projet de démo #Postgresql 🐘
link.davinkevin.fr/amazing-pg-c...
#Kubernetes Masterclass | We help you dive into #Kustomize - understand its structures, constructs, resources management, and patches, among others. With Kubectrl now supporting Kustomize, this is guaranteed to take your #K8s expertise to the next level. | http://mtr.cool/rtaxcteqtp