C菌 68b73dd6a5
Some checks failed
continuous-integration/drone/push Build is failing
.drone.yml
2022-04-13 05:38:43 +08:00
up
2021-04-15 22:08:12 +08:00
up
2021-04-15 22:08:12 +08:00
up
2021-04-15 22:19:26 +08:00
up
2021-04-15 22:08:12 +08:00
2022-04-13 05:38:43 +08:00
up
2022-04-11 20:37:19 +08:00
up
2022-04-11 20:37:19 +08:00
up
2021-04-15 22:08:12 +08:00
up
2021-04-15 22:08:12 +08:00
up
2021-04-15 22:08:12 +08:00
2022-04-13 01:56:40 +08:00
up
2021-04-15 22:19:26 +08:00

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
No description provided
Readme 440 KiB
Languages
Makefile 54.9%
Go 27.1%
Dockerfile 18%