Another Change
docker build -t cruiseh/hello-world-golang-server:latest .
docker run -it --rm -p 8888:8888 --name hello-world-server cruiseh/hello-world-golang-server
Navigate to http://localhost:8888
After deploying k8s/deployment.yaml
& k8s/service.yaml
in the hw-go
namespace, configure port forwarding to the hello-go
service with the command:
kubectl port-forward svc/hello-go -n hw-go 8888:8888
Navigate to http://localhost:8888
./release.sh (patch|minor|major)
Builds docker image from current release, tags with latest
, version and commit SHA
./publish.sh
bump2version --dry-run --list patch | grep current_version | cut -d '=' -f2