<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vagrant-Nm on Janusworx</title><link>https://janusworx.com/tags/vagrant-nm/</link><description>Recent content in Vagrant-Nm on Janusworx</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>feedback@janusworx.com (Mario Jason Braganza)</managingEditor><webMaster>feedback@janusworx.com (Mario Jason Braganza)</webMaster><copyright>© 2026, Mario Jason Braganza</copyright><lastBuildDate>Tue, 04 Nov 2025 07:51:11 +0530</lastBuildDate><atom:link href="https://janusworx.com/tags/vagrant-nm/index.xml" rel="self" type="application/rss+xml"/><item><title>2025-11-04 Notes</title><link>https://janusworx.com/nm/2025-11-04/</link><pubDate>Tue, 04 Nov 2025 07:51:11 +0530</pubDate><author>feedback@janusworx.com (Mario Jason Braganza)</author><guid>https://janusworx.com/nm/2025-11-04/</guid><description>
&lt;h2 class="relative group"&gt;Goals
 &lt;div id="goals" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#goals" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Learn how to name the cluster, and get a kubeconfig down via terraform, so I can access it locally&lt;/li&gt;
&lt;li&gt;Move website to dev cluster and from then on to a new production cluster&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;


&lt;h3 class="relative group"&gt;2025-11-04 07:55
 &lt;div id="2025-11-04-0755" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2025-11-04-0755" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Ok, New Day!&lt;/li&gt;
&lt;li&gt;Trying to get vagrant up so i can have &lt;em&gt;another&lt;/em&gt; place to test my vms.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 09:01:&lt;/em&gt; ok screw vagrant. will just quicly duplicate my own vm&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 09:10:&lt;/em&gt; Ok, i need to be using teh damn thing. back to vagrant. Note to self, be a little more ok with changes to your work machine. you have backups and you can always purge something you don&amp;rsquo;t like. the detritus does not last long anyway since you format the machine every couple of years&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 09:34:&lt;/em&gt; Ok Virtualbox and KVM/QEMU cannot coexist any longer. Trying to get vagrant working with libvirt. if this does not work, will stop futzing with vagrant. I realise this is a niche thing that probably only a few like me need. and that the images will be few and far. But if it works, good for me&lt;/li&gt;
&lt;li&gt;Commands
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;vagrant init&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Find a [qemu or libvirt box][] and use those details in the Vagrantfile&lt;/li&gt;
&lt;li&gt;&lt;code&gt;vagrant up --provider=libvirt&lt;/code&gt; (Changed it to be the default in &lt;code&gt;.bashrc&lt;/code&gt;, so now a simple vagrant up will work)&lt;/li&gt;
&lt;li&gt;Grateful to &lt;a href="https://github.com/alchemy-solutions/vagrant-cloud-images" target="_blank" rel="noreferrer"&gt;Alchemy Solutions&lt;/a&gt; for a &lt;a href="https://portal.cloud.hashicorp.com/vagrant/discover/cloud-image/debian-13" target="_blank" rel="noreferrer"&gt;base debian image&lt;/a&gt;!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 10:05:&lt;/em&gt; Gave up. It’s more trouble than it&amp;rsquo;s worth. Simpler for me to just snapshot my vm and try stuff in there, even if it takes a while&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 10:10:&lt;/em&gt; Starting a debian iso download and off to make some tea&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2025-11-04 10:35
 &lt;div id="2025-11-04-1035" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2025-11-04-1035" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Struggling with ssh. Once done with this, hopefully the rest should be smooth sailing&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 11:39:&lt;/em&gt; Got what i wanted with a different domain name. Now I realise, I will not use it 😂
At least I got a quick vm with snapshots out of it&lt;/li&gt;
&lt;li&gt;If I want to pass options to some command I am piping in from &lt;code&gt;stdin&lt;/code&gt; then &lt;code&gt;script | sh -s - --option-blah&lt;/code&gt; the &lt;code&gt;sh -s -&lt;/code&gt; is what does the trick&lt;/li&gt;
&lt;li&gt;Change the timezone to India, because I got tired of calculating UTC offsets&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 12:15:&lt;/em&gt; Had to reboot the machine because of my ssh shenanigans&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 12:56:&lt;/em&gt; Lunch&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2025-11-04 16:45
 &lt;div id="2025-11-04-1645" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2025-11-04-1645" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;I still hesitate every time I do a terraform apply, because that is money out of my pocket. Need to get over this mental block&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 19:04:&lt;/em&gt; And once again something I struggled to do for the past two hours, on hindsight and with some thinking, I don’t really need to do. I was obsessed with getting the k3s config down to my local system, until I realised that I will mostly run this through a CI/CD and this is moot. Well, at least I’m learning.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2025-11-04 20:10:&lt;/em&gt; Shutting down for the day. Got a k3s cluster up and running. Now to start working with it tomorrow&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;

Feedback on this post?&lt;br&gt;
Mail me at &lt;a href="mailto:feebdback@janusworx.com?subject=%22Feedback on post: 2025-11-04 Notes
%22" &gt;feedback at this domain&lt;/a&gt;.
&lt;br&gt;
&lt;/p&gt;</description></item></channel></rss>