Skip to content

OAuthBringer/swamp-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swamp-labs

  1. Home Automation brain - In Progress
  2. Robotic Control Systems - To Do
  3. Edge Device Fabrication - To Do
  4. Edge Device Integration - To Do

Docs

  1. Proposed Architecture
  2. Project

Current Architecture

Figure 1: K3S/docker single host architecture

Network

Usage

Requirements

OSX is only currently supported install path.

Make sure Docker OSX is installed.

docker-compose is managing the configuration of the K3S cluster

  • brew install docker-compose
  • brew install kubectl

Deploy the cluster

docker-compose up

Update kubectl

export KUBECONFIG=./output/kubeconfig.yaml

Create core services

make

Check status

make status

Delete core services

make delete

Teardown the Cluster

docker-compose down -v # destroys volumes

Access Home-Assistant

Visit localhost:8089

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published