This is a sample Kubernetes cluster created as a playground for fiddling with code
-
Docker installed.
-
Kubernetes set up.
Please note that this repository was developed and tested against Docker Desktop and its embedded k8s.
-
First, build the images of services required to start the cluster (described in nested README files)
-
To run the cluster locally on k8s just run below deploy script:
./deploy-cluster.sh
- To remove whole cluster namespace, run below script:
./teardown-cluster.sh
Pull requests are welcome.