Skip to content

drsherluck/rproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small reverse proxy server using docker and kubernetes.
Using minikube on local machine.

1. export SERVER_PASS="password"
2. create certificates: ./certificates.sh
3. build images and run k8s: ./run.sh
4. get proxy-service port: kubectl get svc
5. test with: curl -sl -k -v https://$(minikube ip):port

About

Simple reverse proxy implementation in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published