Python Virtual Environments

What is a virtual environment The main purpose of virtual environments is to create isolated environments for Python projects. As such, each project can have its own dependencies, regardless of the dependencies in other projects or on your ‘main’ PC.

Create VM on vSphere and network on Cisco ACI (using Terraform)

Introduction In past couple of posts, we have been experimenting with Terraform in combination with ACI and vSphere seperately. In this post, we will combine both and we will first create network constructs on Cisco’s ACI solution and once done, we will create two VM instances on vSphere that are actually using the underlying ACI network constructs.

Create Cisco ACI network with Terraform

Introduction In this post, we created some EC2 instances on AWS. In the current post, we will apply the same principle but instead of creating some servers on AWS, we will create a network on Cisco’s ACI solution using Terraform’s ACI provider.

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.

Create AWS instances with Terraform

Intoduction In this blogpost, we will create an AWS instance onto EC2 entirely using Terraform. Nothing too complex as such, but better to start with something fairly easy and continue to expand on it.