Automating Flask & PostgreSQL Deployment on KVM with Terraform & AnsibleDec 25, 2024Daniel PepuhoIT Infra. Lost in the Cloud(s)Hi, in this post, we will use Libvirt with Terraform to provision 2 KVM locally and after that, we will Deploy Flask App & PostgreSQL using Ansible.
Kubernetes 102: Kubernetes & ContainerizationSep 2, 2024Daniel PepuhoIT Infra. Lost in the Cloud(s)Let's start again. Kubernetes and container are two things that cannot be separated from each other.
Kubernetes 101: IntroductionSep 1, 2024Daniel PepuhoIT Infra. Lost in the Cloud(s)Hi, welcome to the wonderful world of DevOps. This is a post I wrote while learning Kubernetes. So, let's start the journey!😎.
Install Docker using AnsibleAug 28, 2023Daniel PepuhoIT Infra. Lost in the Cloud(s)Let’s create Ansible Playbook to install Docker on remote server.