pebkac
A virtualisation engineers venture into all things public cloud!
Featured
Sharing a GlusterFS volume with NFS-Ganesha on CentOS-7
Other posts in this series: Part One (this post) Part Two Part Three Hello again! Today on pebkac we are creating a two node GlusterFS cluster on CentOS-7 to host a highly available NFSv4 share. The volume (Glusterfs terminology for the virtualised disk group spread across CentOS nodes) will handle...
Creating a VPC in AWS part 1
Creating a VPC in AWS with public and private subnets. Today I passed the solution architect associate certification (AWS-ASA), this morning (before the test) I wanted to cement in my mind how to build a VPC in AWS before the exam. I went through and recorded the steps it took...
Regular
Getting started with GCP's deployment manager.
Hello, and welcome back to another post by yours truly. Recently there has been a little change in my life, I got a new job, and with the new job came a career pivot. Where I was an AWS consultant, I am now a data engineer, working exclusively with Google...
Beginners guide to API Gateways Request Mapping Models
Hello again and welcome back, API Gateway is my favourite service offered by AWS, it enabled me to build a RESTful API without ever having any real web-development experience. If you want a broader guide to everything API Gateway I suggest you head on over to the official docs Today’s...
Sharing a GlusterFS volume with NFS-Ganesha on CentOS-7 pt3
Other posts in this series: Part One Part Two Part Three (this post)
Sharing a GlusterFS volume with NFS-Ganesha on CentOS-7 pt2
Other posts in this series: Part One Part Two (this post) Part Three
Vagrant to deploy Ruby on Rails pt1
Hello, today on pebkac we will be using vagrant to automate the deployment and configuration of a ruby on rails web server, then in part two of this post we will expand the ruby on rails web server to a single node n-tier stack (3 tiers), in our case NodeJS...