How I Set Up a 3 Node Kubernetes Cluster Members Public

Six months ago, I started a new job as a DevSecOps engineer. During the interview process, the team gave me a heads up about what tools they used. I was excited to learn Kubernetes was one of them. I thought to myself, “Cool, I’ll be ready. I’ve done

Xavier

Understanding __init__.py Members Public

When working through a tutorial, or working on an inherited project at work, have you ever noticed that empty __init__.py file? You may have asked yourself, "What is this file, and why is it empty?" In this article, I'll shed light on this mysterious file

Xavier

Vagrant Quick Start Members Public

While studying for my RHCSA certificate last years ago, I needed a solution to easily build and destroy VMs that would mimic the testing environment. After some googling, I stumbled on a RHCSA Reddit thread where a user mentioned Vagrant 💡. Vagrant is an open-source tool that helps to automate the

Xavier