<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kubernetes on Zachary Loeber's Blog</title><link>https://blog.zacharyloeber.com/tags/kubernetes/</link><description>Recent content in Kubernetes on Zachary Loeber's Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 03 Mar 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.zacharyloeber.com/tags/kubernetes/index.xml" rel="self" type="application/rss+xml"/><item><title>Understanding Organizational Secrets</title><link>https://blog.zacharyloeber.com/article/understanding-organizational-secrets/</link><pubDate>Mon, 03 Mar 2025 00:00:00 +0000</pubDate><guid>https://blog.zacharyloeber.com/article/understanding-organizational-secrets/</guid><description>&lt;p>Let&amp;rsquo;s face it, IT often struggles with secrets management. From API keys that need to be registered/rotated, certificates that need to be requested/renewed, LDAP/AD credentials that need to be maintained, password complexity requirements to be enforced, and more. It can be cognitively difficult to manage the various secrets for a single project let alone an entire organization. This discussion will help define the credential categories and the tools used to manage them.&lt;/p></description></item><item><title>2021 - IT Industry Predictions</title><link>https://blog.zacharyloeber.com/archive/2021-it-industry-predictions/</link><pubDate>Tue, 15 Dec 2020 10:27:05 -0500</pubDate><guid>https://blog.zacharyloeber.com/archive/2021-it-industry-predictions/</guid><description>&lt;p>Wild speculations on hot trends to follow in information technology for 2021 and beyond.&lt;/p></description></item><item><title>The Declarative Mindset</title><link>https://blog.zacharyloeber.com/article/the-declarative-mindset/</link><pubDate>Sat, 11 Jul 2020 11:05:58 -0500</pubDate><guid>https://blog.zacharyloeber.com/article/the-declarative-mindset/</guid><description>&lt;p>I&amp;rsquo;m going to wax poetic on the virtues of declarative thinking within the IT industry. Along the way we will go over some definitions and introduce the pseudo-declarative manifest and how it can add value to a project.&lt;/p></description></item><item><title>Aws Testing With Localstack on Kubernetes</title><link>https://blog.zacharyloeber.com/article/aws-testing-with-localstack-on-kubernetes/</link><pubDate>Thu, 21 May 2020 09:22:20 -0500</pubDate><guid>https://blog.zacharyloeber.com/article/aws-testing-with-localstack-on-kubernetes/</guid><description>&lt;p>Testing out your AWS DevOps tricks in a local Kubernetes instance with localstack is pretty easy to do.&lt;/p></description></item><item><title>Libvirt Terraform Kubernetes Lab</title><link>https://blog.zacharyloeber.com/article/libvirt-terraform-kubernetes-lab/</link><pubDate>Mon, 20 Apr 2020 10:22:48 -0500</pubDate><guid>https://blog.zacharyloeber.com/article/libvirt-terraform-kubernetes-lab/</guid><description>&lt;p>I found out that it is relatively easy to setup a local Kubernetes cluster in Linux using terraform and the libvirt provider.&lt;/p></description></item><item><title>Kubernetes API Specs</title><link>https://blog.zacharyloeber.com/article/kubernetes-finding-api-specs/</link><pubDate>Thu, 16 Apr 2020 10:47:59 -0500</pubDate><guid>https://blog.zacharyloeber.com/article/kubernetes-finding-api-specs/</guid><description>&lt;p>Can you quickly list out all the available pod security policy attributes on Kubernetes? How about listing the autoscaling apiVersions along with their spec attributes?&lt;/p></description></item><item><title>DevOps Patterns</title><link>https://blog.zacharyloeber.com/archive/devops-patterns/</link><pubDate>Mon, 13 Apr 2020 11:33:38 -0600</pubDate><guid>https://blog.zacharyloeber.com/archive/devops-patterns/</guid><description>&lt;p>Many standard DevOps patterns are well known at this point. Advances in technology, cloud computing, and workload orchestration in IT have heralded a new generation of DevOps engineer and tooling to meet modern business challenges. In this article we are going to attempt to surface and give name to a few patterns as it relates to the emerging realm of pipelines as code, declarative deployments, multi-cloud, and more.&lt;/p></description></item><item><title>Kubernetes App Deployments with Terraform</title><link>https://blog.zacharyloeber.com/blog/2020/04/02/kubernetes-app-deployments-with-terraform/</link><pubDate>Thu, 02 Apr 2020 12:31:40 -0500</pubDate><guid>https://blog.zacharyloeber.com/blog/2020/04/02/kubernetes-app-deployments-with-terraform/</guid><description>&lt;p>Deploying applications via the kubernetes terraform provider is a viable solution for some workloads.&lt;/p></description></item><item><title>Managed Kubernetes Idiosyncracies</title><link>https://blog.zacharyloeber.com/article/managed-kubernetes-idiosyncracies/</link><pubDate>Tue, 25 Feb 2020 13:27:15 -0600</pubDate><guid>https://blog.zacharyloeber.com/article/managed-kubernetes-idiosyncracies/</guid><description>&lt;p>Managed Kuberentes services allow you to dive into Kubernetes quickly. But even a managed kubernetes cluster requires more thought and care than one may expect.&lt;/p></description></item><item><title>Helm 3 Namespace Creation</title><link>https://blog.zacharyloeber.com/blog/2020/1/1/Helm3_namespace_creation/</link><pubDate>Wed, 01 Jan 2020 16:46:26 -0600</pubDate><guid>https://blog.zacharyloeber.com/blog/2020/1/1/Helm3_namespace_creation/</guid><description>&lt;p>Helm 3 was released and works great except that it no longer creates namespaces for your deployments. Here is one solution along with alternatives worth looking into.&lt;/p></description></item><item><title>Some Cool Kubernetes Tools</title><link>https://blog.zacharyloeber.com/blog/2019/12/15/some_cool_kubernetes_tools/</link><pubDate>Sun, 22 Dec 2019 20:59:43 -0600</pubDate><guid>https://blog.zacharyloeber.com/blog/2019/12/15/some_cool_kubernetes_tools/</guid><description>&lt;p>Are you working with kubernetes regularly? There are so many tools out there it can be difficult to know which ones to use. Here are a few of them I&amp;rsquo;ve found to be useful but may have flown under your radar.&lt;/p></description></item><item><title>DevOps – Automating Kubernetes Deployments</title><link>https://blog.zacharyloeber.com/blog/2018/09/28/devops-automating-kubernetes-deployments/</link><pubDate>Fri, 28 Sep 2018 16:49:46 +0000</pubDate><guid>https://blog.zacharyloeber.com/blog/2018/09/28/devops-automating-kubernetes-deployments/</guid><description>&lt;p>If you are deploying your own Kubernetes clusters you already know that:&lt;/p>
&lt;div id="attachment_1802" style="width: 310px" class="wp-caption aligncenter">
 &lt;a href="https://blog.zacharyloeber.com/wp-content/uploads/2018/09/k8s_is_hard.png">&lt;img src="https://blog.zacharyloeber.com/wp-content/uploads/2018/09/k8s_is_hard.png" alt="Kubernetes is hard" width="300" height="257" srcset="https://blog.zacharyloeber.com/wp-content/uploads/2018/09/k8s_is_hard.png" />&lt;/a>
 &lt;p class="wp-caption-text">
 Kubernetes is hard
 &lt;/p>
&lt;/div>
&lt;p>But there is hope!&lt;/p>
&lt;p>There are a few great projects to keep an eye on in this space. I’ve covered some of them in &lt;a href="https://spr.com/4-tools-to-automate-kubernetes-cluster-deployments/">an article you can read on the Lumen&lt;/a>.&lt;/p>
&lt;p>Cheers!&lt;/p></description></item></channel></rss>