Home
OchoaProjects
Cancel

About Me and Homelab Topology

Hi! My name is Brandon Ochoa! …tech enthusiast, night owl, full time student of life, coffee addict… _ _ _ | | ...

Configuring New HP Gen 8 Micro with LVM

A comprehensive guide on configuring RAID 5 and Logical Volume Management (LVM) on an HP server, specifically tailored for the powerful Proxmox virtualization platform. In this post, I will take yo...

Automating Certificate Deployment to ALBs with S3 and Lambda

Managing SSL/TLS certificates for Application Load Balancers (ALBs) can be a complex and time-consuming task, especially in environments where frequent certificate updates are required. However, wi...

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 ...