An IT story of getting out of burn-out and depression

August 10, 2020 Kim Bottu 1

I have never been good at talking about my own feelings. To expose myself in such a way always makes me feel vulnerable and I don’t like feeling vulnerable. However, after reading some very humble stories from people in IT having to deal with burnout and suffering from depression, I have decided to share my experiences as well, and more importantly, how I got out of it all. The beginning I used to work as a systems engineer for a bigger global enterprise. For the first time in my life, I would work with VMware technology such as vCenter server and VMware View. Not only would I have to keep all systems healthy in the office I was working, but […]

NSX-T Automation using Terraform: The how (VMC)!

August 10, 2020 Chris Noon 3

I started the series with a post about why I wanted to use Terraform. Now we have the why out of the way, let’s get to the fun stuff… the how! I use Terraform for 2 things. The first is to spin up SDDC’s on VMC and configure the VMC NSX-T piece. The second is spinning up NSX-T environments in the lab, which will hopefully make it into production one day. In this post, I’ll focus on the VMC element. The VMC Environment. I’ll start by assuming you know what VMC on AWS is and have a high-level understanding of its concepts and what it delivers. I’ll skip the step for deploying a VMC SDDC using Terraform, but if you […]

NSX-T Automation using Terraform: The why!

August 3, 2020 Chris Noon 1

Hi all, I hope you are all doing well during these trying times. For months, possibly even years, I’ve been convincing myself I’d dive into automation.  What better time than one where I am forced into isolation with my laptop.  In truth, I was jolted into action by a business requirement for automating the build of a number of environments.  These environments had to be standardised and utilise many of the same configuration elements. I’ve spent the better part of a month learning about Cloud (AWS and VMC on AWS) along with Network Automation, which brings us onto our first section… Why Terraform? I first began by googling ‘Network Automation Tools’ and reading a ton of articles.  Whittling down my […]