My infrastructure running on a Raspberry Pi Kubernetes Cluster.
Two Storage Classes exist:
nfs-client
-> for all the k8s data.nfs-media-client
-> for all the media data.
The services/ folder contains subfolders which contain different kinds of web/networking/other services.
First off, make sure the port 8000
is not used on your local machine, and then run the following command:
$ make start-lb
...
Second, you're going to want to edit your ~/.kube/config
file like this:
...
server: https://127.0.0.1:8000
...
And that's it! Your local setup is now fully functional.
$ make local-cluster
...