- Just practicing
Reference:
- Travis Jeffery - Distributed Services with Go
Rebuild image container
make build-docker
Load image container
kind load docker-image github.com/sharop/calli:0.0.1
Installing
helm install calli deploy/calli
Uninstalling
helm uninstall calli
Monitoring
kubectl logs calli-0
kubectl get pods --all-namespaces