A quick demo to show off deployment of docker containers to Kubernetes
Go to file
Holger Mürk f9dea2369b Merge remote-tracking branch 'origin/main' into main 2023-02-15 20:11:39 +02:00
cmd the code 2023-02-15 19:35:38 +02:00
.gitignore the code 2023-02-15 19:35:38 +02:00
Dockerfile the Docker stuff 2023-02-15 20:11:25 +02:00
LICENSE Initial commit 2023-02-15 17:12:14 +00:00
README.md the Docker stuff 2023-02-15 20:11:25 +02:00
go.mod the code 2023-02-15 19:35:38 +02:00
go.sum the code 2023-02-15 19:35:38 +02:00

README.md

Docker-Container-Demo

A quick demo to show off deployment of docker containers to Kubernetes

how to use:

  • build the container, run it, point some port to its 8080, eg -p 8080:8080
  • do a http request via that port