You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
cmd/swarm | 8 months ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
Makefile | 8 months ago | |
README.md | 8 months ago | |
antiroach.yml | 2 years ago |
README.md
antiroachlol
Building server binary
# You need golang...
CGO_ENABLED=0 go build ./...
Building docker
docker build -t antiroachlol
docker tag antiroachlol your.docker.endpoint.here/name
docker push your.docker.endpoint.here/name
Building kubernetes
Edit antiroach.yml
to match the docker name and desired replicas you put above and then apply it
kubectl apply -f antiroach.yml
Run with proxy
ALL_PROXY=socks5://localhost:1243 ./swarm