<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog Posts on bkonicek</title><link>https://blog.benkonicek.com/</link><description>Recent content in Blog Posts on bkonicek</description><generator>Hugo</generator><language>en</language><copyright>&amp;copy; 2023. All rights reserved.</copyright><lastBuildDate>Thu, 13 Jun 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.benkonicek.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Ultimate Oracle Cloud Free Kubernetes Cluster Guide (2024) - Part 3</title><link>https://blog.benkonicek.com/post/oracle-k8s-3/</link><pubDate>Thu, 13 Jun 2024 00:00:00 +0000</pubDate><guid>https://blog.benkonicek.com/post/oracle-k8s-3/</guid><description>&lt;h1 id="oke-up--running-series"&gt;OKE Up &amp;amp; Running series&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://blog.benkonicek.com/post/oracle-k8s-1/"&gt;Part 1&lt;/a&gt;: Signing up for Oracle Cloud&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.benkonicek.com/post/oracle-k8s-2/"&gt;Part 2&lt;/a&gt;: Deploy the infrastructure&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.benkonicek.com/post/oracle-k8s-3/"&gt;Part 3&lt;/a&gt;: Day-2 Operations (You are here)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h1 id="day-2-operations-in-oke"&gt;Day-2 Operations in OKE&lt;/h1&gt;
&lt;p&gt;Now that we have our cluster up and running we can start deploying whatever we want to it!&lt;/p&gt;
&lt;p&gt;There are a few more things to be aware of if you&amp;rsquo;re trying to avoid spending any money on the cluster, which I&amp;rsquo;ll lay out in this article. Most of these are based on things I ran into myself when I first built my cluster, so there&amp;rsquo;s a chance you might discover surprises that won&amp;rsquo;t be covered here. I&amp;rsquo;ll assume you have a basic knowledge of core Kubernetes concepts wherever they come into play.&lt;/p&gt;</description></item><item><title>Ultimate Oracle Cloud Free Kubernetes Cluster Guide (2024) - Part 2</title><link>https://blog.benkonicek.com/post/oracle-k8s-2/</link><pubDate>Tue, 11 Jun 2024 00:00:00 +0000</pubDate><guid>https://blog.benkonicek.com/post/oracle-k8s-2/</guid><description>&lt;h1 id="oke-up--running-series"&gt;OKE Up &amp;amp; Running series&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://blog.benkonicek.com/post/oracle-k8s-1/"&gt;Part 1&lt;/a&gt;: Signing up for Oracle Cloud&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.benkonicek.com/post/oracle-k8s-2/"&gt;Part 2&lt;/a&gt;: Deploy the infrastructure (You are here)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.benkonicek.com/post/oracle-k8s-3/"&gt;Part 3&lt;/a&gt;: Day-2 Operations&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;This is the 2nd part of our series on running a completely free multi-node Kubernetes cluster in Oracle Cloud. If you haven&amp;rsquo;t already read &lt;a href="https://blog.benkonicek.com/post/oracle-k8s-1/"&gt;Part 1&lt;/a&gt; I&amp;rsquo;d recommend starting there.&lt;/p&gt;
&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;p&gt;We&amp;rsquo;ve successfully created an Oracle Cloud (OCI) account and upgraded it to Pay-As-You-Go billing to remove any limitations on what we&amp;rsquo;re able to use. Now we get to move onto the fun part of actually building something.&lt;/p&gt;</description></item><item><title>Ultimate Oracle Cloud Free Kubernetes Cluster Guide (2024) - Part 1</title><link>https://blog.benkonicek.com/post/oracle-k8s-1/</link><pubDate>Sat, 08 Jun 2024 00:00:00 +0000</pubDate><guid>https://blog.benkonicek.com/post/oracle-k8s-1/</guid><description>&lt;h1 id="oke-up--running-series"&gt;OKE Up &amp;amp; Running series&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://blog.benkonicek.com/post/oracle-k8s-1/"&gt;Part 1&lt;/a&gt;: Signing up for Oracle Cloud (You are here)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.benkonicek.com/post/oracle-k8s-2/"&gt;Part 2&lt;/a&gt;: Deploy the infrastructure&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.benkonicek.com/post/oracle-k8s-3/"&gt;Part 3&lt;/a&gt;: Day-2 Operations&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;I often see people asking for advice on how to get hands-on practice with Kubernetes in a cloud environment, but understandably, they don&amp;rsquo;t want to spend much money. While it&amp;rsquo;s true that the long-term cheapest way to run K8s is on a spare computer at home, there are also some shortcomings - upgrades can be trickier, autoscaling is next to impossible, if you want to access your cluster from the public internet you might not want to expose your home network&amp;rsquo;s public IP address (or might not know how to do so securely), and many more. Also, if your goal in doing this is to get a job in DevOps or SRE you might want to work with cloud-hosted services alongside your Kubernetes cluster.&lt;/p&gt;</description></item><item><title>About Me</title><link>https://blog.benkonicek.com/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://blog.benkonicek.com/about/</guid><description>&lt;p&gt;I&amp;rsquo;ve been working in Tech in some form or another since 2014 when I got my start as a Systems Administrator. I started learning about Cloud and DevOps technologies on my own and was immediately excited by their possibilities for solving interesting technical problems. I&amp;rsquo;ve worked in a wide variety of industries including non-profit, venture capital, cloud consulting, online sportsbetting, and consumer startups.&lt;/p&gt;
&lt;p&gt;When I&amp;rsquo;m not working or playing with technology I enjoy traveling, cooking, getting outdoors with my wife and our dog, playing video games, and checking out breweries wherever I happen to be.&lt;/p&gt;</description></item></channel></rss>