Skip to content

Local Kubernetes development environment is running on Skaffold and handles queue service.

License

Notifications You must be signed in to change notification settings

oleksiivelychko/go-queue-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

💡 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).

Debugging an application via Skaffold and Delve