<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: KGunnerud</title><link>https://news.ycombinator.com/user?id=KGunnerud</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 08 May 2026 13:47:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=KGunnerud" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by KGunnerud in "Maybe you shouldn't install new software for a bit"]]></title><description><![CDATA[
<p>I would rather work with a company that updates continuously, while also building security into multiple layers so that weaknesses in one layer can be mitigated by others.<p>For example, at one company I worked for, they created an ACL model for applications that essentially enforced rules like: “Application X in namespace A can communicate with me.”
This ACL coordinated multiple technologies working together, including Kubernetes NetworkPolicies, Linkerd manifests with mTLS, and Entra ID application permissions. As a user, it was dead simple to use and abstracted away a lot of things i do not know that well.<p>The important part is not the specific implementation, but the mindset behind it.<p>An upgrade can both fix existing issues and introduce new ones. However, avoiding upgrades can create just as many problems — if not more — over time.<p>At the same time, I would argue that using software backed by a large community is even more important today, since bugs and vulnerabilities are more likely to receive attention, scrutiny, and timely fixes.</p>
]]></description><pubDate>Fri, 08 May 2026 07:13:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48059729</link><dc:creator>KGunnerud</dc:creator><comments>https://news.ycombinator.com/item?id=48059729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48059729</guid></item><item><title><![CDATA[New comment by KGunnerud in "Copilot edited an ad into my PR"]]></title><description><![CDATA[
<p>Another step into ensh*ttification? <a href="https://www.youtube.com/watch?v=T4Upf_B9RLQ" rel="nofollow">https://www.youtube.com/watch?v=T4Upf_B9RLQ</a></p>
]]></description><pubDate>Mon, 30 Mar 2026 07:41:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47571545</link><dc:creator>KGunnerud</dc:creator><comments>https://news.ycombinator.com/item?id=47571545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47571545</guid></item><item><title><![CDATA[Norwegian Police live charts to rais awareness about abusive material]]></title><description><![CDATA[
<p>Article URL: <a href="https://police2peer.politiet.no/">https://police2peer.politiet.no/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46898500">https://news.ycombinator.com/item?id=46898500</a></p>
<p>Points: 7</p>
<p># Comments: 4</p>
]]></description><pubDate>Thu, 05 Feb 2026 11:25:13 +0000</pubDate><link>https://police2peer.politiet.no/</link><dc:creator>KGunnerud</dc:creator><comments>https://news.ycombinator.com/item?id=46898500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46898500</guid></item><item><title><![CDATA[New comment by KGunnerud in "So you wanna write Kubernetes controllers?"]]></title><description><![CDATA[
<p>I've seen different aproaches to controllers, some times it should have been a generator instead, but the problem with generators is that they don't allow (in the same sense) for abstractions at the same level of controllers.<p>E.g. at one company I worked, they made a manifest to deploy apps that, in v1 was very close to Deployment. It felt owerkill. As they iterated, suddenly you got ACLs that changed NetworkPolicy in Calico (yes can be done with generator), then they added Istio manifests, then they added App authroizations for EntraID - Which again provisioned EntraID client and injected certificate into pods. All I did was add: this app, in this namespace, can talk to me and I got all this for "free". They code in the open so some of the documentation is here: <a href="https://docs.nais.io/explanations/nais/" rel="nofollow">https://docs.nais.io/explanations/nais/</a><p>One day, they decided to change from Istio to LinkerD. We users changed nothing. The point is, the controller was 2 things: 1: for us users to have a golden path and 2: for the plattform team themselves to have an abstraction over some features of kube. Although I do see that it might be easy to make poor abstractions as well, e.g. just because you don't create a Deployment (its done for you), you still have to own that Deployment and all other kube constructs.<p>I'm currently in a org that does not have this and I keep missing it every, every day.</p>
]]></description><pubDate>Tue, 28 Jan 2025 07:23:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42849754</link><dc:creator>KGunnerud</dc:creator><comments>https://news.ycombinator.com/item?id=42849754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42849754</guid></item><item><title><![CDATA[New comment by KGunnerud in "Monorepo – Our Experience"]]></title><description><![CDATA[
<p>Done that at two different places. This was public sector in both cases so typically many products in the organization. So one product was one monorepo.<p>Wrote this some years ago: <a href="https://dev.to/kgunnerud/our-experience-monorepo-with-java-maven-and-github-actions-2aho" rel="nofollow">https://dev.to/kgunnerud/our-experience-monorepo-with-java-m...</a><p>Nobody in our team wants to go back to nonmonorepo now, although everone was sceptical initially</p>
]]></description><pubDate>Thu, 07 Nov 2024 06:45:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=42074114</link><dc:creator>KGunnerud</dc:creator><comments>https://news.ycombinator.com/item?id=42074114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42074114</guid></item></channel></rss>