initial commit

Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
Ava Hahn 2025-08-16 00:47:14 +00:00
commit 4ee7c0cc18
13 changed files with 582 additions and 0 deletions

5
run.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/zsh
go build keepalive-svc.go
mv keepalive-svc kasvc/
rsync -avz ../nginx kaproxy/
sudo docker-compose up --build