Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 503 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 503 Bytes

Cloud Native Turkey Demo - Simple Golang Application (K8S & ArgoCD)

Live Link

This is a simple Golang application that is used for demo purposes in Cloud Native Turkey live session.

Development

# prepare local environment
docker-compose up -d

# run
go run .

Build

# build
docker buildx build --platform linux/amd64 --push -t alperreha/cn-turkey-demo:1.0.0 .
# push
docker push alperreha/cn-turkey-demo:1.0.0