- When deploying to Rancher desktop, it is mandatory to add events to the bucket
- if you use graylog, you need to manually add the GELF udp input
use Rancher desktop and devspave usage
export DEVSPACE_CONFIG=/home/amudrykh/GolandProjects/s3MediaStreamer/devspace.yaml
kubectl port-forward service/redis-master 6379:6379 -n database > /dev/null 2>&1 & \
kubectl port-forward service/postgresql 5432:5432 -n database > /dev/null 2>&1 & \
devspace use namespace media & devspace dev
- Run DLV
app_debug
- Run
app_run
- Run build
app_build
- Synchronize
app_sync
- View all aliases use:
alias