<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Nick Cleary</title><link>https://nicleary.com/post/</link><description>Recent content in Posts on Nick Cleary</description><generator>Hugo</generator><language>en</language><managingEditor>nick@nicleary.com (Nick Cleary)</managingEditor><webMaster>nick@nicleary.com (Nick Cleary)</webMaster><lastBuildDate>Sun, 18 May 2025 22:59:34 -0400</lastBuildDate><atom:link href="https://nicleary.com/post/index.xml" rel="self" type="application/rss+xml"/><item><title>Learning Cloud Native Without the Cloud Part 1</title><link>https://nicleary.com/post/learning-cloud-native-without-the-cloud-part-1/</link><pubDate>Sun, 01 Jun 2025 13:11:31 -0400</pubDate><author>nick@nicleary.com (Nick Cleary)</author><guid>https://nicleary.com/post/learning-cloud-native-without-the-cloud-part-1/</guid><description>&lt;p>In this first proper installment in the series, we will be installing Proxmox on our server and creating our first virtual machine.&lt;/p>
&lt;p>But first, let’s discuss some concepts.&lt;/p>
&lt;h2 id="what-is-a-virtual-machine">What is a virtual machine&lt;/h2>
&lt;p>A virtual machine (VM) is an entirely software-based emulation of computer hardware. For all intents and purposes, a virtual machine behaves identically to a physical computer, but comes with several key benefits:&lt;/p>
&lt;ul>
&lt;li>Virtual machines are more easily managed than physical machines. They can be created, destroyed, copied and edited with the click of a button, or represented in code with Infrastructure as Code&lt;/li>
&lt;li>Virtual machines allow for more efficient allocation of compute resources. If you have several servers each which need 8 GBs of RAM, it is often less expensive to purchase a single piece of physical hardware, and divide the resources using virtual machine than to buy several low powered servers&lt;/li>
&lt;li>Virtual machines facilitate running multiple operating systems on physical piece of hardware. Each virtual machine runs its own copy of an operating system, which means that Windows and Linux servers can share the same hardware&lt;/li>
&lt;/ul>
&lt;h2 id="what-is-a-hypervisor">What is a hypervisor&lt;/h2>
&lt;p>A hypervisor is a piece of software that manages virtual machines. It allocates resources to each of the virtual machines and provides a method for the user to manage those VMs. There are two types of hypervisors:&lt;/p></description></item><item><title>Learning Cloud Native Without the Cloud: Part 0</title><link>https://nicleary.com/post/learning-cloud-native-without-the-cloud-part-0/</link><pubDate>Wed, 14 May 2025 21:34:50 -0400</pubDate><author>nick@nicleary.com (Nick Cleary)</author><guid>https://nicleary.com/post/learning-cloud-native-without-the-cloud-part-0/</guid><description>&lt;p>Have you ever wanted to learn Kubernetes? Infrastructure as code? DevOps practices?&lt;/p>
&lt;p>Have you ever wanted to learn cloud native technologies, but don&amp;rsquo;t know how? Does the idea of spending lots of money on costly cloud subscriptions and cloud computing scare you away?&lt;/p>
&lt;p>Have no fear! This is the series for you! In this series we will:&lt;/p>
&lt;ul>
&lt;li>Use Infrastructure as Code (IaC) to provision resources on our own hardware&lt;/li>
&lt;li>Deploy and manage a Kubernetes cluster&lt;/li>
&lt;li>Deploy applications to the Kubernetes cluster&lt;/li>
&lt;li>Use GitOps to manage applications deployed to a cluster&lt;/li>
&lt;li>Use Cloud Native technologies to simulate a environment, similar to what used by companies everyday&lt;/li>
&lt;/ul>
&lt;p>All without purchasing any cloud resources.&lt;/p></description></item><item><title>Hello World!</title><link>https://nicleary.com/post/2025-05-11-my-first-post/</link><pubDate>Sun, 11 May 2025 15:49:12 -0400</pubDate><author>nick@nicleary.com (Nick Cleary)</author><guid>https://nicleary.com/post/2025-05-11-my-first-post/</guid><description>&lt;h1 id="hello-world">Hello World!&lt;/h1>
&lt;p>Hello to the great big world! This is my first post to this blog, and is just a place holder for now. It&amp;rsquo;ll probably be deleted. Feel free to relish in the glow of it in the sun, quote it in profound ways, and gift it to your friends.&lt;/p></description></item></channel></rss>