go-queue-service
Local Kubernetes development environment is running on Skaffold and handles queue service.
./generate-certs.sh go-queue-service.local
kubectl get pvc -n gons
kubectl delete pvc data-rabbitmq-0 -n gons
- make
skaffold-debug
- run
debug
configuration in GoLand - add breakpoints
- visit https://go-queue-service.local/queue
$(kubectl get secret --namespace gons rabbitmq -o jsonpath="{.data.rabbitmq-password}" | base64 -d)
k9s.logger.sinceSeconds
to -1
(use k9s info
to find config location).