AJ's Blog

This is a personal blog focused on computer software and hardware. Most projects are implementing software and hardware for a homelab. What is a homelab? I would say a homelab could be a single computer or dozens of computers connected in a network. You can also integrate with computers in the Cloud.

Continue reading...

Recent Posts

Fedora 37 upgrade

11-27-2022

As of November 15, 2022 Fedora 37 is available. Compared to the previous release, Fedora 36, there are not a large amount of changes that a desktop user will notice. The newest release brings newer versions of the Linux Kernel and GNOME 43 if you use the GNOME desktop environment. If you like running virtual machines, this release includes an image all prepared for running in the Linux KVM hypervisor.

Docker Alternatives

11-06-2022

When it comes to running containers, docker is the most widely used tool with millions of container images available on the public docker hub. If you are not familiar with docker, check out a previous post to get an introduction. I am looking at Alternatives since docker is no longer used as a container runtime in the kubernetes platform. I use kubernetes in my homelab to orchestrate container based services accross multiple computers.

Using nginx as a reverse proxy

10-08-2022

nginx_logo I will be using nginx to serve as a reverse proxy for my network. With Nginx, I can manage my proxy configurations in a single server. Nginx is one of the most widely used web servers and can also function as a reverse proxy, load balancer, mail proxy, and HTTP cache. Nginx is free and open-source software. Linux example On Linux distributions, nginx should be available in the software repositories.

Deploy software on Kubernetes with argoCD

09-25-2022

updated: 2024-02-01 Once you have a kubernetes environment running, a tool like argoCD can help you manage applications that you want to deploy on kubernetes. ArgoCD expects a pattern of using git repositories as the source of truth for defining the state of your applications. You can communicate with the kubernetes API by submitting requests in YAML or JSON format. I am going to be focusing on managing applications with helm charts.

Deploy Kubernetes with kubespray

08-28-2022

Kubernetes, also known as k8s, is an open-source system for automating deployment, scaling, and managment of containerized applications. For more of an overview, take a look at a previous post getting started with a simple kubernetes environment. This post is looking at a tool to deploy a kubernetes cluster with multiple nodes and most importantly it can be used on physical computers, a virtual machine, or a cloud based virtual server.

State of the homelab, August 2022

08-07-2022

My homelab has evolved quite a bit over time. After implementing a wiki, I have tracked servers and services deployed there. This blog will serve as a nice location to periodically record the state of the homelab. The lab all started in 2016. After the first hardware failure (a z270 asus motherboard), the lab shrunk to one raspberry pi. 2016 homelab_2016 In 2018 I acquired some Dell Poweredge R510 servers. One of the mainboards died when I attempted to change the CPUs.