- Home Automation brain - In Progress
- Robotic Control Systems - To Do
- Edge Device Fabrication - To Do
- Edge Device Integration - To Do
Figure 1: K3S/docker single host architecture
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
docker-compose up
export KUBECONFIG=./output/kubeconfig.yaml
make
make status
make delete
docker-compose down -v # destroys volumes
Visit localhost:8089