# README
go-queue-service
Local Kubernetes development environment is running on Skaffold and handles queue service.
š Use script to generate certificate:
./generate-certs.sh go-queue-service.local
š Delete obsolete PVC:
kubectl get pvc -n gons
kubectl delete pvc data-rabbitmq-0 -n gons
š In order to debug:
- make
skaffold-debug
- run
debug
configuration in GoLand - add breakpoints
- visit https://go-queue-service.local/queue
š” To obtain RabbitMQ password:
$(kubectl get secret --namespace gons rabbitmq -o jsonpath="{.data.rabbitmq-password}" | base64 -d)
š” To show all available logs in k9s: set k9s.logger.sinceSeconds
to -1
(use k9s info
to find config location).
# Packages
No description provided by the author