0d79137a71d34be96b01698b017d32399fd3728e
All checks were successful
continuous-integration/drone/push Build is passing
a web helloworld docker image
docker pull mirrors2/helloworld
docker run -itd --rm --name helloworld -p 80:80 mirrors2/helloworld
#curl localhost?hello=world
Open in Browser http://localhost:30000
run in k8s
kubectl apply -f deployment/helloworld.yaml
kubectl get svc -o wide
kubectl get pods -o wide
kubectl logs -f [pod name]
Description
Languages
Makefile
54.9%
Go
27.1%
Dockerfile
18%

