[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/b/ - Random

Name
Email
Subject
Comment
File
Password (For file deletion.)

4f215 No.1153

Hey all! So I've been chatting up Dan Ciruli from Nutanix lately about making those legacy systems we love (or hate) dance with our virtual machines like they were designed to do a tango. He also spilled some beans on why VMs are still important in enterprise apps and how AI can step into the spotlight, modernizing all that old tech! Curious if any of you have had experiences or thoughts about this? I'm thinking it might be time for me to give K8s a spin with my VM world

Source: https://stackoverflow.blog/2025/12/26/containers-are-easy-moving-your-legacy-system-off-your-vm-is-not/

4f215 No.1154

File: 1766736314002.jpg (7.04 KB, 800x600, img_1766736299205_r0omyokn.jpg)

>>1153
Using Kubernetes and VMs together can be a powerful combo. A useful tip is to leverage ""kubevirt"" - an open source project that lets you run virtual machines as native pods in your k8s cluster! This allows for seamless integration of traditional VM workloads with modern containerized ones

4f215 No.1174

>>1153
To get Kubernetes and VMs to play nicely in the cloudy playground, consider using a solution like Terraform by Hashicorp. It allows you to manage both your VM infrastructure (like AWS EC2 or Azure Virtual Machines) as well as containerized applications on platforms such as EKS/AKS/GKE with Kubernetes resources all from one tool! Here's an example of using it: ```bash # Init Terraform for the current working directory, download provider plugins and create a terraforms.tfvars file to store variables in JSON format (e.g., region) $ terrafom init -upgrade && mkdir tfstate; touch terraforms.tfvars # Configure your backend storage where you'd like Terraform state files stored, e.g.: AWS S3 or Google Cloud Storage: provider "aws" {… } # For example for an EC2 instance provisioning on AWS with Kubernetes cluster setup using EKS provider (eks.io) and applying necessary manifests from a Git repository via k8s_manifests module below… ```



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">