Trending

#kustomize

Latest posts tagged with #kustomize on Bluesky

Latest Top
Trending

Posts tagged #kustomize

Original post on chaos.social

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 […]

1 0 0 0
Post image

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

2 0 0 0
Video

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

1 0 0 0
LinkedIn This link will take you to a page that’s not on LinkedIn

New post out 'FluxCD OCI Artifact Verification'

calebwoodbine.nz/fluxcd-oci-a...

#fluxcd #kustomize #helm #kubernetes #cncf #homelab #sigstore

3 0 0 0

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

0 0 0 0
Preview
Getting started with Argo CD using the CLI Argo CD is a declarative, GitOps-based continuous delivery (CD) tool for Kubernetes. It automates the...

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

0 0 0 0
Kubernetes Descriptors Index BundleBee is a light Java Kubernetes package manager.

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

0 0 0 0

#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

1 0 0 0
Kustomize: Wildcard replace all items of a list › /dev/blog/ID10T Because /dev/random is too predictable.

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...

3 0 1 0
Post image

🚀 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

1 0 0 0
Post image

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

3 1 0 0

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

2 1 0 0
Preview
Release kustomize/v5.7.0 · kubernetes-sigs/kustomize Feature #5630: Add static value source for replacement #5921: feat: Add images suport for Image Volumes #5771: fix: Allow patches with empty files with multiple newlines or comments #5865: feat(hel...

🚀 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

5 0 0 0
Original post on mastodon.davinkevin.fr

🚀 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 […]

0 0 0 0
Preview
Deploying Spring Boot Apps to Kubernetes with Helm and Kustomize - Java Code Geeks Learn how to deploy Spring Boot applications to Kubernetes using Helm and Kustomize, with a strong focus on securely managing configuration

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

1 0 0 0
Post image

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

0 0 0 0
Post image

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

0 0 0 0
Post image

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...

2 0 0 0
Preview
Pull Request testing on Kubernetes: working with GitHub Actions and GKE I’m continuing my series on running the test suite for each Pull Request on Kubernetes. In the previous post, I laid the groundwork for our learning journey: I developed a basic JVM-based CRUD app, te...

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...

4 0 0 0
Awakari App

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

0 0 0 0

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

0 0 0 0
Preview
ArgoCD App with OCI Helm Repo and Kustomize Deploy ArgoCD with kustomize and enabled helm. Create OCI Repository with Secret manifest. Full Deployment of external-dns example.

𝐃𝐞𝐩𝐥𝐨𝐲𝐢𝐧𝐠 #ArgoCD 𝐀𝐩𝐩𝐬 𝐰𝐢𝐭𝐡 𝐎𝐂𝐈 𝐇𝐞𝐥𝐦 & 𝐊𝐮𝐬𝐭𝐨𝐦𝐢𝐳𝐞
Boost #GitOps in #k8s:
- 🚀 Customize Helm apps with Kustomize tool
- ⚙️ Enhanced Helm Chart flexibility

👉 Discuss: linktr.ee/qdrddr
#Kubernetes #OCI #Helm #Kustomize

1 1 0 0
Post image

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

0 0 0 0
Post image

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! 😉

1 0 0 0

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

1 0 0 0
Preview
Taming FluxCD HelmReleases: The Kustomize Way approach HelmRelease looks like a good idea… but it has many problems. Let's see how to do better without HelmRelease for a better GitOps

🚀 #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

2 1 0 0
Preview
JSON Pointer Syntax in JSON Patches with Kustomize Using JSON Poiner syntax to add an annotation to a Kubernetes object with Kustomize

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

2 0 0 0
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 `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

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...

3 0 0 0
Post image

#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

0 0 0 0