pouet.chapril.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Chapril https://www.chapril.org est un projet de l'April https://www.april.org

Administré par :

Statistiques du serveur :

1,1K
comptes actifs

#kubernetes

35 messages28 participants5 messages aujourd’hui
DevOps Weekly<p>DevOps recap for week 15/2025</p><p><a href="https://discu.eu/weekly/devops/2025/15/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">discu.eu/weekly/devops/2025/15/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://mastodon.social/tags/docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>docker</span></a> <a href="https://mastodon.social/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a></p><p>Get RSS feeds and support this bot with the premium plan: <a href="https://discu.eu/premium" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">discu.eu/premium</span><span class="invisible"></span></a></p>
Johannes Kastl<p>Dear <a href="https://digitalcourage.social/tags/Ansible" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ansible</span></a> <a href="https://digitalcourage.social/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> users,</p><p>I can tell Ansible to wait until a Kubernetes pod is running and ready using something like this:</p><p> - kubernetes.core.k8s_info:<br> api_version: v1<br> kind: Pod<br> namespace: gitlab<br> label_selectors:<br> - app=webservice<br> wait_condition:<br> status: "True"<br> type: Ready<br> wait: true<br> wait_sleep: 10<br> wait_timeout: 1800</p><p>However, I do not succeed in telling Ansible to wait until a pod was completed successfully. The following code works but detects a pod that is not yet running (PodInitializing) as well and proceeds.</p><p> - kubernetes.core.k8s_info:<br>[...]<br> wait_condition:<br> # no "reason" given here<br> status: "False"<br> type: Ready<br>[...]</p><p>As soon as I add a "reason" this task runs into a timeout and does no longer work. No matter what I use as the "reason". "Completed", "Succeeded", "Terminated", ...</p><p>The module documentation is rather vague on this...</p><p><a href="https://docs.ansible.com/ansible/latest/collections/kubernetes/core/k8s_info_module.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">docs.ansible.com/ansible/lates</span><span class="invisible">t/collections/kubernetes/core/k8s_info_module.html</span></a></p>
Michael McCune<p>the autoscaling team i'm on at red hat is hiring a new quality engineer. we are starting our search in the Brno area, but if you are passionate about kubernetes and software quality, please check it out.</p><p><a href="https://redhat.wd5.myworkdayjobs.com/Jobs/job/Brno---Tech-Park-Brno---B/Software-Quality-Engineer---OpenShift-Team--Brno-Office-_R-047353-1" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">redhat.wd5.myworkdayjobs.com/J</span><span class="invisible">obs/job/Brno---Tech-Park-Brno---B/Software-Quality-Engineer---OpenShift-Team--Brno-Office-_R-047353-1</span></a></p><p><a href="https://fosstodon.org/tags/fedijobs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fedijobs</span></a> <a href="https://fosstodon.org/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a> <a href="https://fosstodon.org/tags/autoscaling" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>autoscaling</span></a></p>
h3potetoはてなブログに投稿しました<br>Cloudflare Zero TrustでおうちKubernetes上のサービスに外部からアクセスする - PartyIX <a href="https://h3poteto.hatenablog.com/entry/2025/04/14/192708" rel="nofollow noopener noreferrer" target="_blank">https://h3poteto.hatenablog.com/entry/2025/04/14/192708</a><br><a class="hashtag" href="https://pleroma.io/tag/はてなブログ" rel="nofollow noopener noreferrer" target="_blank">#はてなブログ</a> <a class="hashtag" href="https://pleroma.io/tag/kubernetes" rel="nofollow noopener noreferrer" target="_blank">#Kubernetes</a> <a class="hashtag" href="https://pleroma.io/tag/immich" rel="nofollow noopener noreferrer" target="_blank">#immich</a> <a class="hashtag" href="https://pleroma.io/tag/zerotrust" rel="nofollow noopener noreferrer" target="_blank">#ZeroTrust</a>
DevOps Weekly<p>How We Automatically Evict Idle GPU Pods in Kubernetes (and a Call for Alternatives)</p><p><a href="https://medium.com/@nimbus-nimo/reclaiming-idle-gpus-in-kubernetes-a-practical-approach-and-a-call-for-ideas-08cbad89f988" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">medium.com/@nimbus-nimo/reclai</span><span class="invisible">ming-idle-gpus-in-kubernetes-a-practical-approach-and-a-call-for-ideas-08cbad89f988</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://medium.com/%40nimbus-nimo/reclaiming-idle-gpus-in-kubernetes-a-practical-approach-and-a-call-for-ideas-08cbad89f988" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://medium.com/</span><span class="invisible">%40nimbus-nimo/reclaiming-idle-gpus-in-kubernetes-a-practical-approach-and-a-call-for-ideas-08cbad89f988</span></a></p><p><a href="https://mastodon.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://mastodon.social/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a></p>
Harald Klinke<p>openDesk läuft ausschließlich auf Kubernetes und nutzt über 35 Helm-Charts für den produktiven Betrieb. Voraussetzungen: K8s &gt;=1.24, Ingress-NGINX, cert-manager, Helm, Helmfile, RWO-Volumes &amp; externe Dienste wie Redis, Postfix &amp; Co.<br>Details: <a href="https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/-/blob/develop/docs/requirements.md" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gitlab.opencode.de/bmi/opendes</span><span class="invisible">k/deployment/opendesk/-/blob/develop/docs/requirements.md</span></a><br><a href="https://det.social/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> <a href="https://det.social/tags/Helm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Helm</span></a> <a href="https://det.social/tags/DevOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevOps</span></a> <a href="https://det.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://det.social/tags/openDesk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openDesk</span></a> <a href="https://det.social/tags/GovTech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GovTech</span></a> <a href="https://det.social/tags/CloudNative" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CloudNative</span></a> <a href="https://det.social/tags/Ingress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ingress</span></a> <a href="https://det.social/tags/certManager" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>certManager</span></a> <a href="https://det.social/tags/DigitalSovereignty" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DigitalSovereignty</span></a></p>
DevOps Weekly<p>Looking for feedback on our open-source monitoring &amp; debugging tool</p><p><a href="https://dingusai.dev" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">dingusai.dev</span><span class="invisible"></span></a></p><p>Discussions: <a href="https://discu.eu/q/https://dingusai.dev" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">discu.eu/q/https://dingusai.dev</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://mastodon.social/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a></p>
Nicolas Fränkel 🇺🇦🇬🇪<p>Components vs. Containers: Fight?</p><p><a href="https://www.cncf.io/blog/2025/04/09/components-vs-containers-fight/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">cncf.io/blog/2025/04/09/compon</span><span class="invisible">ents-vs-containers-fight/</span></a></p><p><a href="https://mastodon.top/tags/WebAssembly" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebAssembly</span></a> <a href="https://mastodon.top/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> <a href="https://mastodon.top/tags/CNCF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CNCF</span></a></p>
Abstract Technology GmbH<p>🌐 At Abstract-Technology, we are constantly exploring innovative solutions to push the boundaries of online learning through the Open edX platform.<br>🚀 We are excited to share our latest technical deep dive:<br><a href="https://abstract-technology.de/running-open-edx-on-kubernetes-with-nixos" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">abstract-technology.de/running</span><span class="invisible">-open-edx-on-kubernetes-with-nixos</span></a> </p><p><a href="https://mastodon.social/tags/OpenedX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenedX</span></a> <a href="https://mastodon.social/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> <a href="https://mastodon.social/tags/NixOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NixOS</span></a> <a href="https://mastodon.social/tags/DevOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevOps</span></a> <a href="https://mastodon.social/tags/Scalability" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Scalability</span></a> <a href="https://mastodon.social/tags/LMS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LMS</span></a></p>
Pete Keen<p>I'm using the Vultr node as a public ingress for the big worker nodes at home. Convincing an ingress to not need a load balancer is tricky! I thought I had it but then overnight last night metallb decided to give it an internal ip, which is just no good. <a href="https://hachyderm.io/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> <a href="https://hachyderm.io/tags/HomeLab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HomeLab</span></a></p>
Pete Keen<p>So far I have avoided committing any crimes with this thing and I'd like to continue avoiding them as long as possible. The one interesting thing is that I set it up as hybrid cloud from the start. </p><p>I have three (3) small Talos VMs on three different Proxmox servers in the house acting as the control plane, along with one larger worker VM. I also added a worker node at Vultr after activating the Talos KubeSpan mesh networking thing. It has been completely seamless after I figured out how to make a second ingress-nginx install that doesn't need a load balancer. <a href="https://hachyderm.io/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> <a href="https://hachyderm.io/tags/HomeLab" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HomeLab</span></a></p>
Pete Keen<p>I have built myself a <a href="https://hachyderm.io/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> for reals and migrated petekeen.net. Cert-manager, external-dns, metallb, the whole nine yards. </p><p>I have an idiosyncratic problem, though. See, I have about a dozen domains that all redirect to my blog (yes I'm a crazy person). Today I have an nginx map that has "from" and "to" domains and a tiny snippet in the main server block that sends a redirect if it picks up a "to" domain.</p><p>The two ways I can see to handle this are a bunch of "dummy" Ingress definitions with a redirect annotation, or adding some config snippets with a ConfigMap. </p><p>Is there a simpler way to convince ingress-nginx to handle these redirects?</p>
DevOps Weekly<p>Omni + Kubevirt</p><p><a href="https://a-cup-of.coffee/blog/omni/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">a-cup-of.coffee/blog/omni/</span><span class="invisible"></span></a></p><p>Discussions: <a href="https://discu.eu/q/https://a-cup-of.coffee/blog/omni/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://a-cup-of.co</span><span class="invisible">ffee/blog/omni/</span></a></p><p><a href="https://mastodon.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://mastodon.social/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a></p>
Scott Williams 🐧<p>Here's a <a href="https://mastodon.online/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> pop quiz.</p><p>By default, what is the maximum number of pods can you have per node?</p>
Hacker News 50<p>Show HN: Koreo – The platform engineering toolkit for Kubernetes</p><p>Link: <a href="https://koreo.dev/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">koreo.dev/</span><span class="invisible"></span></a><br>Discussion: <a href="https://news.ycombinator.com/item?id=43644351" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.ycombinator.com/item?id=4</span><span class="invisible">3644351</span></a></p><p><a href="https://social.lansky.name/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a></p>
DevOps Weekly<p>Show HN: Koreo – The platform engineering toolkit for Kubernetes</p><p><a href="https://koreo.dev/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">koreo.dev/</span><span class="invisible"></span></a></p><p>Discussions: <a href="https://discu.eu/q/https://koreo.dev/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">discu.eu/q/https://koreo.dev/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://mastodon.social/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
Copie Publique<p><span class="h-card" translate="no"><a href="https://mastodon.indie.host/@IndieHosters" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>IndieHosters</span></a></span> rejoint Copie Publique !</p><p>Nous sommes désormais huit entreprises alliées pour financer ensemble les communs numériques.</p><p>Premiers bénéficiaires : <span class="h-card" translate="no"><a href="https://mastodon.libretic.fr/@bureaulibretic" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>bureaulibretic</span></a></span> <span class="h-card" translate="no"><a href="https://framapiaf.org/@mobilizon" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>mobilizon</span></a></span> <span class="h-card" translate="no"><a href="https://framapiaf.org/@Framasoft" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Framasoft</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.matrix.org/@matrix" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>matrix</span></a></span> </p><p>Spécialistes de <a href="https://mastodon.libre-entreprise.com/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a>, <span class="h-card" translate="no"><a href="https://mastodon.indie.host/@IndieHosters" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>IndieHosters</span></a></span> propose l'hébergement de logiciels collaboratifs libres.</p><p><a href="https://mastodon.libre-entreprise.com/tags/don" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>don</span></a> <a href="https://mastodon.libre-entreprise.com/tags/LogicielLibre" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LogicielLibre</span></a></p>
DevOps Weekly<p>Observability Migration - A new approach</p><p><a href="https://www.cloudraft.io/blog/influxdb-to-grafana-mimir-migration" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">cloudraft.io/blog/influxdb-to-</span><span class="invisible">grafana-mimir-migration</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://www.cloudraft.io/blog/influxdb-to-grafana-mimir-migration" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://www.cloudra</span><span class="invisible">ft.io/blog/influxdb-to-grafana-mimir-migration</span></a></p><p><a href="https://mastodon.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://mastodon.social/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a> <a href="https://mastodon.social/tags/sre" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sre</span></a></p>
Kevin Davin<p>Le GitOps, c'est pour les apps, les secrets et l'infrastructure sans exception ! </p><p>Venez découvrir cela à <span class="h-card" translate="no"><a href="https://bird.makeup/users/devoxxfr" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>devoxxfr</span></a></span> :</p><p><a href="https://link.davinkevin.fr/AstroGitOps-devoxxfr25-program" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">link.davinkevin.fr/AstroGitOps</span><span class="invisible">-devoxxfr25-program</span></a></p><p>N'oubliez pas de mettre en fav ⭐️</p><p><a href="https://mastodon.davinkevin.fr/tags/GitOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitOps</span></a> <a href="https://mastodon.davinkevin.fr/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a> <a href="https://mastodon.davinkevin.fr/tags/k8s" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>k8s</span></a> <a href="https://mastodon.davinkevin.fr/tags/IaC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IaC</span></a> <a href="https://mastodon.davinkevin.fr/tags/DevoxxFr" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevoxxFr</span></a> /cc <span class="h-card" translate="no"><a href="https://hachyderm.io/@jpetazzo" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>jpetazzo</span></a></span></p>
DevOps Weekly<p>Kubernetes 1.33 Release</p><p><a href="https://cloudsmith.com/blog/kubernetes-1-33-what-you-need-to-know" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cloudsmith.com/blog/kubernetes</span><span class="invisible">-1-33-what-you-need-to-know</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://cloudsmith.com/blog/kubernetes-1-33-what-you-need-to-know" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://cloudsmith.</span><span class="invisible">com/blog/kubernetes-1-33-what-you-need-to-know</span></a></p><p><a href="https://mastodon.social/tags/devops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>devops</span></a> <a href="https://mastodon.social/tags/kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kubernetes</span></a></p>