<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 03 Apr 2026 19:59:10 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/kubernetes/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Resolving Unintended Kubernetes Pod Scheduling: A Practical Guide]]></title><description><![CDATA[Resolving Unintended Kubernetes Pod Scheduling: A Practical Guide When managing a Kubernetes cluster, pod scheduling issues can sometimes lead to deployments on unintended nodes. This happened recently]]></description><link>http://direct.ecency.com/kubernetes/@timesheets/resolving-unintended-kubernetes-pod-scheduling-a-practical-guide</link><guid isPermaLink="true">http://direct.ecency.com/kubernetes/@timesheets/resolving-unintended-kubernetes-pod-scheduling-a-practical-guide</guid><category><![CDATA[kubernetes]]></category><dc:creator><![CDATA[timesheets]]></dc:creator><pubDate>Fri, 13 Jun 2025 13:38:15 GMT</pubDate></item><item><title><![CDATA[Troubleshooting and Optimizing WSL2 Kubernetes Networking: A Journey to Seamless Bridged Mode Setup]]></title><description><![CDATA[Troubleshooting and Optimizing WSL2 Kubernetes Networking: A Journey to Seamless Bridged Mode Setup When it comes to lightweight and efficient Kubernetes deployments, using WSL2 has its perks. But for]]></description><link>http://direct.ecency.com/blog/@timesheets/troubleshooting-and-optimizing-wsl2-kubernetes-networking-a-journey-to-seamless-bridged-mode-setup</link><guid isPermaLink="true">http://direct.ecency.com/blog/@timesheets/troubleshooting-and-optimizing-wsl2-kubernetes-networking-a-journey-to-seamless-bridged-mode-setup</guid><category><![CDATA[blog]]></category><dc:creator><![CDATA[timesheets]]></dc:creator><pubDate>Thu, 17 Apr 2025 01:16:03 GMT</pubDate></item><item><title><![CDATA[Troubleshooting Kubernetes DNS Issues in a WSL2 Node: A Tale of Flannel and Routes]]></title><description><![CDATA[Troubleshooting Kubernetes DNS Issues in a WSL2 Node: A Tale of Flannel and Routes Running a Kubernetes cluster across multiple environments is always an adventure, and when one of those environments is]]></description><link>http://direct.ecency.com/kubernetes/@timesheets/troubleshooting-kubernetes-dns-issues-in-a-wsl2-node-a-tale-of-flannel-and-routes</link><guid isPermaLink="true">http://direct.ecency.com/kubernetes/@timesheets/troubleshooting-kubernetes-dns-issues-in-a-wsl2-node-a-tale-of-flannel-and-routes</guid><category><![CDATA[kubernetes]]></category><dc:creator><![CDATA[timesheets]]></dc:creator><pubDate>Mon, 14 Apr 2025 22:16:03 GMT</pubDate></item><item><title><![CDATA[Troubleshooting k3s Agent Container Errors: A Real-World Fix]]></title><description><![CDATA[Troubleshooting k3s Agent Container Errors: A Real-World Fix Recently, I ran into a pesky issue on one of my k3s nodes, a server I’ll call NEXUS, running in a homelab cluster. The k3s agent logs were filling]]></description><link>http://direct.ecency.com/k3s/@timesheets/troubleshooting-k3s-agent-container-errors-a-real-world-fix</link><guid isPermaLink="true">http://direct.ecency.com/k3s/@timesheets/troubleshooting-k3s-agent-container-errors-a-real-world-fix</guid><category><![CDATA[k3s]]></category><dc:creator><![CDATA[timesheets]]></dc:creator><pubDate>Mon, 14 Apr 2025 14:27:00 GMT</pubDate></item><item><title><![CDATA[How to Safely Remove a Control-Plane Node from a K3s Cluster]]></title><description><![CDATA[How to Safely Remove a Control-Plane Node from a K3s Cluster Decommissioning a control-plane node from a K3s cluster with embedded etcd requires precision to maintain cluster stability. In this post, I’ll]]></description><link>http://direct.ecency.com/blog/@timesheets/how-to-safely-remove-a-control-plane-node-from-a-k3s-cluster</link><guid isPermaLink="true">http://direct.ecency.com/blog/@timesheets/how-to-safely-remove-a-control-plane-node-from-a-k3s-cluster</guid><category><![CDATA[blog]]></category><dc:creator><![CDATA[timesheets]]></dc:creator><pubDate>Sat, 12 Apr 2025 23:19:36 GMT</pubDate></item><item><title><![CDATA[Locking Down Your Website with Traefik: A Beginner-Friendly Guide to TLS]]></title><description><![CDATA[Have you ever wanted to send a secret message to a friend, one that only they could understand? On the internet, when your computer talks to a website, it's sending messages back and forth. Just like your]]></description><link>http://direct.ecency.com/devops/@simplestack/locking-down-your-website-with-traefik-a-beginner-friendly-guide-to-tls</link><guid isPermaLink="true">http://direct.ecency.com/devops/@simplestack/locking-down-your-website-with-traefik-a-beginner-friendly-guide-to-tls</guid><category><![CDATA[devops]]></category><dc:creator><![CDATA[simplestack]]></dc:creator><pubDate>Tue, 08 Apr 2025 17:30:27 GMT</pubDate><enclosure url="https://images.ecency.com/p/4HFqJv9qRjVecs4xkhd5EvhidWEEBnn9tCVDBkBhQpUFvab78MhbU1VuqzQhNG32WehwWGcNRTRdLBUZEbrkBgk3fsiRexK5ZqxTqYA8EogRrLLRr8F5WcawShiWRV3rXRyMnkRaJQw56SURAavdbDHrLwjQrR5KAdk?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[What is ProxyProtocol in Traefik? (+ Concrete Examples)]]></title><description><![CDATA[Okay, imagine Traefik is the bouncer at a club (your web application). Usually, when someone comes to the door, the bouncer sees their face directly and knows who they are (their IP address). Now, imagine]]></description><link>http://direct.ecency.com/devops/@simplestack/what-is-proxyprotocol-in-traefik--concrete-examples</link><guid isPermaLink="true">http://direct.ecency.com/devops/@simplestack/what-is-proxyprotocol-in-traefik--concrete-examples</guid><category><![CDATA[devops]]></category><dc:creator><![CDATA[simplestack]]></dc:creator><pubDate>Mon, 07 Apr 2025 19:04:27 GMT</pubDate><enclosure url="https://images.ecency.com/p/4HFqJv9qRjVecs4xkhd5EvhidWEEBnn9tCVDBkBhQpUFvab78MhbU1VuqzQhNG32WehwWGcNRTm9P5rC8SvUSfLt87ZCRcBpGTf8VV1pAQNUhyvZeRBgRpLG2W33GA6viXHNSibKaswUYmDMuUdPCaxwYZHo5eUV91Q?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Why "transport.lifecycle" Exists in Traefik? (+ Concrete Examples)]]></title><description><![CDATA[Imagine Traefik is a very polite restaurant that's about to close for the night. It doesn't want to abruptly kick everyone out while they're still eating. The lifeCycle options help it manage this closing]]></description><link>http://direct.ecency.com/devops/@simplestack/why-transportlifecycle-exists-in-traefik--concrete-examples</link><guid isPermaLink="true">http://direct.ecency.com/devops/@simplestack/why-transportlifecycle-exists-in-traefik--concrete-examples</guid><category><![CDATA[devops]]></category><dc:creator><![CDATA[simplestack]]></dc:creator><pubDate>Mon, 07 Apr 2025 18:27:21 GMT</pubDate><enclosure url="https://images.ecency.com/p/8DAuGnTQCLptZgjHUrRAJGcW4y1D4A5QVJJ7zjzqqKdfVHSS6NapSCCBeZkxEv9MKE2xvUXNqEk4oAfb2z1FB2CVRDdk6rndBDHp5KLT6YjjsYxQnw3jtLqs6dM3AcvPTbfogEmN7sA6jA5fSoM51HuhciMgBDhN129wbReCGk6?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Why "ReusePort" is Needed in Traefik?]]></title><description><![CDATA[Imagine you have a bunch of different restaurants (these are like different programs or even different versions of the same program) all wanting to use the same front door (this is like a specific internet]]></description><link>http://direct.ecency.com/devops/@simplestack/why-reuseport-is-needed-in-traefik</link><guid isPermaLink="true">http://direct.ecency.com/devops/@simplestack/why-reuseport-is-needed-in-traefik</guid><category><![CDATA[devops]]></category><dc:creator><![CDATA[simplestack]]></dc:creator><pubDate>Mon, 07 Apr 2025 17:35:33 GMT</pubDate><enclosure url="https://images.ecency.com/p/4HFqJv9qRjVecs4xkhd5EvhidWEEBnn9tCVDBkBhQpUFvab78MhbU1VuqzQhNG32WehwWGcNRTRU1ayg8EzBsEuDVd9mEaXKVZWKnvLEbPjf3tyxDA3XEdvZe6EUtnnfYbbeiHyUqURdGuZZkgTjHyUGh371jRYD2E2?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Why K8s Is One Of The Greatest Lies You’ve Been Sold]]></title><description><![CDATA[Before diving into the technical details, let me be clear: Kubernetes is an extraordinary piece of technology. It represents the pinnacle of container orchestration, offering unparalleled scalability and]]></description><link>http://direct.ecency.com/softwaredevelopment/@simplestack/why-k8s-is-one-of-the-greatest-lies-youve-been-sold</link><guid isPermaLink="true">http://direct.ecency.com/softwaredevelopment/@simplestack/why-k8s-is-one-of-the-greatest-lies-youve-been-sold</guid><category><![CDATA[softwaredevelopment]]></category><dc:creator><![CDATA[simplestack]]></dc:creator><pubDate>Thu, 27 Mar 2025 17:39:21 GMT</pubDate><enclosure url="https://images.ecency.com/p/NTy4GV6ooFRmaCXZ8UYgPhoud1kjiNX8QokLEZtbBKLuLWQ9yt7K3o4UuuLLsqkiS9QL3iJF51QqdhPSfAyaTqT2WE1kucZgbTXVQrLEKAvjQwHjptQStu9qdWHYmi5p36Z7MzXVGh84ySAcpaDXrm6rsGTdPBsTyxFskdqY?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Kubernetes Engines Compared]]></title><description><![CDATA[Kubernetes is an open-source container orchestration platform that simplifies the deployment, scaling, and management of containerized applications. There are several Kubernetes engines available in the]]></description><link>http://direct.ecency.com/kubernetes/@luckily25/kubernetes-engines-compared</link><guid isPermaLink="true">http://direct.ecency.com/kubernetes/@luckily25/kubernetes-engines-compared</guid><category><![CDATA[kubernetes]]></category><dc:creator><![CDATA[luckily25]]></dc:creator><pubDate>Wed, 01 Mar 2023 10:39:42 GMT</pubDate></item><item><title><![CDATA[Kubectl Command Reference Sheet For Kubernetes]]></title><description><![CDATA[Over the past few weeks, we been putting together a group of articles to introduce readers to Kubernetes. We've covered a lot of the basics and thought we would put together a command reference guide to]]></description><link>http://direct.ecency.com/hive-163521/@run.vince.run/kubectl-command-reference-sheet</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@run.vince.run/kubectl-command-reference-sheet</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[run.vince.run]]></dc:creator><pubDate>Wed, 11 Jan 2023 03:11:00 GMT</pubDate></item><item><title><![CDATA[Getting Started With Kubernetes - Deployments and DaemonSets]]></title><description><![CDATA[Welcome back to another article to get you started with Kubernetes. In todays post we are going to introduce you to Deployments and DaemonSets, which are both useful in helping you organise and deploy]]></description><link>http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-deployments-and-daemonsets</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-deployments-and-daemonsets</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[run.vince.run]]></dc:creator><pubDate>Wed, 28 Dec 2022 23:05:54 GMT</pubDate></item><item><title><![CDATA[Getting Started With Kubernetes - ReplicationControllers and ReplicaSets]]></title><description><![CDATA[Our previous article covered Namespaces and Services and we are slowly increasing our knowledge of Kubernetes and how we can start to run our services on a basic environment. In todays article, we will]]></description><link>http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-replicationcontrollers-and-replicasets</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-replicationcontrollers-and-replicasets</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[run.vince.run]]></dc:creator><pubDate>Tue, 20 Dec 2022 08:09:06 GMT</pubDate></item><item><title><![CDATA[Getting Started With Kubernetes - Namespaces and Services]]></title><description><![CDATA[In the last article, we started with Pods and showed you how to create and list your first Pods...They are the basic starting point in Kubernetes and if you need to refresh yourself with what we went through,]]></description><link>http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-namespaces-and-services</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-namespaces-and-services</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[run.vince.run]]></dc:creator><pubDate>Mon, 12 Dec 2022 04:44:48 GMT</pubDate></item><item><title><![CDATA[Getting Started With Kubernetes - Deploy Pods]]></title><description><![CDATA[Last week we discussed the basic concepts of Kubernetes and got you used to some of the terminology involved. If you have not checked out the article, feel free to jump in there now to refresh yourself.]]></description><link>http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-deploy-pods</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-deploy-pods</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[run.vince.run]]></dc:creator><pubDate>Mon, 05 Dec 2022 07:12:24 GMT</pubDate></item><item><title><![CDATA[Getting Started With Kubernetes - Basic Concepts Of Kubernetes]]></title><description><![CDATA[This is the first in a series in getting started with Kubernetes. We will start with an overview of what makes up a the environment and go further into depth in our next posts. ETCD Etcd is a distributed]]></description><link>http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-basic-concepts-of-kubernetes</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@run.vince.run/getting-started-with-kubernetes-basic-concepts-of-kubernetes</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[run.vince.run]]></dc:creator><pubDate>Mon, 28 Nov 2022 07:18:00 GMT</pubDate></item><item><title><![CDATA[MacStadium 为应用程序开发、Apple 工作区等提供安全且可扩展的云解决方案]]></title><description><![CDATA[当您需要一个了解提供基于云的解决方案以简化企业的 Mac 云服务的合作伙伴时，您需要求助于 MacStadium。MacStadium 的高级软件支持基础架构套件与其创新技术相结合，为客户提供安全性、性能、可靠性和灵活性。借助 MacStadium，您可以使用其简单、安全且可扩展的 Mac 解决方案创建、构建、测试或管理您的 iOS 或 macOS 项目。MacStadium 一直希望通过 Apple]]></description><link>http://direct.ecency.com/kubernetes/@ericjiang/macstadiumapple-vo0qadzclfmzn5if9cci</link><guid isPermaLink="true">http://direct.ecency.com/kubernetes/@ericjiang/macstadiumapple-vo0qadzclfmzn5if9cci</guid><category><![CDATA[kubernetes]]></category><dc:creator><![CDATA[ericjiang]]></dc:creator><pubDate>Mon, 04 Jul 2022 01:57:18 GMT</pubDate><enclosure url="https://images.ecency.com/p/2gsjgna1uruvZzmfdC1paVsF7yJU7LxEyQ6Bsm7dSE8zmvKoMxgfh9k26JxpAMXWnm6jjKXEEwrxRHQApjHyWWnmRYHJQjwtSa7VnqqCtUkZKipYwg?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Java Training Block 11+12 – Microservices – Tag 9: Minikube + Git]]></title><description><![CDATA[Ich nehme derzeit an einer Akademie zum Java Fullstack Software Engineer teil. In den kommenden Wochen möchte ich hier meine Mitschrift, so gut es geht, aufzeichnen und mitteilen. Hier ist das, was ich]]></description><link>http://direct.ecency.com/hive-121566/@achimmertens/java-training-block-1112-microservices-tag-9-minikub--git</link><guid isPermaLink="true">http://direct.ecency.com/hive-121566/@achimmertens/java-training-block-1112-microservices-tag-9-minikub--git</guid><category><![CDATA[hive-121566]]></category><dc:creator><![CDATA[achimmertens]]></dc:creator><pubDate>Thu, 24 Mar 2022 05:55:24 GMT</pubDate><enclosure url="https://images.ecency.com/p/EfcLDDAkyqgrhH9AzwdYzsbYxiUPkTKDxyvq2sBwCesekXNn75QTR1yA4kiTnKz2rWq6bP4omp9SgogysmBUj3wxuQ555?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Java Training Block 11+12 – Microservices – Tag8]]></title><description><![CDATA[Ich nehme derzeit an einer Akademie zum Java Fullstack Software Engineer teil. In den kommenden Wochen möchte ich hier meine Mitschrift, so gut es geht, aufzeichnen und mitteilen. Hier ist das, was ich]]></description><link>http://direct.ecency.com/hive-121566/@achimmertens/java-training-block-1112-microservices-tag8</link><guid isPermaLink="true">http://direct.ecency.com/hive-121566/@achimmertens/java-training-block-1112-microservices-tag8</guid><category><![CDATA[hive-121566]]></category><dc:creator><![CDATA[achimmertens]]></dc:creator><pubDate>Wed, 23 Mar 2022 06:06:36 GMT</pubDate><enclosure url="https://images.ecency.com/p/EfcLDDAkyqgrhH9AzwdYzsbYxiUPkTKDxyvq2sBwCesekXNn75QTR1yA4kiTnKz2rWq6bP4omp9SSK78Vv8hVDUCGisdD?format=match&amp;mode=fit" length="0" type="false"/></item></channel></rss>