Piotrekkrpiotrekkr.hashnode.dev·Apr 6, 2024Cloud-init works differently with COS images in GCPIntroduction When working with VMs you may come across cloud-init tool that could be used to provision your instances. It is a well documented tool and is widely used by cloud providers. You may be quite surprised though that there can be some situat...GCP
ferozekhanhighcloud.hashnode.dev·Mar 27, 2024Running Jenkins on an Azure Linux VM like a BOSS - Part 1This article shows you how to install Jenkins on an Ubuntu Linux VM running in Azure Cloud. What is Jenkins? Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, an...63 readsJenkins
Jan Tymińskitymik.me·Nov 19, 2023Terraform archived template provider and what now?What has happened actually? Terraform used to have a template provider in past. It was deprecated with Terraform 0.12 and archived on the 9th of October 2020.Although it was more than 3 years ago, some of you might still be using it! It provided the ...597 readsTerraform
Pratyush Misraclaritycoach.hashnode.dev·May 16, 2023Deep Dive into UserDataIntroduction Have you ever wondered how to customize cloud infrastructure to fit your specific needs? User data is the key, and in this article, we'll take a deep dive into it, covering everything you need to know with complete clarity. At its core, ...3 likes·88 readsec2 user data
MD. Nazmul Alamalam-nazmul.hashnode.dev·Mar 24, 2023Cloud-init enabled Ubuntu 20.04 template for Proxmox to facilitate automatic instance deploy by TerraformCreate Proxmox Template (Ubuntu 20.04 LTS) Prepare Proxmox node for Template creation process Working on Proxmox (RnD) IP: 172.16.7.41 Update/Upgrade all packages. And install libguestfs-tools package sudo apt update sudo apt upgrade -y sudo apt ins...Ubuntu 20.04
MD. Nazmul Alamalam-nazmul.hashnode.dev·Mar 24, 2023Cloud-init enabled Rocky-Linux 8 template for Proxmox to facilitate automatic instance deploy by TerraformCreate Proxmox Template (Rocky 8) Prepare Proxmox node for Template creation process Update/Upgrade all packages. And install libguestfs-tools package sudo apt update sudo apt upgrade -y sudo apt install libguestfs-tools -y Add current user to kvm g...651 readsTerraform
Derek Armstrongderekarmstrong.dev·Oct 15, 2022Setting up Cloud Init Ubuntu Image on ProxmoxThis is a guide on how to configure a ubuntu cloud init image on Proxmox Imagine being able to spin up a fully configured Ubuntu virtual machine (VM) in the blink of an eye. Sounds like magic, right? Well, it’s not! It’s all about setting up a Ubuntu...55 reads👨🏻💻 Code Craftproxmox