Deploying Home Assistant on k3s with TLS

I successfully moved my home assistant server from a Raspberry Pi into my kubernetes cluster using the kubernetes resource definitions in (https://github.com/drpump/k3s-home-assistant/). TLS is configured and my home assistant instance is now accessible through secure HTTPS connections using a standard, host-routed https URL.

Read More

Fire up kubernetes from iOS using python

This article shows how to create and use a cloud-hosted Kubernetes cluster using Python scripts on an iPad. The eventual goal is to be able to use an iPad as an end-user device for development of applications running in a cloud-hosted kubernetes cluster.

Read More