Hi! My name is Brandon Ochoa! …tech enthusiast, night owl, full time student of life, coffee addict… _ _ _ | | ...
Deploying Kubernetes With K3S and Proxmox
Kubernetes (k8s) is the most popular and powerful container-orchestration platform. It lets you rapidly deploy, manage, and maintain applications. K3S is the lightweight and certified Kubernetes di...
Deploying Kubernetes With Rancher and Proxmox
Rancher is a popular open-source platform that provides a complete solution for managing Kubernetes clusters. With Rancher, users can easily deploy, manage, and scale their Kubernetes clusters acro...
Building a Search Feature in a Python Flask App
Going through the steps on how to build a search feature in a Python Flask app. Flask is a popular microweb framework that makes it easy to build web applications in Python. We will use Jinja2 temp...
DevOps the GitLab Way
Have you been searching for a platform to host your code, and build your DevOps workflow and processes all in one place? Why not use GitLab for CI/CD pipelines? GitLab lets you host your applicatio...
Session Manager for AWS
Session Manager is the useful AWS tool that you might not be thinking about. If you’ve ever run something like ProxMox you understand just how handy it is to be able to click “console” for any of y...
Using AWS Lambda and API Gateway to Check URLs
Using AWS Lambda Python functions and an API Gateway to deploy a URL Checker that looks for known malicious websites all while being serveless through Amazon Web Services. Table of Contents Ov...
Plex Automation
How to build a complete Plex server with full automation for accepting and processing plex requests without any manual work. Table of Contents The Stack Tips for managing your hard drives ...
ProxMox Setup and Installation
Proxmox VE is an open-source server platform for enterprise virtualization. As a Debian-based Linux distribution, Proxmox uses a modified Ubuntu kernel to run multiple virtual machines and containe...
Automating AWS VPC and EC2 Instances using Terraform
Terraform is a powerful tool that allows us to automate infrastructure in our cloud providers and much more. Using terraform to automate the building and configuration of our AWS enviornment to be ...