v3.0
Golang Deployment
Kubernetes Deployment for Simple Golang API
Features - v3.0
- Upgrade golang version 1.19
- Update Dockerfile for using golang version 1.19 (
golang:1.19.2-alpine3.15
&golang:1.19.2-alpine3.16
) - Added docker-compose configuration & running script docker-compose
- Upgrade dependencies golang
go.mod
&go.sum
- Refactoring source code (moving) dependencies to
devopscorner/golang-deployment
- Update
gorm
model & sqlite connection driver
Features - v2.3
- All features in version 2.2
- Refactoring path & references docs
Features - v2.2
- All features in version 2.1
- Add multiple container registry (DockerHub & ECR) deployment
- Update Golang version 1.18 for Alpine 3.15 & Alpine 3.16 container
- Refactoring makefile for added multiple container registry
- Add documentation for build, tag & push container image to DockerHub, go to this link
- Add documentation for build, tag & push container to Amazon ECR (Elastic Container Registry), go to this link