Kubernetes command line (aka kubernetes-cli) is apparently what people are calling kubectl. Good to know.
Docker – Slightly Less Confusion
I’ve made it a personal goal to finish anything that I start when it comes to IT-related topics. I find the nuggets of information that I’m trying to find to draw a picture of any specific topic can really come from anywhere. In the most recent example of this, I’ve been struggling (A LOT) with […]
Kubernetes Cluster on Virtualbox
I was pretty stoked to setup a Kubernetes cluster on Virtualbox this weekend. I followed this video to setup the cluster. I don’t understand 100% of what I did but I got it up and running…so that’s a start. I’ve noted some differences with what was being described in the video and what I had […]
Virtualbox – Guest Additions for GUI-less servers
This is the only page that I’ve seen that correctly directs folks how to apply Virtualbox Guest Additions for GUI-less servers like Ubuntu server. Basic gist of commands:
vCenter Alarms – PowerCLI to the Rescue
Please checkout my latest LinkedIn article: https://www.linkedin.com/posts/moseschung_vcenter-alarms-automation-activity-7224108239603298305-lVMm?utm_source=share&utm_medium=member_desktop
First Azure Certification
Apologies for not posting in a while but my career, kids and life has just been moving at a rapid clip and sitting down and writing takes quite a lot of effort. But I am proud to note that I passed my AZ-900 exam last Friday and earned my first Azure badge. Now, I’ve known […]
Microsoft Surface Laptop
I was recently provided a Microsoft Surface laptop for work and it’s my first real experience using this product. I must say, the laptop itself is proving to be quite a workhorse. I have 32GB of RAM on it and with everything that I’ve thrown at it (virtualization, coding, tabbed-browser mania, etc), it continues to […]
The Power of VS Code, Python, Powershell
My job situation has changed recently but it’s very interesting to see how my career is coalescing around VS Code, Python, Powershell. A lot of my Cloud and Code journey revolves around these tools and languages and finding the various ways of implementing them. Powershell (and its VMware extension PowerCLI) have been quite relevant from […]
Commenting Out Blocks in VS Code
I love Visual Studio Code. Even on my systems where I don’t code, I have it installed just to take advantage of its advanced text editing capabilities. I just found out today that VS Code can comment out a block of code! Just press Ctrl+/ to comment out code with a # in front of […]
Arista vEOS and VirtualBox
Another article published on LinkedIn. I have recently started looking at Arista switches and I wanted to create a lab so I can get familiar with the CLI. I followed an article and added a few of my own tweaks to get the lab setup successfully.