Skip to content

Releases: devopscorner/golang-deployment

v2.1

17 Aug 03:45
Compare
Choose a tag to compare

Golang Deployment

Kubernetes Deployment for Simple Golang API

Features - v2.1

v2.0

09 Aug 01:20
Compare
Choose a tag to compare

Golang Deployment

Kubernetes Deployment for Simple Golang API

Features - v2.0

  • IAM Role sample for CodeBuild & CodePipeline
  • Buildspec CodePipeline for Build Container Image inside CodeBuild using spesific CodeCommit repository
  • Buildspec CodePipeline for Deploy EKS Cluster inside CodeBuild using spesific CodeCommit repository
  • Buildspec without CodePipeline for Build Container Image inside CodeBuild using 3rd party repository (GitHub, GitLab, BitBucket, Azure DevOps)
  • Buildspec without CodePipeline for Deploy EKS Cluster inside CodeBuild using 3rd party repository (GitHub, GitLab, BitBucket, Azure DevOps)
  • Setup ~/.ssh/known_hosts for authorization host 3rd party repository
  • Setup ~/.ssh/config for authorization config ssh key 3rd party repository
  • Dynamic Tags with COMMIT_HASH

v1.0

17 Apr 11:54
Compare
Choose a tag to compare

Golang Deployment

Kubernetes Deployment for Simple Golang API

Features

  • Golang API Rest (bookstore)
  • Postman Collection
  • Container Builder GO
  • Push Container to ECR
  • Deploy Kubernetes with Helm Values
  • Buildspec for AWS CodeBuild & AWS CodePipeline