AWS Migrating an On-Prem Virtual Machine to AWS Currently there is a huge push to migrate from on premise environments to AWS. In these scenarios a "lift and shift" approach is ideal especially for legacy applications where no
rhel Using a Kickstart File When Creating a Virtual Machine in KVM If you spin up virtual machines as much as I do, you may find it very tedious typing prompts and clicking buttons when installing CentOS 8. It may also be
AWS Playing with an Elastic Load Balancer AWS offers load balancing to EC2 instances, containers and serverless functions. This enables you to position a fleet of instances to handle incoming requests from the internet. In a traditional
kvm Creating a Headless KVM Server Many of you may remember my NUC virtualization project, it's still ongoing, but it did run into a major hiccup. ESXI 6.7 became more of a problem than I
server Mini Home Server - Intel NUC It's been a long time coming, but I'm finally upgrading from my old home server that is currently housing Zabbix. The incumbent server, named "Night King", was built from left
kubeadm Creating a Local Kubernetes Cluster with Kubeadm on Centos 7 Huge shout out to my friend Mike Levan for the inspiration of this project. I used his guide using Ubuntu as a basis for mine. Alright so up until now