deployment

  1. Z

    Guidance Needed: Deploying Spring Boot Microservices with Angular Frontend on Proxmox

    Hi Proxmox Community, I’m a junior DevOps engineer, and my team is starting a new project to develop a Spring Boot microservices application with an Angular frontend. I’m tasked with setting up the deployment environment using Proxmox, and I’d appreciate any advice or guidance to get started...
  2. R

    How to provisioning multiple the same windows server in proxmox

    Hello, We want to change or vmware enviroment to proxmox. On the vmware enviroment we have multiple the same window servers in a rds host role with a bunch f applications. We want to have an automated way to: - opening a 'golden image' and make all changes - redploy this golden images to x...
  3. A

    [TUTORIAL] Proxmox automator for deploy LXC and QEMU guests, with Cloud-init

    Good evening everyone, I've just released a small command line utility for Proxmox v7, 8 to automate the provisioning and deployment of your containers and virtual machines with Cloud-init. Key features: Unified configuration of LXC and QEMU/KVM guests via Cloud-init. Flexible guest...
  4. S

    How can I migrate a node and it's VMs to another PVE instance on a different system

    This is my first major project doing anything like this so it's all very new to me still. It's been a bit of a trial by fire and a lot of learning as I go so forgive me if I'm misinterpreting anything. I've been working solo on developing a solution for hosting VMs loaded with our SDK of...
  5. T

    Running a LXD image on Proxmox

    Hi, I'm using Proxmox as my home server, and I really like and appreciate your work! I'm also active in the NextCloudPi docs community. Recently our main developer (nachoparker) has released a LXD image of NextCloudPi. I only know how to deploy LXC on Proxmox and have read and watched some...
  6. U

    [SOLVED] Trying to automate the creation of virtual machines using ansible; "authorization on proxmox cluster failed with exception"

    This is my ansible playbook: --- - hosts: gluster-test become: true tasks: - name: Create new VM with minimal options community.general.proxmox_kvm: proxmox_default_behavior: 'no_defaults' api_user: 'root@pam' api_password: 'blahblahblah' api_host...
  7. P

    New virtual machine from snapshot

    Hello. tell me, can I somehow deploy a new virtual machine from the created snapshot? Is there any way to do this? For example, a user deleted a file inside a virtual machine. It is expensive to deploy backup and sometimes it is outdated. But there is a daily snapshot created by cron. In order...
  8. A

    Deployment Guide for version 5.1

    Hello; I couldn't find Deployment Guide for PMG v5.x, only for v4.0 and it is outdated. Specifically, I need detailed steps for deploying PMG in DMZ as a mail gateway for Exchange environment. Thanks
  9. L

    What kind of metadata will cloud-init use?

    Hello, First of all, any ETA on cloud-init? It's very important to us as it simplifies deployment hugely. I understand there might be support in a "testing" branch. How could I play with that, any docs? Second, will Proxmox use configdrive for metadata? Thank you