digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

850
active users

#prow

0 posts0 participants0 posts today
JJ Asghar<p>That moment when you think you should finally set up 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/prow" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>prow</span></a> instance for fun. </p><p>And you google: "setting up my own prow instance" </p><p>And scroll down and find your own <a href="https://mastodon.social/tags/blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blog</span></a> post about how you got it done back in 2020.</p><p>Welp that was very surprising.</p>
Roaming The Paths<p>Wanted! Looking for companies and individuals who know how to fix this. </p><p>I want to connect with you to discuss such matters. </p><p>Small projects available, plus larger tenders soon. </p><p>Connect or contact me. </p><p> <a href="https://mastodon.green/tags/projects" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>projects</span></a> <a href="https://mastodon.green/tags/rightsofway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rightsofway</span></a> <a href="https://mastodon.green/tags/footpath" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>footpath</span></a> <a href="https://mastodon.green/tags/bridleway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bridleway</span></a> <a href="https://mastodon.green/tags/activetravel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>activetravel</span></a> <a href="https://mastodon.green/tags/ELMS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ELMS</span></a> <a href="https://mastodon.green/tags/PROW" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PROW</span></a></p>
nieebel<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@nalum" class="u-url mention">@<span>nalum</span></a></span> <a href="https://digitalcourage.social/tags/fluxcd" class="mention hashtag" rel="tag">#<span>fluxcd</span></a> v2 + <a href="https://digitalcourage.social/tags/Mozilla" class="mention hashtag" rel="tag">#<span>Mozilla</span></a> <a href="https://digitalcourage.social/tags/sops" class="mention hashtag" rel="tag">#<span>sops</span></a> + <a href="https://digitalcourage.social/tags/Vault" class="mention hashtag" rel="tag">#<span>Vault</span></a> is nice! I prefer it over <a href="https://digitalcourage.social/tags/argoCD" class="mention hashtag" rel="tag">#<span>argoCD</span></a> (I heard that AWS moved away from argo to flux).</p><p>For managing k8s resources I prefer simple and small controllers written in Go listening only to small subset of resources instead of what <a href="https://digitalcourage.social/tags/kyverno" class="mention hashtag" rel="tag">#<span>kyverno</span></a> is doing: intercepting every kubernetes api server traffic, which might be a bottleneck or a single point of failure, which I would avoid. But not sure, have not much experience with it. </p><p>I use mostly <a href="https://digitalcourage.social/tags/kubebuilder" class="mention hashtag" rel="tag">#<span>kubebuilder</span></a> code generators which I prefer over Operator Framework. Only unit-testing with the K8s fake client is not possible to an extend I would expect...<br />So we try to get more integration tests in our pipeline via ephemeral Kind/minikube/... clusters via <a href="https://digitalcourage.social/tags/prow" class="mention hashtag" rel="tag">#<span>prow</span></a> - which is not that straight forward...</p>