Public Cloud

Pulumi - Create AWS EC2 instance (new VPC)

Introduction In this post, we used Pulumi to create an EC2 instance in the default VPC. Then, in this post, we created a small variation in which we launched an EC2 instance in a pre-existing VPC and subnet.

Pulumi - Create AWS EC2 instance (existing VPC)

Introduction In this post, we used Pulumi to create an EC2 instance in the default VPC. What follows is going to be a small variation on that post since we will create an EC2 instance but we will place it in an existing VPC that was created before already.

DigitalOcean - Create K8S cluster with DOCTL

Introduction In this blogpost, we have setup a Kubernetes cluster on DigitalOcean using Terraform. There is another, slightly lesser known, option to create Kubernetes clusters onto DigitalOcean so I wanted to dedicate a very small post to that option as well.

AWS - Install Kubernetes using Ansible

Quick note: the original post dates from 25-11-2019 but got updated at 01-04-2020 with latest Kubernetes version. Introduction This blog post is a follow up of a post we wrote couple of days ago where we created 3 EC2 instances on AWS.