go-queue-service

command module
v1.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2023 License: MIT Imports: 9 Imported by: 0

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:

💡 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

Documentation ¶

The Go Gopher

There is no documentation for this package.

Directories ¶

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL