Deploy the Homer app to your Kubernetes Cluster

Homer is a fast and simple static HTML Dashboard by Bastien Wirtz that you can use as a landing page to access your web applications. Homer Github: https://github.com/bastienwirtz/homer While homer can be deployed using a helm chart, I wanted to deploy the app using config files in my home lab. To quickly deploy homer: Create a namespace: # ns.yml apiVersion: v1 kind: Namespace metadata: name: homer Create the Persistent Volume....

November 10, 2023 · 2 min · Jahnin Rajamoni